▍1. GMS-Feature-Matcher-master
说明: 利用GMS对特征点匹配进行约束,降低误匹配率,代码包含python版本,C++版本,matlab版本。(GMS is used to constrain the matching of feature points to reduce the error matching rate. The code includes Python version, C + + version and Matlab version.)
说明: 利用GMS对特征点匹配进行约束,降低误匹配率,代码包含python版本,C++版本,matlab版本。(GMS is used to constrain the matching of feature points to reduce the error matching rate. The code includes Python version, C + + version and Matlab version.)
Visual C /MATLAB图像处理与识别实用案例精选 胡小锋编着.pdf
在这个程序中,我们读取两张图像,进行特征匹配。然后根据匹配得到的特征,计算相机运动以及特征点的位置。这是一个典型的Bundle Adjustment,我们用g2o进行优化。
之前下载了winform实现Echart统计图(基于webBrowser)有了echart在winform的应用。但发现他实际上是静态页面的,统计图未有数据交互功能。本例主要通过C#winform给echart赋值,实现数据动态交互。
B样条曲线分为近似拟合和插值拟合,所谓近似拟合就是不过特征点,而插值拟合就是通过特征点,但是插值拟合需要经过反算得到控制点再拟合出过特征点的B样条曲线方程。这里会一次介绍两种拟合算法。
说明: 四叉树程序,图像处理,要做这个的可以看看(Quadtree procedures, image processing, that can do this look)
四叉树分割 opencv 编写 读入灰度图 进行递归分割(Quadtree segmentation opencv read into grayscale prepared for recursive partitioning)
主要是用于雷达目标跟踪中的数据融合,有很好的作用(It is mainly used for data fusion in radar target tracking.)
图像处理的指针式仪表识别,利用OPENCV库,MFC对话框程序(Image processing pointer instrument identification, the OPENCV libraries, MFC dialog program)
实现一个高精度指针仪表读数自动识别系统.用数码摄像头采集仪表的图像,然后利用数字图像处理技术识别刻度和指针,根据指针和刻度的相对位置计算指针读数值.使用条件霍夫变换(Constrained HOUGH Transfer)和中心投影分析法实现刻度的全自动识别,采用快速中心投影法进行指针检测与识别,识别速度达到68ms.实验结果表明该方法比传统方法速度快、精度高,系统读数平均误差仅为0.016%(To achieve a high precision automatic identification system pointer meter reading. Instrument with a digital camera capture images, then using digital image processing technology to identify scale and pointer, pointer and scale according to the relative position of the pointer readings calculated. Use Hough transform (Constrained HOUGH Transfer) and center projection analysis method to achieve scale automatic identification method using fast center projection target detection and recognition, recognition speed of 68ms. Experimental results show that faster than traditional methods, high accuracy, the system average error of only 0.016 of reading)
双目相机的三维重建程序,包含两个相机的标定,极线校正,图像匹配,三维重建(Binocular camera reconstruction program, including calibration of the two cameras, pole line correction, image matching, 3D reconstruction)
自己做的双向dc/dc,双环控制,跟踪的不错(DUAL DC/DC Voltage and current loop)
OCT 成像GPU加速,非常有价值,请参考(S0141 GPU Accelerated Optical Coherence Tomography Imaging)
褶积模型 正演模拟 子波与反射系数合成地震响应(model zhengyanmoni zhejimoxing)
用来进行多目标跟踪的JPDA算法的的MATLAB程序包. 跟踪效果还行. (Used for multi-target tracking JPDA algorithm of the MATLAB package tracking performance is okay.)
说明: SIFT算法的区域匹配,比原有的SIFT+KD树匹配更加高效、准确。(different area SIFT algorithm which is better than the original SIFT and KD tree match.)
说明: 实现pca主成分分析算法的c语言代码,希望能帮到大家。(Pca principal component analysis algorithm to achieve the c language code, hope to help you.)