资源列表
sift
- sift算法在matlab代码。对学习sift算法有很大帮助-sift algorithm in matlab code. Sift algorithm for learning a great help
lrp_KL
- 一个用于车牌定位的matlab程序,目前只可用于对 蓝色车牌的定位-a positioning for the various domain registration procedures currently only can be used to position the blue license plates
mycolorcorrelogram
- 本代码是为了提高图像检索的精度来设计的,在相关矩阵的基础上使用此方法可以加强图像检索。-This code is to improve the accuracy of image retrieval designed using this method on the basis of the correlation matrix can enhance image retrieval.
PCA
- 基于PCA人脸识别算法的研究,用matlab实现。-PCA-based face recognition algorithm using matlab to achieve.
eigenfaces_pca
- 本程序采用基于特征脸的人脸检测方法,应用PCA技术进行人脸识别
canny
- canny 算法,主要用于图像的边缘检测,是经典的一个方法-canny algorithm, mainly used for image edge detection, is a classical method of
exampleofadaboost
- it is a adaboost algorithm, enjoy it-it is a adaboost algorithm, enjoy it! !
PatternRecognition
- 模式识别 根据几个特征判别男女 有较详细的注释-Pattern recognition, discrimination based on several characteristics of men and women have more detailed comments
lindetection
- 转化成灰度图像,用prewitt算子进行边缘检测,将峰值点在霍夫空间画出,计算障碍物在视觉传感器中成像的高度-Converted to grayscale images, edge detection prewitt operator, the peak point in the Hough space to draw, calculate obstacle in the visual imaging sensor height
ViBe
- ViBe是一种像素级视频背景建模或前景检测的算法,效果优于所熟知的几种算法,对硬件内存占用也少,很简单。-ViBe is a pixel-level video background modeling or prospects detection algorithm is better than several well-known algorithms, hardware memory footprint small, very simple.
P0816
- 数字字符的识别代码 在图像文字识别处理时用得着
meanshift
- meanshift动态追踪,在简单环境下追踪运动小球目标。