Home | History | Annotate | Download | only in src

Lines Matching refs:point3D_dat

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);
983 point3D_dat[0],
984 point3D_dat[1],
985 point3D_dat[2],
986 point3D_dat[0]/w,
987 point3D_dat[1]/w