Table of Contents

Class DecodeImage

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that decodes an image from each byte buffer in the sequence.

public class DecodeImage : Transform<Mat, IplImage>
Inheritance
DecodeImage
Inherited Members

Properties

Mode

Gets or sets a value specifying optional conversions applied to the decoded image.

Methods

Process(IObservable<Mat>)

Decodes an image from each byte buffer in an observable sequence.

Process(IObservable<byte[]>)

Decodes an image from each byte array in an observable sequence.