资源列表
opencv鱼眼镜头标定
- opencv鱼眼镜头标定,opencv 3.0 鱼眼镜头标定项目源码
识别并计数
- 使用halcon软件对图片中的物体识别并计数
瞳孔定位
- 瞳孔定位,采用霍夫变换,可以尝试一下,并且学习一下霍夫变换
findcircle
- 简单的Halcon 找圆算法,首先进行圆检测(识别圆、圆拟合),再找出坐标位置(A simple Halcon algorithm for finding circles firstly conducts circle detection (identifying circle and circle fitting), and then finds the coordinate position)
人脸识别
- 人脸检测和识别,录入人脸数据,识别未知人脸是否为录入的(Face Detection and Recognition, Entering Face Data, Recognizing whether an Unknown Face is Input)
拼接
- 这个例子展示了如何使用proj_match_points_transformtion_ransac在拼接应用程序中观察两个图像。(This example shows how to use proj_match_points_distortion_ransac tomatch two images in a mosaicking application.)
ocr
- 调用百度的OCR API接口,实现文字识别。识别速度快,准确率高。(Call Baidu's OCR API interface to achieve text recognition. The recognition speed is fast and the accuracy is high.)
BESO-原本
- 拓扑优化Beso基本算法,包括有限元分析,拓扑优化算法(Beso Basic Algorithms for Topology Optimization)
Bow-image-retrieval-master
- 基于BoVW的图像特征提取,以及图像检索(Image feature extraction and image retrieval based on BoVW)
computer_vision-master
- 图像特征提取,有SIFT、BOW、VLAD、LBP、HOG、FishVector、gist、Metric、colorhist。(Image feature extraction, including SIFT, BOW, VLAD, LBP, HOG, FishVector, gist, Metric, colorhist.)
仙剑
- 仙剑Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005
著名的NEHE OPENGL
- 著名的NEHE OPENGL的QT版本,非常经典,3D图像和QT学习必备源码。值得新手学习。