资源列表
PatternRecognition
- A set of matlab funcitons used in the field of digital image processing (pattern recognition).
bivalue
- 图像处理二值化,利用模板匹配可以在一幅图象中找到已知的物体。比如抓拍到了一张射门的照片,要在该照片中找到足球的位置。这时就可以采用模板匹配的方法。所谓模板匹配,其实想法很简单:拿已知的模板(在本例中为足球的图象),和原图象中同样大小的一块区域去对。-binary image processing and using template matching the image to find a known object. For example, snapped a shot of the phot
parzen
- parzen窗法对图象进行扫描处理的c++源程序,可供大型图象处理程序调用.-method of image scanning the c source available for large-scale image processing procedure call.
黑白图像处理
- 黑白图像处理,早上刚刚作的,有很多黑白图像处理方法。希望大家喜欢-black-and-white image processing, just for the morning, a lot of black-and-white image processing methods. Hope you like
颜色填充
- 这是一个种子填充算法,是根据已知的一个多边形区域内部的一个象素点来找到区域内其他的象素点进行填充的。-This is a seed fill algorithm is based on a polygon known within the region point to a pixel within the region to find other pixel sites filled.
JPG图像检索系统
- 一个检索图像库中哪些图像与给出的图像最相似,图像库中图像的格式必须为bird-0009.jpg种形式,示例图像要从图像库中选示例-a library which image and the image is the most similar image library image format for bird-0009.jpg forms, sample images from the image library selected examples
在内存中位图的对称位图(镜像)(8KB)
- 在内存中位图的对称位图(镜像)(8KB)。此程序是老外写的经典程序,可以拜读一下。-in memory bitmap symmetric Bitmap (mirrored) (8KB). This procedure is a foreigner to write the classic procedure could read about.
实现图象平滑.锐化
- 用VC实现的图像平滑,锐化代码。调试正确。放心使用。-with VC image smoothing, sharpening code. Debugging correct. Assured use.
一个简单的hough变换的源代码
- 一个很有用的数字图象HOUGH变换的源代码-very useful in a digital image HOUGH transform source code
精通Visual C++ 图像编程源码
- 很全的图象处理的代码 参考书为周长发的《〈精通Visual C++ 图像编程》》,为数字图象处理的经典作品-is all the image processing code reference books for the week long "<proficient in Visual C Programming images", "Digital Image Processing for the classic works! !
Corner
- corner detection 角点检测的详细程序,也许对于你检测目标有辅助作用-corner detection angle detection of the procedures in detail, perhaps for your testing objectives supporting role
FillPoly
- 这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。-this procedure is a major hole in a polygon filling, using a side table, side table new concepts suitable for newcomers to see.