Click or drag to resize
Accord.NET (logo)

IntegralImageFromBitmap Method (Bitmap)

Construct integral image from source grayscale image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static IntegralImage FromBitmap(
	Bitmap image
)
Request Example View Source

Parameters

image
Type: System.DrawingBitmap
Source grayscale image.

Return Value

Type: IntegralImage
Returns integral image.
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionThe source image has incorrect pixel format.
See Also