Home
last modified time | relevance | path

Searched defs:refine (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_t1cod.c238 int refine; in jpc_initluts() local
/external/opencv3/modules/python/test/
Dcamera_calibration.py217 def get_corners(mono, refine = False): argument
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
/external/opencv/cv/src/
Dcvfundam.cpp69 virtual bool refine( const CvMat*, const CvMat*, CvMat*, int ) { return true; } in refine() function in CvModelEstimator2
524 bool CvHomographyEstimator::refine( const CvMat* m1, const CvMat* m2, CvMat* model, int maxIters ) in refine() function in CvHomographyEstimator
/external/opencv3/modules/imgproc/src/
Dlsd.cpp784 bool LineSegmentDetectorImpl::refine(std::vector<RegionPoint>& reg, int& reg_size, double reg_angle, in refine() function in cv::LineSegmentDetectorImpl
/external/opencv3/modules/calib3d/src/
Drho.cpp2087 inline void RHO_HEST_REFC::refine(void){ in refine() function in cv::RHO_HEST_REFC