Public Member Functions | |
| def | __init__ |
| Only Pyr_Level, K, lambda, beta, mSize, bo, dir_filter allowed. | |
| def | inv |
| Apply the INVERSE version of the sfsurf. | |
Static Public Attributes | |
| string | name = 'surf' |
The N-D Contourlet Transformation--Surfacelet.
Definition at line 37 of file contourlets.py.
| def __init__ | ( | self, | ||
| inSpace, | ||||
adj = False, |
||||
Pyr_Level = 2, |
||||
| kparams | ||||
| ) |
Only Pyr_Level, K, lambda, beta, mSize, bo, dir_filter allowed.
Constructor
| inSpace | space instance | |
| adj | create adjoint transform | |
| Pyr_Level | ??? |
Definition at line 47 of file contourlets.py.
| def inv | ( | self | ) |
Definition at line 38 of file contourlets.py.
1.5.6