-
cv.h
opencv 头文件 cv.h 编译运行c++常会遇到无法找到cv.h文件。
- 2022-05-10 14:26:02下载
- 积分:1
-
facetrack
opencv中运用meanshift算法进行车辆检测
人脸识别(opencv in the vehicle detection algorithm using face recognition meanshift)
- 2011-09-03 17:15:15下载
- 积分:1
-
getMoravecCorners
Moravec角点检测算法将角点定义为具有低“自相关性”的点。算法会检测图像的每一个像素,将像素周边的一个邻域作为一个patch,并检测这个patch和周围其他patch的相关性。(Moravec corner detection algorithm to corner points defined as having a low "autocorrelation" point. Algorithm detects images of each pixel, the pixel as a neighborhood around a patch, and detects the patch and the patch around the other correlation.)
- 2013-10-08 15:12:11下载
- 积分:1
-
meanshift目标跟踪
一个非常简单的meanshift单目标跟踪程序,使用到了opencv,这只是一个简单的控制台程序,没有用户界面,所以最好还是改进一下。
- 2022-08-06 18:04:18下载
- 积分:1
-
lunkuopipei
这是工业上用的工件匹配的程序,基于opencv写的,还不是特别完善,适合基础学习者(This is a piece of matching procedures used in industry, based on written opencv, is not particularly perfect for foundation learners)
- 2014-04-26 19:29:45下载
- 积分:1
-
siftTest
基于opencv的SIFT程序的源码,图像处理的学习者极为有用。(Opencv based SIFT program source code, image processing learner extremely useful.)
- 2016-11-29 10:03:02下载
- 积分:1
-
FaceSDK-master
说明: C# SDK for Face++
人脸检测与分析
检测给定图片(Image)中的所有人脸(Face)的位置和相应的面部属性
检测模式可以是normal(默认) 或者 oneface 。在oneface模式中,检测器仅找出图片中最大的一张脸。
可以是none或者由逗号分割的属性列表。默认为gender, age, race, smiling。目前支持的属性包括:gender, age, race, smiling, 可以为图片中检测出的每一张Face指定一个不包含非法字符且不超过255字节的字符串作为tag,tag信息可以通过 /info/get_face 查询
检测给定人脸(Face)相应的面部轮廓,五官等关键点的位置,包括25点和83点两种模式。(Face Detection and Analysis
Detecting the location and corresponding facial attributes of all faces in a given image
The detection mode can be normal (default) or oneface. In oneface mode, the detector finds only the largest face in the picture.
It can be none or a comma-separated list of attributes. The default is gender, age, race, smiling. Attributes currently supported include gender, age, race, smiling. Each Face detected in a picture can be tagged with a string that does not contain illegal characters and does not exceed 255 bytes. The tag information can be queried by / Info / get_face.
The location of key points such as facial contour and facial features for a given face (Face) is detected, including 25 points and 83 points.)
- 2020-06-22 20:40:01下载
- 积分:1
-
获取视频帧的两种方法
提供两种抽取视频帧的方法,一种为逐帧遍历,输出所需要的关键帧,另一种为预先设置帧号,直接从视频中抽取,两种方法适用场合不同,各有长处。
- 2022-08-09 13:58:24下载
- 积分:1
-
openCV摄像头操作的头文件
老教程中经常用cvcam.h。而现在openCV2.4.10版本中没有cvcam.h,因此特地吧cvcam.h放在这里
- 2022-11-28 13:50:03下载
- 积分:1
-
人脸识别
说明: 本代码包含人脸灰度处理、人脸检测以及视频中的动态人脸检测的代码以及文件。(This code contains codes and files for face grayscale processing, face detection, and dynamic face detection in videos.)
- 2021-04-07 14:38:56下载
- 积分:1