Code accompanying the paper M. Sorel, F. Sroubek, "Fast convolutional sparse coding using matrix inversion lemma", Digital Signal Processing, vol. 55, pp.44-51, 2016
Stars
31
Forks
14
Watchers
31
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
added missing mycg.m (our version of conjugate gradients, same format as Matlab pcg)
5617469View on GitHubREADME.md : added warning that this implementation is intended for 2D model and does not work for 3D convolutions.
cc11c3dView on GitHubTwo new examples how to run the training of kernels and slight change of interface in convsparseF.m. We also included local normalization in exp_feature_learng_convergence_f.m. It is important to get pretty kernels.
9712a38View on GitHub+ dispIm.m auxiliary function to display images, closes #1
510435eView on GitHub