Searched refs:point3D_dat (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlevmartrif.cpp218 double point3D_dat[3]; local
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);
H A Dcvlevmarprojbandle.cpp855 double point3D_dat[3]; local
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]; local
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[
[all...]
H A Dcvtrifocal.cpp2175 double point3D_dat[4]; local
2176 point3D = cvMat(4,1,CV_64F,point3D_dat);
2186 point3D_dat[0] = cvmGet(points4D,0,i)/W;
2187 point3D_dat[1] = cvmGet(points4D,1,i)/W;
2188 point3D_dat[2] = cvmGet(points4D,2,i)/W;
2189 point3D_dat[3] = 1;
2314 double point3D_dat[4];
2315 point3D = cvMat(4,1,CV_64F,point3D_dat);
2325 point3D_dat[0] = cvmGet(points3D,0,i)/W;
2326 point3D_dat[
[all...]

Completed in 75 milliseconds