-
tuxiang-xihua
基于opencv的图像细化的很好的程序,绝对可用(Based on the opencv image thinning a very good program, absolutely free)
- 2013-06-26 19:32:58下载
- 积分:1
-
person
说明: 行人的检测使用库函数OpenCV里已经内置的行人检测方法,调用OpenCV预先训练好了的HOG+线性SVM模型,能够对图像和视频中的行人进行检测,系统会分别使用两种算法通过矩形条框将图片中的行人框出来。(Pedestrian detection uses the built-in pedestrian detection method in OpenCV library function, calling the pre-trained HOG + linear SVM model of OpenCV, which can detect the pedestrians in images and videos. The system uses two algorithms to frame the pedestrians in pictures through rectangular bars.)
- 2020-07-01 21:00:01下载
- 积分:1
-
testMatchTemplateCAM
通过调用OpenCV库,采用计算相关性大小进行视频跟踪。在源码中输入要跟踪的图样,运行文件,程序可以识别跟踪摄像头摄取场景内与图样相关性最高的目标(By calling the OpenCV library, using a case-by-difference method for video tracking. Input source you want to track the pattern, run the file, the program can identify tracking camera scene and drawings highest goal intake)
- 2012-08-21 10:48:34下载
- 积分:1
-
打开本地摄像头的基于opencv的,使用vs2010打开。
使用vs2010打开,利用c++和opencv编写的能够打开本地摄像头。
- 2023-06-24 05:30:08下载
- 积分:1
-
图像修复
获取一张影像,利用掩膜对图像进行修复操作。(Get an image and use the mask to repair the image.)
- 2018-04-12 21:32:09下载
- 积分:1
-
基于OpenCV的摄像机标定
基于opencv摄像机标定,利用电脑摄像头进行棋盘标定检测 对相机标定的说明:利用OpenCV对相机进行标定的过程,可参看OpenCV提供的帮助文档,非常的有用。我在这里说明一些关键的,希望对大家有所帮助。一、本程序由于格子的实际坐标是随意给的(当然也有一定方法),所以也就是说“世界坐标系是动的,每幅图像一个”,故每幅图像有一个外参数阵;二、从一般标定之后的工作来说,在这步标定中所计算得到的外参数基本没用,所以我们不关心外参数;三、我们主要关心的是内参数,只要相机的焦距不变,内参数就不变。另外,要说明一下,代码大量参照了OpenCV中文官方网上给出的相机标定的代码,但是那个代码有些问题,而且还让人不知怎么运行!这些我这里已经做了修改;标定的所需的棋盘图片,大家可自己照,也是去http://graphics.cs.msu.su/en/research/calibration/上去找,上面提供了三组标定用的图片。
- 2023-04-18 18:10:03下载
- 积分:1
-
17.3开运算
说明: 图像开运算代码实例,可以直接运行,只需修改路径(Examples of image open operation code)
- 2019-04-11 20:58:24下载
- 积分:1
-
Gauss_Adjust_GPU
该算法基于opencv的自适应高斯滤波,并且使用CUDA(GPU)架构进行算法加速(The algorithm is based opencv adaptive Gaussian filter, and use CUDA (GPU) architecture to accelerate the algorithm)
- 2014-10-27 18:23:29下载
- 积分:1
-
willson_read-soimportant
这个是关于威尔逊的算法 此算法可以直接导出 张正友的标定结果(This is about Wilson' s Algorithm This algorithm can be directly exported Zhang Zhengyou calibration results)
- 2013-09-13 11:06:38下载
- 积分:1
-
360_panorama
360-panorama,360度柱面图像拼接,程序在VS2008环境下开发,opencv2.4.3版本,程序可以直接运行,以将所需依赖项添加在文件夹中,源图像放在source_pic中,最后生成结果在result_pic中。
实现步骤:1先将图像投影到柱面坐标上,2提取图像SIFT描述子,3将SIFT描述子配对,4用RANSAC算法根据配对成功的描述子统计出变换矩阵T,5图像拼接。
对于拼接后的图像,没有做进一步细化处理,使用者可以在生成的图像上再做进一步编辑。(360-panorama 360 degree cylindrical image stitching program developed in VS2008 environment, opencv2.4.3 version, the program can be run directly, add the required dependencies in a folder, the source image on the source_pic in, and finally generate results In result_pic. Implementation steps: first image projected onto the cylindrical coordinates, extract images SIFT descriptor, the SIFT descriptor paired with an the RANSAC algorithm based on the description of the pairing is successful statistics the transformation matrix T 5 image mosaic. For the image with no further thinning, the user can do further editing on the generated image.)
- 2013-04-24 20:08:23下载
- 积分:1