aboutsummaryrefslogtreecommitdiff
path: root/signature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'signature.cpp')
-rw-r--r--signature.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/signature.cpp b/signature.cpp
index 8a5579e..a356102 100644
--- a/signature.cpp
+++ b/signature.cpp
@@ -1,10 +1,12 @@
+//Chris Xiong 2022
+//License: MPL-2.0
/* Based on
* H. Chi Wong, M. Bern and D. Goldberg,
* "An image signature for any kind of image," Proceedings.
* International Conference on Image Processing, 2002, pp. I-I,
* doi: 10.1109/ICIP.2002.1038047.
* and
- * libpuzzle (which is also based on the article above).
+ * libpuzzle (also an implementation of the article above).
*/
#include <algorithm>