Table of Contents

Class Reshape

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that changes the shape of each array in the sequence without copying data.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Reshape
Inheritance
Reshape
Inherited Members

Properties

Channels

Gets or sets the new number of channels. Zero means the number of channels will not change.

Rows

Gets or sets the new number of rows. Zero means the number of rows will not change.

Methods

Process(IObservable<IplImage>)

Changes the shape of each image in an observable sequence without copying data.

Process(IObservable<Mat>)

Changes the shape of each matrix in an observable sequence without copying data.