ShapeContextDistanceExtractorBendingEnergyWeight Property |
http://www.emgu.com
The weight of the Bending Energy 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 BendingEnergyWeight { get; set; }
Public Property BendingEnergyWeight As Single
Get
Set
public:
property float BendingEnergyWeight {
float get ();
void set (float value);
}
member BendingEnergyWeight : float32 with get, set
Property Value
Type:
Single
See Also