Searched refs:shapeContextWeight (Results 1 – 2 of 2) sorted by relevance
72 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::ShapeContextDistanceExtractorImpl313 …return (sDistance*shapeContextWeight+bEnergy*bendingEnergyWeight+iAppearance*imageAppearanceWeight… in computeDistance()
121 CV_WRAP virtual void setShapeContextWeight(float shapeContextWeight) = 0;