ShapeContextDistanceExtractorBendingEnergyWeight Property
|
The weight of the Bending Energy in the final distance value.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
function get_BendingEnergyWeight();
function set_BendingEnergyWeight(value);
Property Value
Type:
Single
See Also