A property to be updated with the length of the Feret's diameter.
public int FeretsDiameter {get;}
'Declaration
Public ReadOnly Property FeretsDiameter As Integer
'Usage
Dim instance As FeretsDiameterCommand
Dim value As Integer
value = instance.FeretsDiameter
public int FeretsDiameter {get;}
public:
property int FeretsDiameter {
int get();
}
Property Value
The length of the Feret's diameter. The length is measured in pixels and is internally multiplied by 1000. Divide this value by 1000 to obtain the real length.