资源列表
轮廓提取
- 书法文字轮廓提取,使用Emgu CV32位开发(Outline extraction of calligraphic characters)
matlab图像拼接1
- 对两幅图像进行harris角点提取,特征点匹配,进行图像拼接(Two corners are extracted from Harris images, and feature points are matched for image mosaic)
KSVD
- K-SVD图像去噪,仿真结果为原图像,加噪图像,去噪图像和字典原子。(K-SVD image denoising, simulation results for the original image, add noise, image denoising and dictionary atoms.)
ConsoleApplication12
- 基于深度摄像头的障碍物检测,代码的核心思路是首先通过二值化,将一米之外的安全距离置零不考虑,然后通过开运算去除掉一些噪点(这个后来发现不一定有必要),在求出所有障碍物的凸包,这个时候要计算面积,当面积小于一定的阈值的时候不予考虑,最终输出障碍物的凸包坐标(The core idea of the code is to first take the safe distance beyond one meter into account by binary, then remove some noi
基于MATLAB的汽车轨道偏离预警系统
- 此demo演示的是一个能够检测并跟踪道路上的标记线并且在适当时机发出报警的系统,此系统可使汽车在行驶过程中能够避免偏离车道。系统由一台摄像机,一台计算机,以及一个扬声器组成,摄像机采集视频信息交由计算机处理,根据处理结果控制扬声器是否报警。(This demo demonstrates a system that detects and tracks the marking lines on the road and sends out the alarm at the right time,
加权对指向性的影响
- 加权对等间隔线阵指向性的影响(切比雪夫加权获得等高度旁瓣,获得最窄主瓣)(The influence of weighted peer spacing array directivity (Chebyshev weighted obtains equal height sidelobe and obtains the narrowest main lobe).)
LDA_wavelet
- 基于小波变换的多尺度LDA图像分割方法,循环进行狄利克雷分布,含图像特征提取(Multi scale LDA image segmentation method based on Wavelet Transform)
HOG-descriptor-master
- 提取HOG特征,简洁好用,使用方便,大家可以下载使用,使用matlab实现(Extraction of HOG features)
Mechanical arm
- 关于二维平面的液压机械臂的工作范围问题及两点最短路径规划问题(On the working range problem of two-dimensional planar hydraulic manipulators and the two-point shortest path planning problem)
detection.py
- Python+OpenCV实现的行人检测(Pedestrian Detection of Python + OpenCV Implementation)
noise genre
- 用matlab产生高斯,椒盐,泊松噪声图像的完整代码(poisson, gossip,noise,salt&pepper)
pcaeig
- 实现降维,提取特征,本程序是为了实现特定图片的分类,使用pca降维,然后提取出特征,那就可以使用分类器分类(Realization of dimensionality reduction and feature extraction)