Home
last modified time | relevance | path

Searched refs:getShapeContextWeight (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/shape/include/opencv2/shape/
Dshape_distance.hpp122 CV_WRAP virtual float getShapeContextWeight() const = 0;
/external/opencv3/modules/shape/src/
Dsc_dis.cpp105 virtual float getShapeContextWeight() const {return shapeContextWeight;} in getShapeContextWeight() function in cv::ShapeContextDistanceExtractorImpl