Home
last modified time | relevance | path

Searched refs:getWinSigma (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp103 virtual double getWinSigma() const = 0;
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp108 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/
Dobjdetect+HOGDescriptor.java113 public double getWinSigma() in getWinSigma() method in HOGDescriptor
Dobjdetect.cpp623 double _retval_ = me->getWinSigma( ); in Java_org_opencv_objdetect_HOGDescriptor_getWinSigma_10()
/external/opencv3/modules/objdetect/include/opencv2/
Dobjdetect.hpp376 CV_WRAP double getWinSigma() const;
/external/opencv3/modules/objdetect/src/
Dhog.cpp101 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/
Dtest_cascadeandhog.cpp683 float sigma = (float)descriptor->getWinSigma(); in init()