Table of Contents

Class IplImageHelper

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Provides helper functions to create and manipulate the format of cached image buffers.

public static class IplImageHelper
Inheritance
IplImageHelper
Inherited Members

Methods

EnsureColorCopy(IplImage, IplImage)

Copies the original image pixels into a cached image buffer, with optional color conversion in the case where the original image is grayscale.

EnsureImageFormat(IplImage, Size, IplDepth, int)

Ensures the cached image buffer is allocated and has the specified size and format parameters.