Skip to content

Commit 0037529

Browse files
author
Kabuto_W
committed
Update output and Readme.
1 parent 7654753 commit 0037529

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ImageSimilarityDetection-UI
2-
Find similar images in the directory by aHash/dHash/pHash.
2+
Find similar images in serveral directory by aHash/dHash/pHash.
33

44
## Supported formats
5-
.jpg; .jpeg; .png
5+
.jpg; .jpeg; .png; .bmp
66

77
## Purpose
8-
Reduce duplication in an image folder.
8+
Reduce duplication in image folders.
99

1010
## Principle
1111
1. Implement aHash, dHash, pHash to generate the fingerprint of images.

SimilarImages/SimilarImages/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("SimilarImages")]
13-
[assembly: AssemblyCopyright("Copyright © 2020")]
13+
[assembly: AssemblyCopyright("Copyright © Roy0309 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
3333
//通过使用 "*",如下所示:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.0.0")]
36-
[assembly: AssemblyFileVersion("1.2.0.0")]
35+
[assembly: AssemblyVersion("1.3.0.0")]
36+
[assembly: AssemblyFileVersion("1.3.0.0")]

_Output/SimilarImages.exe

1.5 KB
Binary file not shown.
-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)