-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# PictureFinder | ||
# PictureFinder | ||
我想到的一个较快的从大图片中查找局部小图的方法。分享给大家讨论。 | ||
有时候我们要从一个大的图片中查找其局部的小图。我试过很多的方法,都比较慢。自己想到了一个方法用颜色和像素来进行分析比较,查找速度还是比较快的。 | ||
示例程序查找小图只用了约100毫秒。 | ||
比AForge.Imaging速度快多了,且不象它占用大量内存。 |