ShapeContextDistanceExtractorImageAppearanceWeight Property |
http://www.emgu.com
The weight of the appearance cost in the final distance value.
Namespace:
Emgu.CV.Shape
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic float ImageAppearanceWeight { get; set; }
Public Property ImageAppearanceWeight As Single
Get
Set
public:
property float ImageAppearanceWeight {
float get ();
void set (float value);
}
member ImageAppearanceWeight : float32 with get, set
Property Value
Type:
Single
See Also