Searched refs:getWinSigma (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudaobjdetect/include/opencv2/ |
D | cudaobjdetect.hpp | 103 virtual double getWinSigma() const = 0;
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | hog.cpp | 108 virtual double getWinSigma() const; 238 double HOG_Impl::getWinSigma() const in getWinSigma() function in __anon50cfe1180111::HOG_Impl 507 (float)getWinSigma(), in computeBlockHistograms()
|
/external/opencv3/modules/java/src/ |
D | objdetect+HOGDescriptor.java | 113 public double getWinSigma() in getWinSigma() method in HOGDescriptor
|
D | objdetect.cpp | 623 double _retval_ = me->getWinSigma( ); in Java_org_opencv_objdetect_HOGDescriptor_getWinSigma_10()
|
/external/opencv3/modules/objdetect/include/opencv2/ |
D | objdetect.hpp | 376 CV_WRAP double getWinSigma() const;
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 101 double HOGDescriptor::getWinSigma() const in getWinSigma() function in cv::HOGDescriptor 184 << "winSigma" << getWinSigma() in write() 581 float sigma = (float)descriptor->getWinSigma(); in init() 1412 …cellSize, nbins, blockStride, winSize, (float)getWinSigma(), gammaCorrection, L2HysThreshold, sign… in compute() 1862 …, nbins, blockStride, winSize, gammaCorrection, L2HysThreshold, (float)getWinSigma(), free_coef, s… in detectMultiScale()
|
/external/opencv3/modules/objdetect/test/ |
D | test_cascadeandhog.cpp | 683 float sigma = (float)descriptor->getWinSigma(); in init()
|