HomeSort by relevance Sort by last modified time
    Searched refs:point4D_dat (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvlevmartrif.cpp 242 double point4D_dat[4];
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);
cvlevmarprojbandle.cpp 933 double point4D_dat[4];
935 point4D = cvMat(4,1,CV_64F,point4D_dat);
    [all...]

Completed in 472 milliseconds