-
VS+OpenCv开发平台,图像处理程序代码
OpenCv例程代码,包括摄像头调用,边缘识别,形状识别,图形提取,图形匹配等代码,是学习opencv很不错的资料
- 2022-02-12 19:58:49下载
- 积分:1
-
OpenCVgermmc
opencv关于高斯混合模型的说明,可以应用在图像匹配等的领域,为图像处理提供很大方便。(Opencv on gaussian mixture model that can be applied in the field of image matching, etc, provides great convenience for image processing.
)
- 2013-07-27 15:18:33下载
- 积分:1
-
图像分割
meanshift分割图像,对图像的处理,特征的提取有很好的效果,能实现背景前景的分离,所上传的是一个CPP文件,复制代码入自己的opencv程序,替换目标文件名运行。
- 2022-10-31 22:35:03下载
- 积分:1
-
opencv立体匹配
使用opencv进行特征提取及立体匹配,针对所获取的图片对进行特征提取,获取点特征并进行匹配,使用SURF方法进行识别,亲测有效,欢迎下载
- 2023-01-23 11:25:03下载
- 积分:1
-
Gabor滤波器C++实现
本代码可以实现对一张图像的Gabor滤波,并输出结果,需要配置opencv库,
- 2022-07-16 09:50:24下载
- 积分: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
-
Cammer-Distance
Opencv摄像机测量距离,两点成线测量,将结果在右侧方框中显示,有比较高的精度(Opencv camera measuring distance, two points into the line of measurement, will result in the right side of the box shows a relatively high accuracy)
- 2010-09-11 15:14:08下载
- 积分:1
-
用opencv实现各种低通滤波器
对图像进行滤波处理是图像处理中最常见的一种操作类型。而这其中低通滤波(也可以叫做平滑)有事各种滤波处理中最常用的。这里就简单写写 OpenCV 中提供的几种低通滤波方法。
具体思路:对源图像进行离散傅里叶变换,滤波后通过cvDFT进行傅里叶逆变换得到理想低通滤波器、巴特沃斯低通滤波器、高斯低通滤波器后图像
- 2022-03-04 13:06:18下载
- 积分:1
-
video
这是一个opencv读取外部视频,并增加了滚动条的源代码(This is a opencv read external video source, and increasing the scroll bar code)
- 2012-11-18 16:12:14下载
- 积分:1
-
几种线性滤波C++程序实例,使用opencv实现
几种线性滤波C++程序实例,使用opencv实现。其中包括方框滤波、高斯滤波、中值滤波,程序一共4个示例,分别对方框滤波、高斯滤波、中值滤波进行了演示,另外一个是综合示例。对初学者有一定的帮助作用。
- 2022-01-25 19:31:44下载
- 积分:1