Click or drag to resize
Accord.NET (logo)

IntegralImage2FromBitmap Method

Overload List
  NameDescription
Public methodStatic memberFromBitmap(Bitmap)
Constructs a new Integral image from a Bitmap image.
Public methodStatic memberFromBitmap(BitmapData)
Constructs a new Integral image from a BitmapData image.
Public methodStatic memberFromBitmap(UnmanagedImage)
Constructs a new Integral image from an unmanaged image.
Public methodStatic memberFromBitmap(Bitmap, Boolean)
Constructs a new Integral image from a Bitmap image.
Public methodStatic memberFromBitmap(Bitmap, Int32)
Constructs a new Integral image from a Bitmap image.
Public methodStatic memberFromBitmap(BitmapData, Boolean)
Constructs a new Integral image from a BitmapData image.
Public methodStatic memberFromBitmap(BitmapData, Int32)
Constructs a new Integral image from a BitmapData image.
Public methodStatic memberFromBitmap(UnmanagedImage, Boolean)
Constructs a new Integral image from an unmanaged image.
Public methodStatic memberFromBitmap(UnmanagedImage, Int32)
Constructs a new Integral image from an unmanaged image.
Public methodStatic memberFromBitmap(Bitmap, Int32, Boolean)
Constructs a new Integral image from a Bitmap image.
Public methodStatic memberFromBitmap(BitmapData, Int32, Boolean)
Constructs a new Integral image from a BitmapData image.
Public methodStatic memberFromBitmap(UnmanagedImage, Int32, Boolean)
Constructs a new Integral image from an unmanaged image.
Top
See Also