资源列表
camera-calibration-
- 首先自制一张标定图片,用A4纸打印出来,设定距离,再设定标定棋盘的格子数目,如8×6,然后利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置,这里cvFindChessboardCorners不太稳定,有时不能工作,也许需要图像增强处理。 计算实际的距离,应该是3D的距离。我设定为21.6毫米,既在A4纸上为两厘米。 再用cvCalibrateCamera2计算内参, 最后用cvUndistort2纠正图像的变形。 -First, a
PCAshuzishibie
- 用PCA进行手写数字识别,主要是用Matlab实现了原始图像的预处理,进而分别采用传统的PCA方法、改进的PCA算法和2维PCA算法进行了数字识别。
shap_model_show
- 基于Halcon 10 图像处理开发平台的车牌自动识别程序-license plate auto recognization based on Halcon 10
c-svm
- 用c语言实现支持向量机的算法,内容很好的,真的-C language support vector machine algorithm, good content, really
wenzhigundong
- 滚动文字问题 实现了显示文字滚动的例子-rolling text of the issue and achieve a rolling display text examples
4
- 本程序利用pca实现故障诊断与人脸识别,识别效果很好,分辨率为百分之六十一,希望您采纳-The program use pca realize fault diagnosis and face recognition, identify good effect, the resolution for the sixty-one percent, which, I hope, you adopted
OpenCVtuxiangju
- 用OpenCV做的,先对图像做预处理,再求取图像中目标区域的归一化中心矩或者Hu矩。使用前先对VC++6.0进行OpenCV环境设置。
BPC++
- Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic mo
hmm
- 图像模式识别技术中,关于HMM算法用C语言实现-Image pattern recognition technology, on the HMM algorithm using C language
changyonghanzi
- 常用汉字,在做汉字识别时能用到。基本的汉字都包括了。
wangshangdekalman
- matlab下的calman滤波,对物体的跟踪方面用极大的用处-Matlab under calman filtering, tracking objects with great usefulness
PCANet-master
- PCA-NET的C++代码 一个简单的深度学习网络,用于图像分类,可用于下代神经网络框架-PCA-NET C++ source code