▍1. check
使用matlab编写的啤酒瓶缺陷检测程序,测试通过(毕设)(Prepared using matlab beer bottle defect detection procedures, test (complete set))
可以用来检测焊缝缺陷,并通过图象处理检测出缺陷。(Can be used to detect weld defects and the defect was detected by image processing.)
基于SURF算法实现图像特征提取与描述,使用RANSAC进行图像细配准(SURF algorithm was used to extract and describe image features, and RANSAC was used for image registration)
说明: 基于SURF算法实现图像特征提取与描述,使用RANSAC进行图像细配准(SURF algorithm was used to extract and describe image features, and RANSAC was used for image registration)
毕业论文参考,内含代码,基于小波变换的图像去噪算法(Image denoising based on wavelet transform, the graduation design code, matlab code)
自己编写的关于2013年的文章 a variational method for multi-source remote-sensing image fusion 的程序,基本实现了相关功能。(I have written a progrma about a variational method for multi-source remote-sensing image fusion publish in 2013,and the basic functions of the problems have been solved.)
自己编写的关于2013年的文章 a variational method for multi-source remote-sensing image fusion 的程序,基本实现了相关功能。(I have written a progrma about a variational method for multi-source remote-sensing image fusion publish in 2013,and the basic functions of the problems have been solved.)
本程序主要实现低分辨率图像的超分辨率重建,有助于我们理解图像重建的过程和原理(This procedure is mainly to achieve super-resolution reconstruction of low-resolution images help us understand the process and principles of image reconstruction)
说明: 冈萨雷斯版数字图像处理, 第三版配套代码,可参考(Gonzalez Digital Image Processing third edition supporting code)
说明: 主成分分析算法提取特征值,使用KNN分类器,K值可调(principal component analysis)
这是一个经典的马尔科夫场程序。算法详细,而且里面含有一篇与程序对应的文献,解释非常详细,程序非常好用(This is a classical Markov field program. Algorithm is detailed, but it contains a corresponding literature and procedures, explaining in great detail, the program is very easy to use)
这是一个经典的马尔科夫场程序。算法详细,而且里面含有一篇与程序对应的文献,解释非常详细,程序非常好用(This is a classical Markov field program. Algorithm is detailed, but it contains a corresponding literature and procedures, explaining in great detail, the program is very easy to use)
这个算法包实现了从多幅拥有共同结构的图像里提取出共同形状的骨架。( This package implements the algorithm for Sketching the Common as described in: Shai Bagon, Or Brostovsky, Meirav Galun and Michal Irani "Detecting and Sketching the Common", CVPR 2010)
这个算法包实现了从多幅拥有共同结构的图像里提取出共同形状的骨架。( This package implements the algorithm for Sketching the Common as described in: Shai Bagon, Or Brostovsky, Meirav Galun and Michal Irani "Detecting and Sketching the Common", CVPR 2010)
说明: 基于MATLAB,对逐日的sst遥感数据做月平均并制作gif动图(Based on MATLAB, the daily SST remote sensing data are averaged monthly and the GIF map is made)
说明: 基于MATLAB对逐日海表面温度遥感数据做月平均,并按照季节绘制多子图。(Based on MATLAB, monthly average of daily sst remote sensing data is done, and multiple subgraphs are drawn according to seasons.)
使用改进的点锐度算法对不同程度的模糊图像进行清晰度评价。(The improved algorithm of point sharpness is used to evaluate the blurred image in different degree.)
一种利用图像中直线特征的方法来标定摄像机畸变参数的方法。该方法提取图像中多组不同方向的平行直线,并对其利用非线性最小二乘方法进行优化以得到最优的畸变参数,在优化过程中,采用多步渐进的策略。该方法不需要已知三维世界坐标,易于实现。实验表明,该方法有较高的准确率。(A camera lens distortion method is proposed, which uses the straight line features. Many parallel lines of different direction were extracted, and then were used to optimize the distortion parameters by nonlinear least square. The thought of step by step was added when the optimization method working. 3D world coordination is not need to know, and the method is easy to implement. The experiment result shows its high accuracy.)