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

  /external/opencv3/modules/shape/include/opencv2/shape/
shape_distance.hpp 141 @param bendingEnergyWeight The weight of the Bending Energy in the final distance value.
143 CV_WRAP virtual void setBendingEnergyWeight(float bendingEnergyWeight) = 0;
  /external/opencv3/modules/shape/src/
sc_dis.cpp 70 bendingEnergyWeight=0.3f;
110 virtual void setBendingEnergyWeight(float _bendingEnergyWeight) {bendingEnergyWeight=_bendingEnergyWeight;}
111 virtual float getBendingEnergyWeight() const {return bendingEnergyWeight;}
148 << "beWei" << bendingEnergyWeight
162 bendingEnergyWeight = (float)fn["beWei"];
181 float bendingEnergyWeight;
313 return (sDistance*shapeContextWeight+bEnergy*bendingEnergyWeight+iAppearance*imageAppearanceWeight);

Completed in 730 milliseconds