Lines Matching full:projpoints
51 void icvReconstructPoints4DStatus(CvMat** projPoints, CvMat **projMatrs, CvMat** presPoints, CvMat *points4D,int numImages,CvMat **projError=0);
738 void icvReconstructPoints4DStatus(CvMat** projPoints, CvMat **projMatrs, CvMat** presPoints,
754 if( projPoints == 0 || projMatrs == 0 || presPoints == 0 || points4D == 0 )
820 x = cvmGet(projPoints[currImage],0,currPoint);
821 y = cvmGet(projPoints[currImage],1,currPoint);
872 dx = cvmGet(projPoints[currImage],0,currPoint) - x;
873 dy = cvmGet(projPoints[currImage],1,currPoint) - y;
900 void icvProjPointsStatusFunc( int numImages, CvMat *points4D, CvMat **projMatrs, CvMat **pointsPres, CvMat **projPoints)
911 if( points4D == 0 || projMatrs == 0 || pointsPres == 0 || projPoints == 0 )
975 cvmSet(projPoints[currImage],0,currVisPoint,point3D_dat[0]/w);
976 cvmSet(projPoints[currImage],1,currVisPoint,point3D_dat[1]/w);