ShapeContextDistanceExtractorInnerRadius Property
|
The value of the inner radius.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic float InnerRadius { get; set; }
Public Property InnerRadius As Single
Get
Set
public:
property float InnerRadius {
float get ();
void set (float value);
}
member InnerRadius : float32 with get, set
function get_InnerRadius();
function set_InnerRadius(value);
Property Value
Type:
Single
See Also