▍1. sift_match
通过sift特征提取实现两幅图片无缝拼接(Seamless splicing of two images by SIFT feature extraction)
通过sift特征提取实现两幅图片无缝拼接(Seamless splicing of two images by SIFT feature extraction)
提取特征点并匹配,有基于相关系数和最小二乘两种方法。(Extracting feature points and matching)
在C语言下成功实现读取并显示bmp格式的图像。(Successfully read and display BMP format images in C language.)
用C语言实现位图格式的图像读取功能,可直接使用。(read BMP by C ,can be used directly.)
实现一个信号的WVD变换,针对的信号是非平稳的随机信号(To achieve a WVD transformation of a signal, the signal is a non-stationary random signal.)
用于荧光光谱的CIE色坐标计算,直接导入光谱txt即可(CIE color coordinate calculation for fluorescence spectrum, directly into the spectrum txt)
说明: 显著性检测的代码,是程明明在12年的CVPR的文章,HC,RC的算法源码。(The code for saliency detection is the source code of Cheng Mingming's CVPR article, HC, RC, in 12 years.)
一个选择模板的匹配方式,附带视觉标定,可以自由的选择模板进行匹配(A matching pattern of selected templates with visual calibration)
基于PCL的估算散乱点云的法矢量,并进行颜色渲染显示(estimation of normal vectors for point clouds and color rendering display based on PCL)
说明: 缺陷检测,定位缺陷位置。主要用于工业之中螺帽的螺纹线的检测(Defect detection, location of defect location. Detection of screw thread for nuts in industry)
基于alpha matting的抠图技术(Alpha matting based matting techniques)
用C语言解决TSP问题的源程序是我大二选修数学建模课,课程结束后做大作业也就是选择一个题目,解决一个问题,我选择的是TSP()