ODCT: Overcomplete Discrete Cosine Transform (ODCT) Generating...

Description Usage Arguments Value Examples

View source: R/Rfunctions.R

Description

ODCT returns a matrix which is used in dictionary learning as an initial dictionary matrix.

Usage

1
ODCT(m, p)

Arguments

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.

Value

A m by p matrix. Each column is a DCT base.

Examples

1
2
dic=ODCT(64,100)
# generating an initial dictionary of size 100 with each atom/image patch of size 64.

GSCAD documentation built on Oct. 6, 2017, 5:04 p.m.

Related to ODCT in GSCAD...