Table of Contents

Class FindChessboardCorners

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that finds the positions of internal corners for each chessboard image in the sequence.

public class FindChessboardCorners : Transform<IplImage, KeyPointCollection>
Inheritance
FindChessboardCorners
Inherited Members

Constructors

FindChessboardCorners()

Initializes a new instance of the FindChessboardCorners class.

Properties

CalibrationFlags

Gets or sets a value specifying the available operation flags for finding chessboard corners.

PatternSize

Gets or sets the number of inner corners per chessboard row and column.

Methods

Process(IObservable<IplImage>)

Finds the positions of internal corners for each chessboard image in an observable sequence.