Click or drag to resize
Accord.NET (logo)

IntegralImage2FromBitmap Method (UnmanagedImage, Int32)

Constructs a new Integral image from an unmanaged image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static IntegralImage2 FromBitmap(
	UnmanagedImage image,
	int channel
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
The source image from where the integral image should be computed.
channel
Type: SystemInt32
The image channel to consider in the computations. Default is 0.

Return Value

Type: IntegralImage2
The IntegralImage2 representation of the image.
See Also