Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp126 CV_WRAP void setPanoConfidenceThresh(double conf_thresh) { conf_thresh_ = conf_thresh; } in setPanoConfidenceThresh() function in cv::Stitcher
/external/opencv3/modules/stitching/src/
Dstitcher.cpp53 stitcher.setPanoConfidenceThresh(1); in createDefault()
541 stitcher->setPanoConfidenceThresh(1); in createStitcher()