Dictionary Object For 2D Wavelet Analysis
- DESCRIPTION:
-
Objects of class "wp.dict.2d" that contain all relevant information for 2D
wavelet packet analysis.
- GENERATION:
-
Objects of class "wp.dict.2d" are returned from calling functions
wp.dict.2d().
- METHODS:
-
The class "wp.dict.2d" has methods for the following generic function:
print.
- STRUCTURE:
-
The "wp.dict.2d" object is a list with the following components:
- row.dict:
-
1D dictionary for row operations.
- col.dict:
-
1D dictionary for column operations.
- image.name:
-
the name of the original image.
- dim:
-
dimension of the original image.
- SEE ALSO:
-
wp.dict.2d
,
wp.dict.object
.