IntegralImage2 Methods |
The IntegralImage2 type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations
before the IntegralImage2 is reclaimed by garbage collection.
(Overrides ObjectFinalize.) | |
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.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSum |
Gets the sum of the pixels in a rectangle of the Integral image.
| |
GetSum2 |
Gets the sum of the squared pixels in a rectangle of the Integral image.
| |
GetSumT |
Gets the sum of the pixels in a tilted rectangle of the Integral image.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update |
Computes the integral image representation from the given image.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |