Table of Contents

Class Centroid

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

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 IplImage

The image from which the centroid was extracted.

Properties

Image

Gets the image from which the centroid was extracted.

public IplImage Image { get; }

Property Value

IplImage