Searched refs:point4D_dat (Results 1 - 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvlevmartrif.cpp | 242 double point4D_dat[4]; local 243 point4D = cvMat(4,1,CV_64F,point4D_dat); 247 point4D_dat[0] = cvmGet(vectX,currV++,0); 248 point4D_dat[1] = cvmGet(vectX,currV++,0); 249 point4D_dat[2] = cvmGet(vectX,currV++,0); 250 point4D_dat[3] = cvmGet(vectX,currV++,0);
|
H A D | cvlevmarprojbandle.cpp | 933 double point4D_dat[4]; local 935 point4D = cvMat(4,1,CV_64F,point4D_dat);
|
Completed in 86 milliseconds