Skip to content

我想到的一个较快的从大图片中查找局部小图的方法。比AForge.Imaging速度快多了,且不象它占用大量内存。I found a quick way to find the location of a small picture in a large picture that contains it!

Notifications You must be signed in to change notification settings

sunnf/PictureFinder

 
 

Repository files navigation

PictureFinder

我想到的一个较快的从大图片中查找局部小图的方法。分享给大家讨论。 有时候我们要从一个大的图片中查找其局部的小图。我试过很多的方法,都比较慢。自己想到了一个方法用颜色和像素来进行分析比较,查找速度还是比较快的。 示例程序查找小图只用了约100毫秒。 比AForge.Imaging速度快多了,且不象它占用大量内存。

About

我想到的一个较快的从大图片中查找局部小图的方法。比AForge.Imaging速度快多了,且不象它占用大量内存。I found a quick way to find the location of a small picture in a large picture that contains it!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%