Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dsc_dis.cpp72 shapeContextWeight=1.0f; in ShapeContextDistanceExtractorImpl()
104 …virtual void setShapeContextWeight(float _shapeContextWeight) {shapeContextWeight=_shapeContextWei… in setShapeContextWeight()
105 virtual float getShapeContextWeight() const {return shapeContextWeight;} in getShapeContextWeight()
149 << "scWei" << shapeContextWeight in write()
163 shapeContextWeight = (float)fn["scWei"]; in read()
183 float shapeContextWeight; member in cv::ShapeContextDistanceExtractorImpl
313 …return (sDistance*shapeContextWeight+bEnergy*bendingEnergyWeight+iAppearance*imageAppearanceWeight… in computeDistance()
/external/opencv3/modules/shape/include/opencv2/shape/
Dshape_distance.hpp121 CV_WRAP virtual void setShapeContextWeight(float shapeContextWeight) = 0;