|
IntegralImage2FromBitmap Method (Bitmap)
|
Constructs a new Integral image from a Bitmap image.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static IntegralImage2 FromBitmap(
Bitmap image
)
Public Shared Function FromBitmap (
image As Bitmap
) As IntegralImage2
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
The source image from where the integral image should be computed.
Return Value
Type:
IntegralImage2
The
IntegralImage2 representation of
the
image.
See Also