OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkRectSimilarity
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/objdetect/test/opencl/
test_hogdetector.cpp
113
EXPECT_LT(
checkRectSimilarity
(img.size(), cpu_found, gpu_found), 0.05);
/external/opencv3/samples/tapi/
hog.cpp
38
double
checkRectSimilarity
(Size sz,
/external/opencv3/modules/ts/src/
ocl_test.cpp
255
double TestUtils::
checkRectSimilarity
(const Size & sz, std::vector<Rect>& ob1, std::vector<Rect>& ob2)
/external/opencv3/modules/ts/include/opencv2/ts/
ocl_test.hpp
279
static double
checkRectSimilarity
(const cv::Size & sz, std::vector<cv::Rect>& ob1, std::vector<cv::Rect>& ob2);
Completed in 88 milliseconds