▍1. lcd
说明: 适合初学者使用,简单的直接调用该函数即可。(Suitable for beginners to use, simply call the function directly.)
说明: 冈萨雷斯版数字图像处理, 第三版配套代码,可参考(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.)
ostu与鱼群算法相结合,并且用matlab实现(ostu algorithm combined with the fish, and using matlab)
ostu与鱼群算法相结合,并且用matlab实现(ostu algorithm combined with the fish, and using matlab)
ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点。(ostu threshold image segmentation algorithm for image segmentation Ostu optimal thresholds to optimize the processing, greatly reduces the search image thresholding computation time, with the traditional enumeration method Otsu methods, in the calculation of time has significant advantages.)
说明: Goldstein滤波方法matlab的实现,可用与ESPI电子散班,Insar条纹图,指纹图滤波使用!(Goldstein realization matlab filtering method can be used with the ESPI electronic dispersion classes, Insar fringe pattern, the use of fingerprint filtering!)
对比CPU和GPU加速,pcl::cuda的使用教程,利用随机采样一致(RANSAC)去除地平面等例子。(Compare CPU and GPU acceleration, pcl::cuda tutorial, using random sampling consistency (RANSAC) to remove ground plane and other examples.)
光学车间加工,很好很强大的一本书。里面有不少值得学习的东西。(Optical shop testing)
说明: 将物体用一堆点框出来,实际先初始化一堆点,然后迭代靠近物体边缘最终框出物体。(The object is framed with a pile of points. In fact, first initialize a pile of points, then iterate close to the edge of the object, and finally frame the object.)
基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。(Based on random Hough transform circle detection method can detect a different location, the radius of the circle.)