Skip to main content

Module dictionary

Module dictionary 

Source
Expand description

Dictionary learning: K-SVD, MOD, and online dictionary updates.

Re-exports§

pub use coupled_dl::CoupledDictionary;
pub use coupled_dl::CoupledDlConfig;
pub use coupled_dl::couple_code;
pub use coupled_dl::coupled_dl;
pub use k_svd::k_svd;
pub use mod_dl::mod_dl;
pub use online_dl::online_dl;

Modules§

coupled_dl
Coupled Dictionary Learning (Yang, Wright, Huang & Ma 2010).
k_svd
K-SVD dictionary learning (Aharon, Elad, Bruckstein 2006).
mod_dl
Method of Optimal Directions (Engan, Aase, Husøy 1999).
online_dl
Online dictionary learning (Mairal, Bach, Ponce, Sapiro 2010).

Structs§

DictionaryResult
Dictionary learning result.