ShapeContextDistanceExtractorStdDev Property
|
The value of the standard deviation for the Gaussian window for the image appearance cost.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic float StdDev { get; set; }
Public Property StdDev As Single
Get
Set
public:
property float StdDev {
float get ();
void set (float value);
}
member StdDev : float32 with get, set
function get_StdDev();
function set_StdDev(value);
Property Value
Type:
Single
See Also