Table of Contents

Class Resize

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that resizes each image in the sequence to the specified size.

public class Resize : Transform<IplImage, IplImage>
Inheritance
Resize
Inherited Members

Properties

Interpolation

Gets or sets a value specifying the interpolation method used to transform individual image pixels.

Size

Gets or sets the size of the output images.

Methods

Process(IObservable<IplImage>)

Resizes each image in an observable sequence to the specified size.