Construct integral image from source grayscale image.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public static IntegralImage FromBitmap( Bitmap image ) |
Parameters
- image
- Type: System.Drawing..::.Bitmap
Source grayscale image.
Return Value
Returns integral image.
Exceptions
| Exception | Condition |
|---|---|
| AForge.Imaging..::.UnsupportedImageFormatException | The source image has incorrect pixel format. |