CvBlobBlobMoments Property |
http://www.emgu.com
Get the Blob Moments
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic CvBlobMoments BlobMoments { get; }
Public ReadOnly Property BlobMoments As CvBlobMoments
Get
public:
property CvBlobMoments BlobMoments {
CvBlobMoments get ();
}
member BlobMoments : CvBlobMoments with get
Property Value
Type:
CvBlobMoments
See Also