搜索资源列表
congealReal.1.0
- 国外的一个做人脸直线化的代码,能够对人脸和汽车图片进行直线化。-Many recognition algorithms depend on careful positioning of an object into a canonical pose, so the position of features relative to a fixed coordinate system can be examined. Generally, this positioning is done eithe
congealReal.1.0.tar
- 国外的一个进行图像图形直线化的代码,能够对人脸和汽车图片进行直线化处理。-Many recognition algorithms depend on careful positioning of an object into a canonical pose, so the position of features relative to a fixed coordinate system can be examined. Generally, this positioning is done
myStructuredLight
- 这是从国外网站下载的源代码,实现了利用投影设备实现三维重构,从标定,到特征线提取,以及最后的三维重建均是很完整的,对于做三维重建的人是不可多得的资料。在这里不由得再次感叹老外的慷慨,希望大家也将自己的好源码共享。-This is from foreign web site the source code, and the realization of the projection equipment realize 3 d reconstruction, from the calibration
skin-detection
- 用5种方法实现肤色检测,国外的牛人写的,转载-5 ways to skin color detection
EyeAPI
- 基于opencv的视线追踪,国外的半开源代码,值得参考。利用等照度线曲率来定位人眼,可满足一定范围内的头部运动。-Gaze tracking based on opencv , foreign semi-open source code.Gaze tracking using isophote curvature to locate the human eye, foreign code, a good reference.
GazeTracker.v2.0b-32bit
- 基于opencv的眼球跟踪程序 是一个国外的开源程序-opencv eyes tracking code
codebook
- 根据国外原文codebook翻译的中文版学习资料,对学习codebook动态背景建模很有帮助-According to foreign original codebook translated Chinese version of the learning materials, learning codebook dynamic background modeling helpful
OpenCV_1.0
- 一款非常好的国外图形图像处理软件源代码包,可执行文件,需要安装。内部包含图像分层、边缘处理、二值化等算法。也包含了矩阵计算的很多算法。看后受益非浅。-A very good image abroad, graphics processing software source code package, an executable file, need to install. Contains images of internal delamination, edge treatment, such
openalpr
- 国外车牌识别的程序,可以检测到倾斜的车牌-Foreign license plate recognition procedures, can detect the tilt of the license plate
license-plate-master
- 国外车牌识别软件 使用的opencv进行图像的处理-Foreign license plate recognition software
guowai
- 这是国外车牌识别的c++程序代码,用到了支持向量机(SVM)算法,可以借用到国内车牌识别。-This is a foreign license plate recognition c++ code, use the support vector machine (SVM) algorithm could be applied to the domestic license plate recognition.
FaceRec
- IOS平台下,利用Opencv开源库实现了人脸的识别,国外博客上搜到的。-The IOS platform, the use of Opencv open-source library implementation of the human face recognition, foreign blog search.
MeanShift目标跟踪(opencv)
- 国外一个大牛写的MeanShift目标跟踪程序,用opencv实现。