Method | Description | |
---|---|---|
DecomposeImageInPlace ( float image ) : void |
Apply Haar Wavelet decomposition on the image
|
Method | Description | |
---|---|---|
DecomposeImage ( float image ) : void |
The standard 2-dimensional Haar wavelet decomposition involves one-dimensional decomposition of each row followed by a one-dimensional decomposition of each column of the result.
|
|
Decomposition ( float array ) : void |
public DecomposeImageInPlace ( float image ) : void | ||
image | float | Image to be decomposed |
return | void |