资源列表
ImgWarp
- 扭曲图像形状源码,对图像进行变形,如扭曲,双线性空间变换等-distorted images shape source, the image deformation, such as distortions, bilinear space conversion, etc.
Blend
- 融合图像源码,通过对话框选择源因子和目标因子,从外部设置图像的整体透明性,控制图像显示方式-image fusion source, through the dialog box to choose the source and target factor factor from the external image of the overall set of transparency, control image display mode
45612
- 图像处理程序,欢迎大家下载 图像处理程序,欢迎大家下载-image processing procedures, all are welcome to download image processing procedures, all are welcome to download
c++programing
- 这是一本书的源代码,关于图像处理的许多经典算法,有兴趣的可以看看。-This is a book of source code, image processing on the many classic algorithms, are interested can look at.
PictureSuanfa
- 提供了3种图形学里混沌算法实现,以及cantor分行的实现,可以给学习图形学的人有一个参考。-provide three types of graphics Lane Chaos algorithm, and the realization of Cantor branch, to study the graphics were a reference.
cv
- This function spatially filters an image, using the Fast Fourier transform and a user-supplied frequency filter function. The filter must be real (amplitude only) and bilaterally symmetric.
cornerdetect
- 用opencv函数库做的关于图像角点检测的程序-using OpenCV library done on the corner of an image detection procedures
HomographicFilter
- 用VC做的关于图像同态滤波的程序-VC do with the state of image filtering process
hand
- 关于运用opencv函数库所做的手势检测的程序-on the application of OpenCV library's gesture detection procedures
imageproccess
- 关于纹理的特征计算程序 包括对比度,能量,熵,局部平稳,共生矩阵的计算.-texture of the program features include contrast, energy, entropy, local stable, symbiotic matrix calculations.
theprosessofpicture
- 图像处理 用VC++编写的图像处理源程序-image processing with VC + + source of Image Processing
multimediaLED
- LED字符分割和识别, 在此项目中我们主要完成了对拍摄到的6位LED数字进行分割和识别的课题。识别的数字范围在0~9。由于拍摄环境比较复杂,需要解决复杂背景下对LED字符的分割问题。我们利用了图像的色彩信息,先进行基于色彩的分割,然后对分割结果进行了固定阈值的二值化,并利用投影修正完成了对LED数码管图像的分割,并使用基于模板匹配的算法进行了识别,在匹配过程中对图像进行了尺寸归一化处理。最终得到了较好的识别效果,对10幅样图的识别率达到100%-LED character segmentat