Searched refs:ocl_detect (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/src/ |
H A D | tldDetector.hpp | 108 …bool ocl_detect(const Mat& img, const Mat& imgBlurred, Rect2d& res, std::vector<LabeledPatch>& pat…
|
H A D | tldTracker.cpp | 168 …DETECT_FLG = tldModel->detector->ocl_detect(imageForDetector, image_blurred, tmpCandid, detectorRe… in updateImpl()
|
H A D | tldDetector.cpp | 481 …bool TLDDetector::ocl_detect(const Mat& img, const Mat& imgBlurred, Rect2d& res, std::vector<Label… in ocl_detect() function in cv::tracking::impl::tld::TLDDetector
|
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-15939/ |
H A D | hog.cpp | 1714 …static bool ocl_detect(InputArray img, std::vector<Point> &hits, double hit_threshold, Size win_st… in ocl_detect() function 1800 …if (!ocl_detect(_img, locations, hit_threshold, win_stride, oclSvmDetector, blockSize, cellSize, n… in ocl_detectMultiScale() 1807 …if (!ocl_detect(image_scale, locations, hit_threshold, win_stride, oclSvmDetector, blockSize, cell… in ocl_detectMultiScale()
|
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-15939/ |
H A D | hog.cpp | 1714 …static bool ocl_detect(InputArray img, std::vector<Point> &hits, double hit_threshold, Size win_st… in ocl_detect() function 1800 …if (!ocl_detect(_img, locations, hit_threshold, win_stride, oclSvmDetector, blockSize, cellSize, n… in ocl_detectMultiScale() 1807 …if (!ocl_detect(image_scale, locations, hit_threshold, win_stride, oclSvmDetector, blockSize, cell… in ocl_detectMultiScale()
|
/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/src/ |
H A D | hog.cpp | 1777 static bool ocl_detect(InputArray img, std::vector<Point> &hits, double hit_threshold, Size win_str… in ocl_detect() function 1863 …if(!ocl_detect(_img, locations, hit_threshold, win_stride, oclSvmDetector, blockSize, cellSize, nb… in ocl_detectMultiScale() 1870 …if(!ocl_detect(image_scale, locations, hit_threshold, win_stride, oclSvmDetector, blockSize, cellS… in ocl_detectMultiScale()
|