-
实现两个摄像头的同时调用
通过QT5和openCV实现了同时读取两个摄像头
- 2023-02-08 15:40:06下载
- 积分: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
-
目标检测与跟踪
代码是在QT+OpenCV的环境下实现的,视频素材是一段车流视频,基本实现了目标的检测,以及目标的跟踪,跟踪是用画矩形框体现的。代码是自己在学习opencv的过程中写的,希望对大家有帮助。
- 2022-07-19 08:31:20下载
- 积分:1
-
opencv
opencv2中core ,highgui,和 imgproc部分源码(source about codecore highgui imgproc in opencv 2 lib)
- 2018-03-17 14:09:38下载
- 积分:1
-
retina特征点检测
这是一个C/C++的程序,利用opencv库实现retina特征点检测,对于学习opencv的人有很大帮助,解压后可直接运行
- 2022-06-30 15:03:21下载
- 积分:1
-
main
图像去雾处理,是关于何凯明的那篇获奖的文章的代码(Image processing to the fog, the essay is about winning articles He Kaiming code)
- 2021-01-26 20:28:37下载
- 积分:1
-
相机控制
#include"stdafx.h"
#include < cv.h >
#include < highgui.h >
#include < math.h >
# 包括 < stdlib.h >
#include < stddef.h >
#include < stdlib.h >
#include < conio.h >
#include < iostream >
使用命名空间 std ;
IplImage * img ;
IplImage * img1 ;
IplImage * img2 ;
IplImage * des ;
使用命名空间的简历 ;
//callback 函数
无效 changeContrast (int 对比) {
if(contrast = 10) {
cvScale (img,des,(对比度-9)) ;
}
cvShowImage des"飞鸟") ;
img = des ;
}
void changegamma (int 伽玛)
{
γ = γ/10 ;
//gamma 校正
cvPow (img、 des、 伽玛) ;
//cvConvertScaleAbs (des,des,1,0) ;
cvShowImage des"飞鸟") ;
img = des ;
}
空 changeBrightness(int bright)
{
- 2022-08-15 23:57:58下载
- 积分:1
-
opencv-test3
opencv 对视频文件或者摄像头的图像进行提取或者保存每一帧的代码(opencv extract or save the code on each frame of the video file or camera images)
- 2013-04-25 00:51:03下载
- 积分:1
-
读取并显示图像,中值滤波,均值滤波,二维滤波cvFileter2D
可以直接运行的源代码!!主要是图像滤波代码,本人直接运行成功的代码!
- 2022-03-22 02:27:30下载
- 积分:1
-
write_video
opencv代码,将视频文件写入到磁盘,存入视频数据(opencv code, the video file is written to disk)
- 2013-10-29 23:21:04下载
- 积分:1