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

  /external/opencv/cvaux/src/
cvlevmartrif.cpp 241 CvMat point4D;
243 point4D = cvMat(4,1,CV_64F,point4D_dat);
255 cvmMul(&projMatrs[currMatr],&point4D,&point3D);
cvlevmarprojbandle.cpp 853 CvMat point4D;
866 cvGetCol(points4D,&point4D,currPoint);
867 cvmMul(projMatrs[currImage],&point4D,&point3D);
931 CvMat point4D;
935 point4D = cvMat(4,1,CV_64F,point4D_dat);
958 cvGetSubRect(points4D,&point4D,cvRect(currPoint,0,1,4));
964 fprintf(file,"\n----- test 14.02 point4D (%lf, %lf, %lf, %lf) -----\n",
965 cvmGet(&point4D,0,0),
966 cvmGet(&point4D,1,0),
967 cvmGet(&point4D,2,0)
    [all...]

Completed in 485 milliseconds