-
绘制由摄像头采集视频的直方图
这是一个C/C++的程序,利用opencv库来绘制由摄像头采集视频的直方图,对于学习opencv的人有很大帮助,解压后可直接运行
- 2022-08-10 05:00:00下载
- 积分:1
-
tomar_foto
algortimo para capturar una imagen opencv
- 2011-10-04 23:41:08下载
- 积分:1
-
cvResize()插值方法
通过该函数可以将源图像精确转换成目标图像的尺寸,其中参数interpolation控制源图像如何向目标图像进行映射。
- 2022-01-26 05:56:41下载
- 积分:1
-
adaboost人脸识别
adaboost实现人脸识别 基于虚拟机下ubuntu下,打开摄像头采集图像,进行人脸定位
- 2023-08-01 18:20:03下载
- 积分:1
-
findpoint
可以利用python opencv实现获取图像上鼠标点击的点的像素的坐标(Python opencv can be used to obtain the coordinates of the pixels clicked by the mouse on the image)
- 2020-06-25 13:20:01下载
- 积分:1
-
3-3
opencv基础教程 实例代码
3-3(opencv-based tutorial example code 3-3)
- 2011-11-25 11:41:16下载
- 积分:1
-
opencv自带程序实现人脸检测
应用opencv自带人脸检测程序,加入到自己编译的程序中,实现人脸检测。能够检测到人脸、眼睛、鼻子等部位。较准确。
- 2022-01-26 20:06:03下载
- 积分: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
-
tbb
基于VC++ 和opencv的焊盘图像 内径外径的测量。包括滤波、边缘检测、轮廓提取和面积计算等算法。包含原图片(Based on the measurement of the pad image VC++ opencv Inside Outside. Including filtering, edge detection, contour extraction and area calculation algorithm. Contains the original image)
- 2020-07-09 17:48:55下载
- 积分:1
-
多目标跟踪,opencv+vs
先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。
- 2023-08-31 12:35:12下载
- 积分:1