Home
last modified time | relevance | path

Searched defs:getWeightL (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/pct_signatures/
H A Dpct_sampler.cpp128 float getWeightL() const CV_OVERRIDE { return mWeights[L_IDX]; } in getWeightL() function in cv::xfeatures2d::pct_signatures::CV_FINAL
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dpct_signatures.cpp137 … float getWeightL() const CV_OVERRIDE { return mSampler->getWeightL(); } in getWeightL() function in cv::xfeatures2d::pct_signatures::PCTSignatures_Impl