Home
last modified time | relevance | path

Searched refs:point2D_dat (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvtrifocal.cpp2179 double point2D_dat[3]; in icvReconstructPointsFor3View() local
2180 point2D = cvMat(3,1,CV_64F,point2D_dat); in icvReconstructPointsFor3View()
2201 wr = (float)point2D_dat[2]; in icvReconstructPointsFor3View()
2202 xr = (float)(point2D_dat[0]/wr); in icvReconstructPointsFor3View()
2203 yr = (float)(point2D_dat[1]/wr); in icvReconstructPointsFor3View()
2318 double point2D_dat[3];
2319 point2D = cvMat(3,1,CV_64F,point2D_dat);
2339 wr = (float)point2D_dat[2];
2340 xr = (float)(point2D_dat[0]/wr);
2341 yr = (float)(point2D_dat[1]/wr);