HomeSort by relevance Sort by last modified time
    Searched refs:shapeContextWeight (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/shape/include/opencv2/shape/
shape_distance.hpp 119 @param shapeContextWeight The weight of the shape context distance in the final distance value.
121 CV_WRAP virtual void setShapeContextWeight(float shapeContextWeight) = 0;
  /external/opencv3/modules/shape/src/
sc_dis.cpp 72 shapeContextWeight=1.0f;
104 virtual void setShapeContextWeight(float _shapeContextWeight) {shapeContextWeight=_shapeContextWeight;}
105 virtual float getShapeContextWeight() const {return shapeContextWeight;}
149 << "scWei" << shapeContextWeight
163 shapeContextWeight = (float)fn["scWei"];
183 float shapeContextWeight;
313 return (sDistance*shapeContextWeight+bEnergy*bendingEnergyWeight+iAppearance*imageAppearanceWeight);

Completed in 73 milliseconds