Table of Contents

Class ReadPixels

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that reads a block of pixels from the framebuffer.

public class ReadPixels : Source<IplImage>
Inheritance
ReadPixels
Inherited Members

Properties

RegionOfInterest

Gets or sets the pixel region of interest to read from the framebuffer, in upper left coordinates. If no region is specified, the entire framebuffer is read.

Methods

Generate()

Generates an observable sequence that reads a block of pixels from the framebuffer and returns the data as an image object.

Generate<TSource>(IObservable<TSource>)

Reads a block of pixels from the framebuffer whenever an observable sequence emits a notification.