Skip to content

Commit

Permalink
Update output and Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabuto_W committed Oct 9, 2021
1 parent 7654753 commit 0037529
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ImageSimilarityDetection-UI
Find similar images in the directory by aHash/dHash/pHash.
Find similar images in serveral directory by aHash/dHash/pHash.

## Supported formats
.jpg; .jpeg; .png
.jpg; .jpeg; .png; .bmp

## Purpose
Reduce duplication in an image folder.
Reduce duplication in image folders.

## Principle
1. Implement aHash, dHash, pHash to generate the fingerprint of images.
Expand Down
6 changes: 3 additions & 3 deletions SimilarImages/SimilarImages/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SimilarImages")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © Roy0309 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
Binary file modified _Output/SimilarImages.exe
Binary file not shown.
Binary file modified _Output/zh-CN/SimilarImages.resources.dll
Binary file not shown.

0 comments on commit 0037529

Please sign in to comment.