Table of Contents

Class IplImageTexture

Namespace
Bonsai.Vision.Design
Assembly
Bonsai.Vision.Design.dll

Represents a texture buffer which can be updated with IplImage data and rendered onto the current viewport as a full-screen quad.

public class IplImageTexture : IDisposable
Inheritance
IplImageTexture
Implements
Inherited Members

Constructors

IplImageTexture()

Initializes a new instance of the IplImageTexture class.

public IplImageTexture()

Methods

Dispose()

Releases all resources used by the IplImageTexture class.

public void Dispose()

Draw()

Binds and draws the texture buffer object as a full-screen quad.

public void Draw()

Update(IplImage)

Updates the texture buffer with the specified image data.

public void Update(IplImage image)

Parameters

image IplImage

An IplImage object containing the pixel data to copy into the texture buffer.