Searched defs:HOG (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudaobjdetect/test/ |
D | test_objdetect.cpp | 51 struct HOG : testing::TestWithParam<cv::cuda::DeviceInfo> struct 54 cv::Ptr<cv::cuda::HOG> hog; argument 74 hog = cv::cuda::HOG::create(); in SetUp() argument 78 void dump(const std::vector<cv::Point>& locations) in dump() 87 void compare(const std::vector<cv::Point>& locations) in compare() 115 void testDetect(const cv::Mat& img) in testDetect() 155 CUDA_TEST_P(HOG, DISABLED_Detect) in CUDA_TEST_P() argument 173 CUDA_TEST_P(HOG, GetDescriptors) in CUDA_TEST_P() argument 240 CUDA_TEST_P(CalTech, HOG) in CUDA_TEST_P() argument
|
/external/opencv3/modules/objdetect/test/opencl/ |
D | test_hogdetector.cpp | 62 PARAM_TEST_CASE(HOG, Size, MatType) in PARAM_TEST_CASE() argument 78 OCL_TEST_P(HOG, GetDescriptors) in OCL_TEST_P() argument 96 OCL_TEST_P(HOG, Detect) in OCL_TEST_P() argument
|
/external/opencv3/modules/cudaobjdetect/include/opencv2/ |
D | cudaobjdetect.hpp | 78 class CV_EXPORTS HOG : public Algorithm class
|
/external/opencv3/modules/objdetect/perf/opencl/ |
D | perf_hogdetect.cpp | 73 OCL_PERF_TEST(HOGFixture, HOG) in OCL_PERF_TEST() argument
|
/external/opencv3/apps/traincascade/ |
D | traincascade_features.h | 65 enum { HAAR = 0, LBP = 1, HOG = 2 }; enumerator
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.hpp | 19 HOG = 2 enumerator
|