资源列表
noisecomp
- Code for denoising images. This code differs from standard wavelet denoising techniques in that it uses non-orthogonal wavelets, and unlike existing techniques, ensures that phase information is preserved in the image. Phase information is of crucial
fitcircle
- 一个高效的matlab代码,用来拟合图像中的圆
Edgelinking
- This function links edge points together into lists of coordinate pairs. Where an edge junction is encountered the list is terminated and a separate list is generated for each of the branches.
Lee
- Lee的经典的多分辨率B样条拟合方法(multi-level B-spline fitting)的VC源代码。广泛应用于图形图像处理,CAD等领域。
LevelSet_Active_contour
- Active contour的matlab源码。 Active contour方法是图像分割算法的一 个重大突破。其具有如下非常吸引人的优点: 1. 任何条件下可得到封闭的边界 2. 对噪声不太敏感,可用于超声波图像处理 3. 克服弱小边界问题
sake
- sake算法 sake算法
matlab
- matlab检测直线交点源程序 matlab检测直线交点源程序
matlab
- matlab_基于象素的图像配准程序 matlab_基于象素的图像配准程序
matlab
- 指纹识别的matlab源码 指纹识别的matlab源码
AVI_MATLAB
- 读AVI文件的MATLAB程序 读AVI文件的MATLAB程序
ReadBmpDemo
- 进行图像处理时,读取图像是一个重头戏,这是一个烟叶检测生产线系统的一部分,实现bmp文件的读取
ShotClassify
- 镜头检测的一部分,采用sobel算子和HSI直方图方法,实现镜头分类。