资源列表
OpenSceneGraph.3.Cookbook
- 一份好的学习QT+OSG的资料,供大家学习,按照这里的步骤,可以完成基本的osg实现(A Good Data on Learning QT+OSG)
slam
- 视觉slam十四讲,程序资料:g2o优化、cere拟合、特征点提取与匹配、点云拼接、opencv图像读取(Visual slam 14, program data: g2o optimization, cere fitting, feature point extraction and matching, point cloud mosaic, OpenCV image reading)
图像程序
- 相关图像算法包括大律法分割,梯度分割,分水岭分割,活动轮廓,最小生成树,相关基因算法(Great Law Segmentation, Gradient Segmentation, Watershed Segmentation, Active Contour, Minimum Spanning Tree, Related Gene Algorithms)
android-ocr-master
- 在Android平台上的OCR的实现,利用tess-two开源项目(The implementation of OCR on Android platform, using tess-two open source project)
带间隙的环形图源码
- 生成带断开间隙的echarts环形图,外加荧光边框(各种各样的图表样式)
双相位菲涅尔
- 根据双随机相位结构结合菲涅尔变换实现无透镜光学加密系统(The lensless optical encryption system is realized based on double random phase structure and Fresnel transform)
2b509aabc32f4a3be87b452a94226f45
- 结合模糊C均值聚类算法与水平集方法的图像分割代码,分割效果良好。(The image segmentation code based on fuzzy c-means clustering algorithm and level set method has a good segmentation effect.)
心电信号滤波器
- 对心电信号进行滤波处理,计算心率。心电信号ECG的数字信号处理(The ECG signal is filtered and the heart rate is calculated. Digital Signal Processing of ECG)
最短路径和导航-源码和文档
- 采用Visual Studio 2010基于ArcEngine 10.1开发,采用C#开发语言,基于.Net Framework 4.0运行环境.可以打开ArcGIS支持的所有数据格式,支持将数据保存为mxd地图文档。支持图层移动,渲染功能,支持常用的GIS操作,如放大、缩小、漫游等。能够查看矢量图层的属性表,并进行条件选择,在地图上高亮显示。能够显示鼠标当前所指的要素属性信息,鼠标滑过教学楼可以显示其名字和类型(通过配置实现,本软件只配置了建筑物图层)。能够进行最短路径分析,根据手动选取的起止
相移法
- 运用于使用光栅投影法进行三维测量环境,使用四步移相法提取相位(即相位解包裹),从畸变的光栅图像中提取出物体三维信息。(This method is applied to the three-dimensional measurement environment using grating projection method. Four-step phase-shifting method is used to extract the phase (phase unwrapping) and th
matlab image GUI
- 一个基于matlab GUI的图像处理程序,高斯模糊,图像几何变化,gamma变化,直方图等(An image processing program based on MATLAB GUI, Gauss blur, gamma change, histogram, etc.)
EMD样本熵特征提取
- 分享样本熵(Sample Entropy, SampEn, SE)的理论相关知识及其代码实现。