메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
FromBitmap ( |
Constructs a new Integral image from a Bitmap image.
|
|
FromBitmap ( |
Constructs a new Integral image from a Bitmap image.
|
|
FromBitmap ( |
Constructs a new Integral image from a Bitmap image.
|
|
FromBitmap ( |
Constructs a new Integral image from a Bitmap image.
|
|
FromBitmap ( |
Constructs a new Integral image from a BitmapData image.
|
|
FromBitmap ( |
Constructs a new Integral image from a BitmapData image.
|
|
FromBitmap ( |
Constructs a new Integral image from a BitmapData image.
|
|
FromBitmap ( |
Constructs a new Integral image from a BitmapData image.
|
|
FromBitmap ( UnmanagedImage image ) : |
Constructs a new Integral image from an unmanaged image.
|
|
FromBitmap ( UnmanagedImage image, bool computeTilted ) : |
Constructs a new Integral image from an unmanaged image.
|
|
FromBitmap ( UnmanagedImage image, int channel ) : |
Constructs a new Integral image from an unmanaged image.
|
|
FromBitmap ( UnmanagedImage image, int channel, bool computeTilted ) : |
Constructs a new Integral image from an unmanaged image.
|
|
GetSum ( int x, int y, int width, int height ) : long |
Gets the sum of the pixels in a rectangle of the Integral image.
|
|
GetSum2 ( int x, int y, int width, int height ) : long |
Gets the sum of the squared pixels in a rectangle of the Integral image.
|
|
GetSumT ( int x, int y, int width, int height ) : long |
Gets the sum of the pixels in a tilted rectangle of the Integral image.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
IntegralImage2 ( int width, int height, bool computeTilted ) : System |
Constructs a new Integral image of the given size.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
리턴 | void |
public static FromBitmap ( |
||
image | The source image from where the integral image should be computed. | |
리턴 |
public static FromBitmap ( |
||
image | The source image from where the integral image should be computed. | |
computeTilted | bool | |
리턴 |
public static FromBitmap ( |
||
image | The source image from where the integral image should be computed. | |
channel | int | The image channel to consider in the computations. Default is 0. |
리턴 |
public static FromBitmap ( |
||
image | The source image from where the integral image should be computed. | |
channel | int | The image channel to consider in the computations. Default is 0. |
computeTilted | bool | |
리턴 |
public static FromBitmap ( |
||
imageData | The source image from where the integral image should be computed. | |
리턴 |
public static FromBitmap ( |
||
imageData | The source image from where the integral image should be computed. | |
computeTilted | bool | |
리턴 |
public static FromBitmap ( |
||
imageData | The source image from where the integral image should be computed. | |
channel | int | The image channel to consider in the computations. Default is 0. |
리턴 |
public static FromBitmap ( |
||
imageData | The source image from where the integral image should be computed. | |
channel | int | The image channel to consider in the computations. Default is 0. |
computeTilted | bool | |
리턴 |
public static FromBitmap ( UnmanagedImage image ) : |
||
image | UnmanagedImage | The source image from where the integral image should be computed. |
리턴 |
public static FromBitmap ( UnmanagedImage image, bool computeTilted ) : |
||
image | UnmanagedImage | The source image from where the integral image should be computed. |
computeTilted | bool | |
리턴 |
public static FromBitmap ( UnmanagedImage image, int channel ) : |
||
image | UnmanagedImage | The source image from where the integral image should be computed. |
channel | int | The image channel to consider in the computations. Default is 0. |
리턴 |
public static FromBitmap ( UnmanagedImage image, int channel, bool computeTilted ) : |
||
image | UnmanagedImage | The source image from where the integral image should be computed. |
channel | int | The image channel to consider in the computations. Default is 0. |
computeTilted | bool | |
리턴 |
public GetSum ( int x, int y, int width, int height ) : long | ||
x | int | The horizontal position of the rectangle |
y | int | The vertical position of the rectangle |
width | int | The rectangle's width |
height | int | The rectangle's height |
리턴 | long |
public GetSum2 ( int x, int y, int width, int height ) : long | ||
x | int | The horizontal position of the rectangle |
y | int | The vertical position of the rectangle |
width | int | The rectangle's width |
height | int | The rectangle's height |
리턴 | long |
public GetSumT ( int x, int y, int width, int height ) : long | ||
x | int | The horizontal position of the rectangle |
y | int | The vertical position of the rectangle |
width | int | The rectangle's width |
height | int | The rectangle's height |
리턴 | long |
protected IntegralImage2 ( int width, int height, bool computeTilted ) : System | ||
width | int | |
height | int | |
computeTilted | bool | |
리턴 | System |