Class Centroid
Represents a center point used for cropping.
public class Centroid : BodyPart
- Inheritance
-
Centroid
- Inherited Members
Constructors
Centroid(IplImage)
Initializes a new instance of the Centroid class extracted from the specified image.
public Centroid(IplImage image)
Parameters
image
IplImageThe image from which the centroid was extracted.
Properties
Image
Gets the image from which the centroid was extracted.
public IplImage Image { get; }