HomeSort by relevance Sort by last modified time
    Searched full:handlemissingvalues (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/calib3d/test/
test_reproject_image_to_3d.cpp 117 bool handleMissingValues = (unsigned)theRNG() % 2 == 0;
122 if (handleMissingValues)
131 cvReprojectImageTo3D( &cvdisp, &cv_3dImg, &cvQ, handleMissingValues );
134 reprojectImageTo3D(disp, _3dImg, Q, handleMissingValues);
155 if (handleMissingValues && y == disp.rows/2 && x == disp.cols/2)
  /external/opencv3/modules/java/src/
calib3d+Calib3d.java     [all...]
calib3d.cpp     [all...]
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 376 int handleMissingValues CV_DEFAULT(0) );
  /external/opencv3/modules/calib3d/src/
calibration.cpp     [all...]
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp     [all...]

Completed in 4183 milliseconds