IntegralImage2FromBitmap Method |
Name | Description | |
---|---|---|
FromBitmap(Bitmap) |
Constructs a new Integral image from a Bitmap image.
| |
FromBitmap(BitmapData) |
Constructs a new Integral image from a BitmapData image.
| |
FromBitmap(UnmanagedImage) |
Constructs a new Integral image from an unmanaged image.
| |
FromBitmap(Bitmap, Boolean) |
Constructs a new Integral image from a Bitmap image.
| |
FromBitmap(Bitmap, Int32) |
Constructs a new Integral image from a Bitmap image.
| |
FromBitmap(BitmapData, Boolean) |
Constructs a new Integral image from a BitmapData image.
| |
FromBitmap(BitmapData, Int32) |
Constructs a new Integral image from a BitmapData image.
| |
FromBitmap(UnmanagedImage, Boolean) |
Constructs a new Integral image from an unmanaged image.
| |
FromBitmap(UnmanagedImage, Int32) |
Constructs a new Integral image from an unmanaged image.
| |
FromBitmap(Bitmap, Int32, Boolean) |
Constructs a new Integral image from a Bitmap image.
| |
FromBitmap(BitmapData, Int32, Boolean) |
Constructs a new Integral image from a BitmapData image.
| |
FromBitmap(UnmanagedImage, Int32, Boolean) |
Constructs a new Integral image from an unmanaged image.
|