-
ImgEn
利用matlab实现了图像增强的功能,里面包含一些目标较新的算法,同传统方法,对学习图像增强有很好的帮助(Using matlab to achieve the image enhancement function, which contains some of the objectives of the newer algorithms, with the traditional methods of learning have very good image enhancement to help)
- 2007-07-26 10:46:05下载
- 积分:1
-
Marching-Cubesof-MC-algorithm
原创基于c++语言编程实现了MC算法在三维图像处理中的应用,以及有许多二维图像到三维图像表面的重建过程算法。通过VC2008,编译已通过。(I have realized MC algorithm about the application of processing 3-D image based on C++ language also realised the technology on image surface reconstruction from 2-D to 3-D image.They are all compiled successfully using VS2008)
- 2012-05-04 22:32:57下载
- 积分:1
-
imresize
图像插值算法有三种方法,最近邻插值、双线性插值、卷积插值(Image interpolation algorithm has three methods, nearest neighbor interpolation, bilinear interpolation, convolution interpolation)
- 2008-05-12 10:07:55下载
- 积分:1
-
modulus-maxima-edge-detection
一个基于小波模极大值边缘检测的程序,非常好用。(Based on wavelet modulus maxima edge detection program, very easy to use.)
- 2012-11-19 17:23:24下载
- 积分:1
-
SVM Matlab
说明: SVM支持向量机在图像分割中的应用,包含Matlab源代码和SVM所用函数。(The application of SVM support vector machine in image segmentation, including Matlab source code and functions used by SVM.)
- 2019-11-25 09:44:58下载
- 积分:1
-
如何使用helcon(1,2,3部)
halcon编程的很好的资料《如何使用halcon编程》,里面有三个pdf,很好的资料(Halcon programming very good information "How to use halcon programming", there are three pdf, very good information)
- 2018-09-03 17:31:34下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
MAP_MRFmodelingSARimage
基于MAP_MRF模型的SAR图像道路提取(Model-based SAR image MAP_MRF Road Extraction)
- 2010-08-15 09:38:49下载
- 积分:1
-
imagecompress
用matlab编写的图像压缩程序,可以实现图像的压缩(Prepared to use matlab image compression program, you can realize the image compression)
- 2021-03-10 17:39:27下载
- 积分:1
-
imagedenoising
说明: 实现图像受混合噪声污染时去除噪声的目的,在6种方法比较之下,得出最优的图像去噪算法(Image by mixed noise pollution when the purpose of removing noise, in the six kinds of methods of comparison, the optimum image denoising algorithm)
- 2008-09-11 10:07:58下载
- 积分:1