| ConnectedComponentsBlobCentroid Property  | 
        
         
            Floating point centroid (x,y)
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Point2d Centroid { get; }Public ReadOnly Property Centroid As Point2d
	Get
public:
property Point2d Centroid {
	Point2d get ();
}member Centroid : Point2d with get
Property Value
Type: 
Point2d See Also
See Also