OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objpoints_dat
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cvaux/src/
cvtrifocal.cpp
339
double
objPoints_dat
[4*6];
340
objPoints = cvMat(4,6,CV_64F,
objPoints_dat
);
346
objPoints_dat
[i*6] = 1;
347
objPoints_dat
[i*6+1] = projMatrCoefs_dat[i];
348
objPoints_dat
[i*7+2] = 1;
[
all
...]
Completed in 51 milliseconds