Dictionary Object For 2D Cosine Analysis
- DESCRIPTION:
-
Objects of class "cp.dict.2d"that contain all relevant information for 2D
cosine packet analysis.
- GENERATION:
-
Objects of class "cp.dict.2d" are returned from calling functions
cp.dict.2d().
- METHODS:
-
The class "cp.dict.2d" has methods for the following generic function:
print.
- STRUCTURE:
-
The "cp.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:
-
cp.dict.2d
,
cp.dict.object
.