搜索资源列表
facedect
- vc开发的人脸检测系统,可以对人脸及眼睛、嘴巴进行定位-vc development of face detection system, people can face and eyes and the mouth for positioning
PlateNumberLocalization
- 汽车牌照定位VC++cpdw.rar,只能读取800*600的BMP位图 --汽车牌照定位
VC++
- 通过肤色建模,二值化,成功的对人脸进行定位和输出
人脸定位检测系统
- 用vc实现的人脸图像定位检测系统-A face location detection system using vc
Mapx开发实例(vc++ gps跟踪)
- vc++ 开发 GIS 与 GPS ,提供在线首发GPS定位信息,显示坐标点,轨迹回放,GIS地图放大、缩小、选种等等操作。-vc development of GIS and GPS, the first online GPS signal coordinates, track intervals, GIS maps to zoom, selection, etc. operation.
车牌识别定位vc版
- 车牌定位识别程序,算法为先对车牌图进行灰度化,接着二值化,找点,然后定位矩形车牌,最后标出车牌位置。这个程序为图象处理的有一个经典的实例-plates positioning identification procedures, the algorithm first pair of plates map Gray, then two values, find the point and positioning rectangular plates, plates marked the fina
虹膜hough定位
- 用hough进行虹膜定位,vc实现,非常成功的定位虹膜的内外边缘.
车牌,定位,vc
- 车牌定位程序
Image_matching-SSDA.rar
- VC++ 基于序贯相似性算法SSDA的图像匹配识别定位程序、测试图片及源代码,VC++ based on the similarity of sequential image matching recognition algorithm SSDA positioning procedure, test images and source code
platesystem.rar
- 车牌定位系统,基于vc的图像处理技术,能定位出位图中的车牌,监测效果较好,Plate positioning system, vc-based image processing technology, to position the bitmap in the plate, better monitoring
20090101
- 这是一个用vc++实现的基于肤色的人脸识别系统,包括人脸的检测、定位,特征提取、识别。-This is a used vc++ Achieve color-based face recognition systems, including face detection, location, feature extraction, identification.
ASMSourceCode
- ASM算法能够在人脸偏转情况下较好实现特征点定位-ASM algorithm can be deflected in the case of face feature point location to achieve a better
haarcascade_eyes
- 脸部特征定位。用于对人的眼睛定位的程序,采用vc编程-Facial feature location. Used for the eye location procedure, using vc Programming
Harris-Corner
- 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改进算法的角点检测时间仅为原算法的14.3 ,并实现了对T、斜
VC用opencv实现的目标跟踪程序
- 一个能捕捉AVI视频中的运动目标并实现定位用opencv实现的目标跟踪程序-AVI video capture of a moving object and the implementation of location tracking with opencv program goals
CarLocation
- 这是一个车牌定位与分割的实例,对学习车牌识别的挺有帮助的!-This is a license plate location and segmentation example, the study of License Plate Recognition quite helpful!
vc-imageprocessing
- 本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的FaceDetection工程。 关于程序的运行, DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。 PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp, 而多光谱图片则为给定的图片tm
VC-PH
- 球面坐标定位法校正鱼眼图像畸变,使用visual studio 2008 编写,需要OpenCV的支持-Spherical coordinates locating fish eye image distortion correction, prepared using visual studio 2008, requires the support of OpenCV
FaceDetect(vc)
- 是用vc++开发的人脸识别程序,能很准确的对人脸图片进行精确定位,希望对大家有帮助。-Is the development of face recognition vc++ program can be very accurate picture of the precise positioning of the face, we want to help.
vc++上人眼跟踪
- 在vc++,建立工程,通过初帧图像的眼睛定位,在根据meanshift算法进行人眼跟踪