GraphSegmentationK Property
|
Namespace:
OpenCvSharp.XImgProc.Segmentation
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual float K { get; set; }
Public Overridable Property K As Single
Get
Set
public:
virtual property float K {
float get ();
void set (float value);
}
abstract K : float32 with get, set
override K : float32 with get, set
function get_K();
function set_K(value);
Property Value
Type:
Single
See Also