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

  /external/opencv/cvaux/src/
cvlevmartrif.cpp 218 double point3D_dat[3];
219 point3D = cvMat(3,1,CV_64F,point3D_dat);
256 double z = point3D_dat[2];
257 cvmSet(resFunc,currMatr*numPoints*2 + currPoint*2, 0,point3D_dat[0]/z);
258 cvmSet(resFunc,currMatr*numPoints*2 + currPoint*2+1,0,point3D_dat[1]/z);
cvlevmarprojbandle.cpp 855 double point3D_dat[3];
856 point3D = cvMat(3,1,CV_64F,point3D_dat);
868 double w = point3D_dat[2];
869 double x = point3D_dat[0] / w;
870 double y = point3D_dat[1] / w;
934 double point3D_dat[3];
936 point3D = cvMat(3,1,CV_64F,point3D_dat);
974 double w = point3D_dat[2];
975 cvmSet(projPoints[currImage],0,currVisPoint,point3D_dat[0]/w);
976 cvmSet(projPoints[currImage],1,currVisPoint,point3D_dat[1]/w)
    [all...]
cvtrifocal.cpp     [all...]

Completed in 610 milliseconds