Click or drag to resize
Accord.NET (logo)

IntegralImage2FromBitmap Method (BitmapData, Boolean)

Constructs a new Integral image from a BitmapData image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static IntegralImage2 FromBitmap(
	BitmapData imageData,
	bool computeTilted
)
Request Example View Source

Parameters

imageData
Type: System.Drawing.ImagingBitmapData
The source image from where the integral image should be computed.
computeTilted
Type: SystemBoolean
True to compute the tilted version of the integral image, false otherwise. Default is false.

Return Value

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