Click or drag to resize
Accord.NET (logo)

IntegralImageFromBitmap Method (BitmapData)

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(
	BitmapData imageData
)
Request Example View Source

Parameters

imageData
Type: System.Drawing.ImagingBitmapData
Source image data.

Return Value

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