Table of Contents

Class Crop

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that crops a rectangular subregion of each image in the sequence, without copying.

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

Properties

RegionOfInterest

Gets or sets a rectangle specifying the region of interest inside the image.

Methods

Process(IObservable<IplImage>)

Crops a subregion of each image in an observable sequence.