▍1. 结构函数法
说明: 通过拟合出一条曲线,对这个曲线进行结构函数法的分形维数计算,得到其粗糙度(By fitting a curve, the fractal dimension of the curve is calculated by structural function method, and its roughness is obtained)
基于加权最小二乘最优化框架的滤波器。可用于实现图像的分层编辑。(Weighted least square)
基于加权最小二乘的滤波器。实现应用的例子。(weighted least square)
SURF算法较SIFT算法速度快,SURF算法源代码。(SURF code)
radon算法opencv实现,能够很好的实现图像的水平旋转矫正。( implementing the radon by opencv.)
螺旋轨迹重建的一种实现方法,是解析算法的典型案例(An implementation method of spiral trajectory reconstruction is an analytical algorithm)
实现凸多边形排样,使用临界多边形NFP判断两个凸多边形是否相交,使用启发式算法提高效率(It s a good implement of convex polygon stock.)
介绍混合像元解混里面的端元提取算法N-FINDR(Describes the mixed pixel unmixing inside endmember extraction algorithm N-FINDR)
相变凝结蒸发,源项vof-udf,定义连续性方程,能量方程,动量方程中的质量源项,能量源项和动量源项(condensation and evaporation)
数字音频水印的嵌入,提取,然后进行攻击性实验,检验其鲁棒性(Digital audio watermark embedding and extraction, and then attack experiment to test its robustness)
车牌识别。系统界面包括车牌图像预处理、定位、矫正、分割、识别等各个步骤的结果显示;显示包括待识别车辆和处理结果图像或数据(License plate recognition. System interface includes license plate image preprocessing, positioning, correction, segmentation, recognition and other steps of the results display; display includes the vehicle to be identified and processing results images or data)
运用在fluent中的udf,解决边界正弦运动的情况,非常珍贵(Border harmonic vibration UDF, use them in fluent, very precious resource)
自己曾经做的一个项目,基于几何特征的模式识别。可以有效的识别等边三角形,矩形,六角形 和圆形。 基于c++和OpenCV 编写的程序。是学习OpenCV的好代码。 图像处理&模式识别。(Marksdetection for equilateral triangles,rectangle, regular hexagon, special orthogonal polygons and circles Based on C++ and OpenCV good source code for image processing and mark detection)
处理Gamma乘性噪声的PPB方法,考虑了非局部patch的相似性,可处理SAR图像去噪。(The PPB method for multicative noise removal, which based on the Probabilistic Patch similarity.)
处理Gamma乘性噪声的PPB方法,考虑了非局部patch的相似性,可处理SAR图像去噪。(The PPB method for multicative noise removal, which based on the Probabilistic Patch similarity.)
边缘检测,并分割,以不同颜色标示。站内有其matlab实现,这是对应的c++代码。(Edge detection and segmentation, marked with different colors. Inside the station are the matlab realize, This is corresponding c++ code.)
阴影检测,基于OpenCV用于对图像中阴影的检测(Shadow detection, OpenCV for image shadow detection)