OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageAppearanceWeight
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/shape/include/opencv2/shape/
shape_distance.hpp
131
@param
imageAppearanceWeight
The weight of the appearance cost in the final distance value.
133
CV_WRAP virtual void setImageAppearanceWeight(float
imageAppearanceWeight
) = 0;
/external/opencv3/modules/shape/src/
sc_dis.cpp
71
imageAppearanceWeight
=0.0f;
107
virtual void setImageAppearanceWeight(float _imageAppearanceWeight) {
imageAppearanceWeight
=_imageAppearanceWeight;}
108
virtual float getImageAppearanceWeight() const {return
imageAppearanceWeight
;}
150
<< "iaWei" <<
imageAppearanceWeight
164
imageAppearanceWeight
= (float)fn["iaWei"];
182
float
imageAppearanceWeight
;
204
if (
imageAppearanceWeight
!=0)
251
if (
imageAppearanceWeight
!=0)
270
if (
imageAppearanceWeight
!=0)
313
return (sDistance*shapeContextWeight+bEnergy*bendingEnergyWeight+iAppearance*
imageAppearanceWeight
);
[
all
...]
Completed in 50 milliseconds