| CvTrackCentroid Property |
Centroid.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public Point2d Centroid { get; set; }
Public Property Centroid As Point2d
Get
Set
public:
property Point2d Centroid {
Point2d get ();
void set (Point2d value);
}
member Centroid : Point2d with get, set
Property Value
Type:
Point2dSee Also