You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@ A parallelized C++ implementation of K-SVD and 2D continuous K-SVD, using Eigen3
3
3
4
4
In the case of 2D continuous K-SVD, discrete atoms are replaced with 'continuous atoms' represented as linear combinations of products of cosines mapping from a 2D coordinate plane.
5
5
6
-
This allows sparse coding of continuous sampled signals or unstructured signals of variable length as values sampled at locations in a 2D plane, as well as predicting signal values away from the sampled locations
6
+
This allows sparse coding of continuous sampled signals or unstructured signals of variable length as values sampled at locations in a 2D plane, as well as predicting signal values away from the sampled locations.
7
7
8
8
(c.f. "Cloud Dictionary: Coding and Modeling for Point Clouds", https://arxiv.org/abs/1612.04956).
0 commit comments