HOGDescriptor      87 modules/cudaobjdetect/perf/perf_objdetect.cpp         cv::HOGDescriptor hog;
HOGDescriptor     345 modules/objdetect/include/opencv2/objdetect.hpp     CV_WRAP HOGDescriptor() : winSize(64,128), blockSize(16,16), blockStride(8,8),
HOGDescriptor     347 modules/objdetect/include/opencv2/objdetect.hpp         histogramNormType(HOGDescriptor::L2Hys), L2HysThreshold(0.2), gammaCorrection(true),
HOGDescriptor     348 modules/objdetect/include/opencv2/objdetect.hpp         free_coef(-1.f), nlevels(HOGDescriptor::DEFAULT_NLEVELS), signedGradient(false)
HOGDescriptor     351 modules/objdetect/include/opencv2/objdetect.hpp     CV_WRAP HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride,
HOGDescriptor     353 modules/objdetect/include/opencv2/objdetect.hpp                   int _histogramNormType=HOGDescriptor::L2Hys,
HOGDescriptor     355 modules/objdetect/include/opencv2/objdetect.hpp                   int _nlevels=HOGDescriptor::DEFAULT_NLEVELS, bool _signedGradient=false)
HOGDescriptor     367 modules/objdetect/include/opencv2/objdetect.hpp     HOGDescriptor(const HOGDescriptor& d)
HOGDescriptor     385 modules/objdetect/include/opencv2/objdetect.hpp     virtual void copyTo(HOGDescriptor& c) const;
HOGDescriptor       3 modules/objdetect/misc/java/test/HOGDescriptorTest.java import org.opencv.objdetect.HOGDescriptor;
HOGDescriptor     201 modules/objdetect/misc/java/test/HOGDescriptorTest.java         HOGDescriptor hog = new HOGDescriptor();
HOGDescriptor     204 modules/objdetect/misc/java/test/HOGDescriptorTest.java         assertEquals(HOGDescriptor.DEFAULT_NLEVELS, hog.get_nlevels());
HOGDescriptor      82 modules/objdetect/perf/opencl/perf_hogdetect.cpp     HOGDescriptor hog;
HOGDescriptor      87 modules/objdetect/src/hog.cpp size_t HOGDescriptor::getDescriptorSize() const
HOGDescriptor     101 modules/objdetect/src/hog.cpp double HOGDescriptor::getWinSigma() const
HOGDescriptor     106 modules/objdetect/src/hog.cpp bool HOGDescriptor::checkDetectorSize() const
HOGDescriptor     114 modules/objdetect/src/hog.cpp void HOGDescriptor::setSVMDetector(InputArray _svmDetector)
HOGDescriptor     139 modules/objdetect/src/hog.cpp bool HOGDescriptor::read(FileNode& obj)
HOGDescriptor     172 modules/objdetect/src/hog.cpp void HOGDescriptor::write(FileStorage& fs, const String& objName) const
HOGDescriptor     195 modules/objdetect/src/hog.cpp bool HOGDescriptor::load(const String& filename, const String& objname)
HOGDescriptor     202 modules/objdetect/src/hog.cpp void HOGDescriptor::save(const String& filename, const String& objName) const
HOGDescriptor     208 modules/objdetect/src/hog.cpp void HOGDescriptor::copyTo(HOGDescriptor& c) const
HOGDescriptor     225 modules/objdetect/src/hog.cpp void HOGDescriptor::computeGradient(const Mat& img, Mat& grad, Mat& qangle,
HOGDescriptor     497 modules/objdetect/src/hog.cpp     HOGCache(const HOGDescriptor* descriptor,
HOGDescriptor     501 modules/objdetect/src/hog.cpp     virtual void init(const HOGDescriptor* descriptor,
HOGDescriptor     526 modules/objdetect/src/hog.cpp     const HOGDescriptor* descriptor;
HOGDescriptor     536 modules/objdetect/src/hog.cpp HOGCache::HOGCache(const HOGDescriptor* _descriptor,
HOGDescriptor     543 modules/objdetect/src/hog.cpp void HOGCache::init(const HOGDescriptor* _descriptor,
HOGDescriptor    1395 modules/objdetect/src/hog.cpp void HOGDescriptor::compute(InputArray _img, std::vector<float>& descriptors,
HOGDescriptor    1459 modules/objdetect/src/hog.cpp void HOGDescriptor::detect(const Mat& img,
HOGDescriptor    1554 modules/objdetect/src/hog.cpp void HOGDescriptor::detect(const Mat& img, std::vector<Point>& hits, double hitThreshold,
HOGDescriptor    1565 modules/objdetect/src/hog.cpp     HOGInvoker( const HOGDescriptor* _hog, const Mat& _img,
HOGDescriptor    1625 modules/objdetect/src/hog.cpp     const HOGDescriptor* hog;
HOGDescriptor    1834 modules/objdetect/src/hog.cpp void HOGDescriptor::detectMultiScale(
HOGDescriptor    1888 modules/objdetect/src/hog.cpp void HOGDescriptor::detectMultiScale(InputArray img, std::vector<Rect>& foundLocations,
HOGDescriptor    1948 modules/objdetect/src/hog.cpp typedef RTTIImpl<HOGDescriptor> HOGRTTI;
HOGDescriptor    1953 modules/objdetect/src/hog.cpp std::vector<float> HOGDescriptor::getDefaultPeopleDetector()
HOGDescriptor    2766 modules/objdetect/src/hog.cpp std::vector<float> HOGDescriptor::getDaimlerPeopleDetector()
HOGDescriptor    3272 modules/objdetect/src/hog.cpp     HOGConfInvoker( const HOGDescriptor* _hog, const Mat& _img,
HOGDescriptor    3317 modules/objdetect/src/hog.cpp     const HOGDescriptor* hog;
HOGDescriptor    3326 modules/objdetect/src/hog.cpp void HOGDescriptor::detectROI(const cv::Mat& img, const std::vector<cv::Point> &locations,
HOGDescriptor    3419 modules/objdetect/src/hog.cpp void HOGDescriptor::detectMultiScaleROI(const cv::Mat& img,
HOGDescriptor    3435 modules/objdetect/src/hog.cpp void HOGDescriptor::readALTModel(String modelfile)
HOGDescriptor    3527 modules/objdetect/src/hog.cpp void HOGDescriptor::groupRectangles(std::vector<cv::Rect>& rectList, std::vector<double>& weights, int groupThreshold, double eps) const
HOGDescriptor      80 modules/objdetect/test/opencl/test_hogdetector.cpp     HOGDescriptor hog;
HOGDescriptor      98 modules/objdetect/test/opencl/test_hogdetector.cpp     HOGDescriptor hog;
HOGDescriptor     512 modules/objdetect/test/test_cascadeandhog.cpp     HOGDescriptor hog;
HOGDescriptor     514 modules/objdetect/test/test_cascadeandhog.cpp         hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());
HOGDescriptor     529 modules/objdetect/test/test_cascadeandhog.cpp     HOGDescriptor hog;
HOGDescriptor     530 modules/objdetect/test/test_cascadeandhog.cpp     hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());
HOGDescriptor     553 modules/objdetect/test/test_cascadeandhog.cpp     public cv::HOGDescriptor
HOGDescriptor     555 modules/objdetect/test/test_cascadeandhog.cpp     HOGDescriptor* actual_hog;
HOGDescriptor     560 modules/objdetect/test/test_cascadeandhog.cpp     HOGDescriptorTester(HOGDescriptor& instance) :
HOGDescriptor     561 modules/objdetect/test/test_cascadeandhog.cpp         cv::HOGDescriptor(instance), actual_hog(&instance),
HOGDescriptor    1340 modules/objdetect/test/test_cascadeandhog.cpp     HOGDescriptor actual_hog;
HOGDescriptor    1341 modules/objdetect/test/test_cascadeandhog.cpp     actual_hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());
HOGDescriptor     294 samples/cpp/train_HOG.cpp     HOGDescriptor hog;
HOGDescriptor     358 samples/cpp/train_HOG.cpp     HOGDescriptor hog;
HOGDescriptor     359 samples/cpp/train_HOG.cpp     HOGDescriptor my_hog;
HOGDescriptor     256 samples/gpu/hog.cpp     cv::HOGDescriptor cpu_hog(win_size, Size(16, 16), Size(8, 8), Size(8, 8), 9);
HOGDescriptor     156 samples/tapi/hog.cpp     HOGDescriptor hog(win_size, Size(16, 16), Size(8, 8), Size(8, 8), 9, 1, -1,
HOGDescriptor     157 samples/tapi/hog.cpp                           HOGDescriptor::L2Hys, 0.2, gamma_corr, cv::HOGDescriptor::DEFAULT_NLEVELS);
HOGDescriptor     158 samples/tapi/hog.cpp     hog.setSVMDetector( HOGDescriptor::getDaimlerPeopleDetector() );