Searched refs:_nlevels (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 44 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument 52 data_size = _nlevels * sizeof(fs_level) in fs_ctx_init() 54 for (l = 0; l < _nlevels; l++) { in fs_ctx_init() 69 _ctx->nlevels = _nlevels; in fs_ctx_init() 70 data += _nlevels * sizeof(*_ctx->level); in fs_ctx_init() 73 for (l = 0; l < _nlevels; l++) { in fs_ctx_init()
|
/external/opencv3/modules/java/src/ |
D | objdetect+HOGDescriptor.java | 48 …istogramNormType, double _L2HysThreshold, boolean _gammaCorrection, int _nlevels, boolean _signedG… in HOGDescriptor() argument 51 …ture, _winSigma, _histogramNormType, _L2HysThreshold, _gammaCorrection, _nlevels, _signedGradient); in HOGDescriptor() 501 …istogramNormType, double _L2HysThreshold, boolean _gammaCorrection, int _nlevels, boolean _signedG… in HOGDescriptor_1() argument
|
D | objdetect.cpp | 490 …ogramNormType, jdouble _L2HysThreshold, jboolean _gammaCorrection, jint _nlevels, jboolean _signed… in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11() argument 499 …istogramNormType, (double)_L2HysThreshold, (bool)_gammaCorrection, (int)_nlevels, (bool)_signedGra… in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11()
|
/external/opencv3/modules/objdetect/include/opencv2/ |
D | objdetect.hpp | 355 int _nlevels=HOGDescriptor::DEFAULT_NLEVELS, bool _signedGradient=false) in HOGDescriptor() 359 …gammaCorrection(_gammaCorrection), free_coef(-1.f), nlevels(_nlevels), signedGradient(_signedGradi… in HOGDescriptor()
|
/external/opencv3/modules/features2d/src/ |
D | orb.cpp | 656 explicit ORB_Impl(int _nfeatures, float _scaleFactor, int _nlevels, int _edgeThreshold, in ORB_Impl() argument 658 nfeatures(_nfeatures), scaleFactor(_scaleFactor), nlevels(_nlevels), in ORB_Impl()
|