搜索资源列表
ImageProcessing0909
- 《数字图像获取、处理及实践应用》堪称数字图像处理的经典指南 内附代码整理给大家!-"digital image acquisition, management and Practice "Digital Image Processing for his classic guide contains code to collate all!
05
- Visual C++ 数字图像处理-配套代码第五章,算法非常经典
06
- Visual C++ 数字图像处理-配套代码第六章,算法非常经典
07
- Visual C++ 数字图像处理-配套代码第七章,算法非常经典
图像处理的程序
- VB图像处理编程经典代码,处理速度快,非常难得-Classic VB image processing code. It can process the image quickly, and it is rather valuable.
Bresenhamline
- 经典的画线算法__Bresham line,刚刚入门的兄弟可以下载此代码.-an algorith of drawing line
GRAPHICS
- 一个经典的图像处理软件,包括图像分割配准,实用vc编写。代码写的注释详尽-A classic image processing software, including image segmentation registration, preparation of practical vc. Code written detailed notes
Huffman
- 实现了霍夫曼编码,算法经典,代码简洁,稳定性高-Implements Huffman coding, the classical algorithm, code simplicity, high stability
tezhenglian
- 用于特征脸识别的MATLAB经典代码,本科毕业设计所做,调试成功,运行结果理想-Face Recognition MATLAB for feature classic code, doing graduate design, debugging success, the results are satisfactory
demosaicking
- 自己写的一些代码,包括对图像的预处理,以及binary经典算法,和一些自己改进的算法的代码。自己的算法因得到的效果不错已发表。 rgb2bayer: 转换到bayer格式 border:处理图像边缘像素点 method1-4:不同的去马赛克算法的实现 cpsnr:峰值信噪比的公式实现-Write some code, including image preprocessing, and binary classical algorithm, the imp
4.17-Kalman-Filter-Three-Dimention
- 最经典的三维的卡尔曼滤波算法 MATLAB代码 含注释说明-MATLAB Code of Kalman Filtering
Mosaic
- 图像拼接,基础经典程序代码,内部有说明,可用于快速拼接- Mosaic, based on the classical code, internal instructions for quick splicing
bmckwhrdmutableCPETT
- 替代数据法中最重要的文献和文献相关的软件代码,非常经典亚-Surrogate data method is the most important thing in literature and literature related software code, very classic
显著性物体分割
- 基于超像素和流行学习排序的显著性检测,是显著性检测里的经典文章,代码没有问题,可以后续接上grab cut进行显著目标的分割,分割效果不错。