Home
last modified time | relevance | path

Searched refs:_gammaCorrection (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/java/src/
Dobjdetect+HOGDescriptor.java48 … _winSigma, int _histogramNormType, double _L2HysThreshold, boolean _gammaCorrection, int _nlevels… in HOGDescriptor() argument
51 …ns, _derivAperture, _winSigma, _histogramNormType, _L2HysThreshold, _gammaCorrection, _nlevels, _s… in HOGDescriptor()
501 … _winSigma, int _histogramNormType, double _L2HysThreshold, boolean _gammaCorrection, int _nlevels… in HOGDescriptor_1() argument
Dobjdetect.cpp490 …inSigma, jint _histogramNormType, jdouble _L2HysThreshold, jboolean _gammaCorrection, jint _nlevel… in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11() argument
499 …)_winSigma, (int)_histogramNormType, (double)_L2HysThreshold, (bool)_gammaCorrection, (int)_nlevel… in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11()
/external/opencv3/modules/objdetect/include/opencv2/
Dobjdetect.hpp354 double _L2HysThreshold=0.2, bool _gammaCorrection=false, in HOGDescriptor()
359 …gammaCorrection(_gammaCorrection), free_coef(-1.f), nlevels(_nlevels), signedGradient(_signedGradi… in HOGDescriptor()