当前位置:
首页 资源下载
搜索资源 - image difference opencv
搜索资源列表
-
0下载:
一个图像背景差分边缘提取,采用OpenCV来完成源代码。-A background difference image edge detection using OpenCV to complete the source code.
-
-
0下载:
使用SSD(sum squared differences)算法进行双摄像机图像匹配点计算,基于OpenCv的C++代码实现,Using SSD (sum squared differences) algorithm dual camera image matching points calculation, based on the OpenCv the C++ Code
-
-
0下载:
OpenCV实现的图像帧差法的程序,cmd下载入图像即可运行-OpenCV implementation of the image frame difference method procedure, cmd into the image to download to run! ! ! !
-
-
0下载:
用opencv编写的,用于帧差法的图像检测-Prepared using opencv for frame difference image detection
-
-
1下载:
用OpenCV来编写,用摄像头获取图像,并用帧差法提取二值化图像,再用多边形逼近的方法来提取图像的轮廓-Using OpenCV to prepare, with the camera to obtain images, and the frame difference method used to extract two binary images, and then a polygonal approximation method to extract the contours of the
-
-
0下载:
Change detection by background subtraction is a
common approach to detect moving foreground. The
resulting difference image is usually thresholded to obtain
objects based on pixel connectedness and resulting blob
objects are subsequently trac
-
-
0下载:
基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
-
-
0下载:
I ve made an example on how to perform FFT operation using FFTW in OpenCV. It simply loads an image, compute FFT & IFFT, then display the final result. The resulted image has no difference with the original, as it should.
-
-
0下载:
该文件详细介绍了如何运用差分法求图像的轮廓,可以为各位爱好者借解-The document details how to use the outline of the image difference method, by solution for you fans
-
-
0下载:
运用OpenCV的自带的函数很方便的实现了图像的三帧之间的差分处理。-Realize image processing difference between the three
-
-
1下载:
2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-CVPR 2009 Best Paper " Single image haze removal using d
-
-
0下载:
使用opencv,利用图像差分算法,实现通过摄像头进行视频采集,显示当前时间,并利用蓝色的跟踪框跟踪移动物体-Opencv image difference algorithm, the camera, video capture, display the current time, and use the blue track frame track moving objects
-
-
0下载:
此程序功能是:对图像进行直方图统计。所以的是opencv,这和matlab做直方图统计是有区别的。对初学掌握opencv数字图像有一点小帮助,可以直接运行-This program features: histogram of the image. So the opencv and matlab histogram there is a difference. Beginner to master the opencv digital image a little help, you can
-
-
1下载:
本程序分割试图,并基于OpenCv显示左右影像,影像匹配为最简单的差绝对值和的方法,精度一般,但是大体的思路很清晰,注释很详细,很适合初学者掌握整个流程。-This procedure attempts to split, OpenCv show about image, image matching for the most simple difference between the absolute value of the method, the general accuracy, but
-
-
0下载:
比较了利用opencv处理图像在cpu和gpu环境下的区别,对于学习GPU编程的朋友会有很大帮助-Using opencv image processing in the difference between the cpu and gpu environment will be very helpful for friends to learn GPU programming
-
-
0下载:
图像序列中,连续三幅图像的帧间差分,适用于opencv,有可调阈值的滚动条-Image sequences, the consecutive three image frame difference
-
-
0下载:
输入:
自拍两幅同一个场景(或物体)的角度/远近有差别的图像
(对于学有余力的同学,建议多测试几张角度/远近差别较大的图像)
任务:
在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点
输出要求(以下三个结果分别输出,不要重叠在一张图上):
1. 在两张图上分别画出检测到的特征点位置
2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出
3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息
编程工具:
Visual
-
-
0下载:
序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪
先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before th
-
-
0下载:
在OPENCV中,用于从摄像机读入数据。CAPTURE结构初始化后,从视频文件或摄像头设备读入图像没有区别。-In OPENCV, the read data from a camera. CAPTURE structure initialization, from video files or webcam device reads the image no difference.
-
-
0下载:
在OPENCV下吧一份图像分成4个区域,分别求两张图像的平均亮度差,观察亮度变化-In an image into it OPENCV four regions, namely, averaging the difference between the luminance of two images, the luminance variation observed
-