Table of Contents

Class Submatrix

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that extracts a submatrix from each array in the sequence.

public class Submatrix : Transform<Mat, Mat>
Inheritance
Submatrix
Inherited Members

Properties

EndCol

Gets or sets the last column of the submatrix. If it is not specified, the submatrix will end at the last column of the array.

EndRow

Gets or sets the last row of the submatrix. If it is not specified, the submatrix will end at the last row of the array.

StartCol

Gets or sets the first column of the submatrix.

StartRow

Gets or sets the first row of the submatrix.

Methods

Process(IObservable<Mat>)

Extracts a submatrix from each array in an observable sequence.