-
danmubd
基于opencv单目机标定的源代码,包含标定的图片,程序注释详细,很适合初学者。(Based on opencv monocular machine calibration source code, including the picture of the calibration, application notes in detail, very suitable for beginners.
)
- 2013-10-01 11:38:46下载
- 积分:1
-
打开本地摄像头的基于opencv的,使用vs2010打开。
使用vs2010打开,利用c++和opencv编写的能够打开本地摄像头。
- 2023-06-24 05:30:08下载
- 积分:1
-
17.3开运算
图像开运算代码实例,可以直接运行,只需修改路径(Examples of image open operation code)
- 2019-04-11 20:58:24下载
- 积分:1
-
HOG特征可视化
利用opencv2.4.11+VS2013实现HOG特征提取,并实现特征的可视化
- 2022-02-11 21:43:27下载
- 积分: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
-
对图像进行HSV特征提取,并用SVM进行训练,实现火灾检测
对图像进行HSV特征提取,并用SVM进行训练,实现火灾检测。提取大量火灾图片和非火灾图片的hsv颜色特征,在此基础上,使用SVM支持向量机进行训练模型,之后对新的图片进行分类,火灾或者非火灾
- 2022-03-25 02:14:39下载
- 积分:1
-
aa-ok-ORB_FREAK
orb特征与freak特征的对比实验,在visual studio 2008环境中可以运行,对于学习这些特征具有帮助。(features and characteristics orb freak comparative experiments in visual studio 2008 environment, you can run for the study of these characteristics have helped.)
- 2013-10-26 10:15:45下载
- 积分:1
-
最佳缝合线算法实现图像拼接
使用vs2015加载opencv3.2,有瑕疵的最佳缝合线算法,诸位看官可以参考以下程序源码和实现方法,这个方法的问问题在与,选哟缝合的图像尺寸需要完全一直,不然程序的assert会报错,但是保证一致后,拼接的程序和拉普拉斯融合的算法拼接结果不是很满意。
- 2022-08-11 01:57:16下载
- 积分:1
-
4
说明: 本程序实现delaunay三角形和voronoi划分的迭代式构造(The program voronoi delaunay triangles and divide iterative structure)
- 2013-05-28 11:06:26下载
- 积分:1
-
机器学习之人脸识别与检测
使用C++、OpenCv实现了人脸的检测和标识,能够通过摄像头检测到人脸并处理保存,再经过训练后能过识别出已存储的人脸。主要有检测、训练、识别三大功能。附带免安装版试用,之后可以自己配置好就可以使用了。集体配置方式里面都有,照着配置就可以。
- 2022-02-25 18:43:35下载
- 积分:1