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