OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:projpoints_dat
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cvaux/src/
cvtrifocal.cpp
356
double
projPoints_dat
[3*6];
357
projPoints = cvMat(3,6,CV_64F,
projPoints_dat
);
362
projPoints_dat
[6*0+i] = cvmGet(points[currCamera],0,i);/* x */
363
projPoints_dat
[6*1+i] = cvmGet(points[currCamera],1,i);/* y */
364
projPoints_dat
[6*2+i] = 1;/* w */
[
all
...]
Completed in 71 milliseconds