Home
last modified time | relevance | path

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

/external/opencv3/modules/java/src/
Dphoto+CalibrateRobertson.java35 public void setMaxIter(int max_iter) in setMaxIter() method in CalibrateRobertson
Dphoto.cpp87 (*me)->setMaxIter( (int)max_iter ); in Java_org_opencv_photo_CalibrateRobertson_setMaxIter_10()
/external/opencv3/modules/photo/include/opencv2/
Dphoto.hpp608 CV_WRAP virtual void setMaxIter(int max_iter) = 0;
/external/opencv3/modules/photo/src/
Dcalibrate.cpp244 void setMaxIter(int val) { max_iter = val; } in setMaxIter() function in cv::CalibrateRobertsonImpl