ShapeContextDistanceExtractorImageAppearanceWeight Property
|
The weight of the appearance cost in the final distance value.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
function get_ImageAppearanceWeight();
function set_ImageAppearanceWeight(value);
Property Value
Type:
Single
See Also