Table of Contents

Class WarpAffine

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that applies an affine transformation to each image in the sequence.

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

Properties

FillValue

Gets or sets the value to which all outlier pixels will be set to.

Flags

Gets or sets a value specifying the interpolation and operation flags for the image warp.

Transform

Gets or sets the 2x3 affine transformation matrix.

Methods

Process(IObservable<IplImage>)

Applies an affine transformation to each image in an observable sequence.