|
IntegralImage2FromBitmap Method (BitmapData, Int32)
|
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,
int channel
)
Public Shared Function FromBitmap (
imageData As BitmapData,
channel As Integer
) As IntegralImage2
Request Example
View SourceParameters
- imageData
- Type: System.Drawing.ImagingBitmapData
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
imageData.
See Also