▍1. Hu_MV_Nicolas
Hu的七个不变矩在图像处理,尤其是特征提取方面是很重要的一个概念。本代码实现了图像的7个不变矩的计算和输出。( Hu s 7 moment invariants is significant in image processing,especially in feature seletcion. This code calculate them.)
Hu的七个不变矩在图像处理,尤其是特征提取方面是很重要的一个概念。本代码实现了图像的7个不变矩的计算和输出。( Hu s 7 moment invariants is significant in image processing,especially in feature seletcion. This code calculate them.)
利用matlab实现图像的边界检测。包括sobels算子,prewitt算子,还包括图像的边界追踪(use matlab to detect the boundary of the image)
计算图像的均值和方差函数,matlab编写的,可以添加到自己的图像处理中(Calculated the mean and variance of the image function, matlab prepared, can be added to their own image processing)
改进后的pca用于故障检测与诊断,应用于TE的化工过程,仿真结果比传统的pca方法效果更好(Pca for improved fault detection and diagnosis of chemical process applied to TE, the simulation results than the traditional method pca better)
利用正则化方法对模糊图像进行恢复的算法,产生一幅图象,然后加入噪声后对特定的输入正则化参数其进行图象恢复。(The use of regularization method for the restoration of blurred images of the algorithm, resulting in an image, and then adding noise to the input of specific parameters of regularization to restore its image.)
图像颜色聚类分割,实现了图形分割,基于RGB特征并显示出来。(Color image segmentation clustering, to achieve the graphics division, based on the characteristics of RGB and displayed.)
产生高斯白噪声,已知期望和方差,这样就生成了一组随机数据(Generated white Gaussian noise of known expectation and variance, thus generating a set of random data)
非常好的人脸识 别的代码,有详细的注释,还有图片库,好东西就要大家分享!(Face recognition is very good code, there are detailed notes, as well as image libraries, will be a good thing to share!)
Region growing segmentation software on matlab.
UCLA一个博士生Andrea Vedaldi编写的SIFT算法(A doctoral student named Andrea Vedaldi of UCLA wrote this SIFT algorithm code)
介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标(Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordinates)
将灰度图像装换成rgb图像的Matlab实现(transfer the gray image to rgb one)
由地震剖面图像格式生成segy地震数据的M程序。matlab语言写的,非常好用。 包含示例。 (By the seismic profile image format to generate seismic data segy the M procedure. matlab language, very easy to use. Contains the sample.)
数学形态学应用二值图像边界细化,以及二值图像骨骼化( Application of mathematical morphology refined binary image border, as well as binary image skeletonization )
matlab的四种边缘提取办法比较(代码)(the four edge detection matlab comparison approach (code))