| CvBlobCentralMoments Property |
True if central moments are being calculated
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public bool CentralMoments { get; set; }
Public Property CentralMoments As Boolean
Get
Set
public:
property bool CentralMoments {
bool get ();
void set (bool value);
}
member CentralMoments : bool with get, set
Property Value
Type:
BooleanSee Also