Skip to content

Commit d13d665

Browse files
authored
Update README.md
1 parent 13c8ab9 commit d13d665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# continuous-K-SVD
2-
"Discrete and 2D continuous K-SVD implemented in C++, using Eigen3 and OpenMP. Project written in Qt.
2+
Discrete and 2D continuous K-SVD implemented in C++, using Eigen3 and OpenMP. Project written in Qt.
33

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. This allows sparse coding 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 (c.f. "Cloud Dictionary: Coding and Modeling for Point Clouds", https://arxiv.org/abs/1612.04956)"
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. This allows sparse coding 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 (c.f. "Cloud Dictionary: Coding and Modeling for Point Clouds", https://arxiv.org/abs/1612.04956).

0 commit comments

Comments
 (0)