Method EnsureImageFormat
EnsureImageFormat(IplImage, Size, IplDepth, int)
Ensures the cached image buffer is allocated and has the specified size and format parameters.
public static IplImage EnsureImageFormat(IplImage output, Size size, IplDepth depth, int channels)
Parameters
output
IplImageThe current cached image buffer. If the value is null, or if the cached image parameters do not match the specified size and format, a new image buffer will be allocated.
size
SizeThe pixel-accurate size of the image.
depth
IplDepthThe bit depth format for each pixel in the image.
channels
intThe number of channels in the image.