Description Usage Arguments Value Examples
ODCT
returns a matrix which is used in dictionary learning as an initial dictionary matrix.
1 | ODCT(m, p)
|
m |
Number of grid in each base or the size of each atom in the dictionary. |
p |
Number of bases or the size of the dictionary. |
A m by p matrix. Each column is a DCT base.
1 2 | dic=ODCT(64,100)
# generating an initial dictionary of size 100 with each atom/image patch of size 64.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.