-
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
-
RectangleDetection
用opencv实现的矩形检测源码。可以检测图形中的矩形!(Rectangle Detection Using the OpenCv)
- 2011-09-27 21:56:05下载
- 积分:1
-
基于opencv的相机标定
基于opencv的张正友相机标定,平台是VS2012,能求出旋转向量与平移向量以及误差值。畸变校正部分还没有实现
- 2022-02-03 04:24:16下载
- 积分:1
-
Stabilization
一个基于VC和OPENCV相结合的视频去抖动的程序(A procedure based on a combination of VC and OPENCV video to jitter)
- 2012-06-25 19:26:29下载
- 积分:1
-
处理帧视频
引用文件中的“haarcascade_licence_plate_rus_16stages.xml”改为“haarcascade_frontalface_alt2.xml”
- 2022-03-22 20:36:49下载
- 积分:1
-
HoG
基于hog算法的人数识别程序,使用了openCV视觉库,效率高,主要是边缘检测(Algorithm based on the number of hog identification procedures)
- 2010-08-07 10:22:38下载
- 积分:1
-
反馈型神经元网络
反馈型神经元网络,添加了自适应算法,
- 2022-04-17 15:38:39下载
- 积分:1
-
opencv实现视频目标跟踪
用opencv实现目标跟踪,可以捕捉视频中的运动目标并实现定位
Step 1
在影像框一个区块R,并得到R中的Hue Histogram,以H表示之。
Step 2
根据序列影像每个Frame的每个Pixel的颜色值去找存在于H这个Histogram中所佔的比例,此步骤为Back Projection,得到灰阶影像B。
Step 3
对影像B做Mean Shift。找出整张B的重心位置( Xmc, Ym ),然后将原本的方形区域R的中心点 ( Xc, Yc ) 移至 ( Xmc, Ym )。
- 2022-03-24 16:31:38下载
- 积分:1
-
OpenCV+SIFT算法,立体图像匹配
基于VC++平台,利用opencv的库函数,对双目摄像机的采集图像进行特征点匹配。
匹配算法为经典的SIFT算法,利用图像尺度金字塔提取特征点,效果稳定。
- 2023-04-25 10:00:04下载
- 积分:1
-
光流法
光流法是用于目标跟踪:对于一个连续的视频帧序列进行处理;针对每一个视频序列,利用一定 目标检测方法,检测可能出现的前景目标;如果某一帧出现了前景目标,找到其具有代表性的关键特征点;对之后的任意两个相邻视频而言,寻找上一帧中出现的关键特征点在当前帧中的最佳位置,从而得到前景目标在当前帧中的位置坐标;如此迭代进行,便可实现目标的跟踪。
- 2022-07-25 14:34:12下载
- 积分:1