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

  /external/opencv3/modules/calib3d/src/
triangulate.cpp 129 double point2D_dat[3];
130 point2D = cvMat(3,1,CV_64F,point2D_dat);
151 wr = (float)point2D_dat[2];
152 xr = (float)(point2D_dat[0]/wr);
153 yr = (float)(point2D_dat[1]/wr);
  /external/opencv/cvaux/src/
cvtrifocal.cpp     [all...]

Completed in 332 milliseconds