搜索资源列表
xingmfc
- 基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
demosaic
- 解Demosaici,使用连续逼近的方法!-Motion-compensated (MC) video coding has been dominating in the past decades. From MPEG-1/2 to MPEG-4, H.263 and the latest H.264, we have witnessed that the accumulative improvement of MC video coding. However, what lacks in th
paper
- 智能交通监视系统中基于边缘的运动目标提取算法 本文的算法是基于C++和OPEN CV实现的,要运行此程序首先要安装这两个软件 由于本文在采集图像时用到的视频图像较大 ,要100多兆,所以演示程序采用另一个视频,以观其效果 本程序中采用视频序列的前四十帧的奇数帧提取出背景边缘,用参数backframes来控制,backframes/2 即是采用的帧数。 cedge_thresh1和cedge_thresh2来控制做背景检测是用到的CANNY算子的两个阈值。
VCcode
- 这是孙鑫视频里面的源代码,好不容易找到的,可边看视频边学习-SUN Xin This is a video inside the source code, hard to find and can be watching video edge study
ImageProcessing
- Hough变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割和种子填充的源码。-Hough transform, edge detection, bad video method, contour extraction and tracking, template matching, projection method, image recovery, threshold segmentation of the source and seed filling.
OpenCV_FirstDemo
- OpenCV的初学练习,包含简单的图像处理,边缘检测、视频处理等等,可作为初学者的入门练习参考。-OpenCV of beginner exercises, including simple image processing, edge detection, video processing and so on, can be used as reference for beginners to practice entry.
laplace
- 利用OPENCV,从摄像头或AVI文件中得到视频流,对视频进行边缘检测,并输出结果-The use of OPENCV, from camera or AVI file to be video streaming of video edge detection, and output
Opencvcamecaptureaviedgedetection
- 利用opencv编写的一段从摄像头或avi文件捕捉视频流并进行边缘检测的程序代码-Opencv prepared to use a section or from the camera to capture video streaming avi files and program code for edge detection
OpenCv_ex16
- 在VC++下利用OPENCV,对从外部视频设备或AVI文件中捕获视频流,并对视频流进行实时的边缘检测-In VC++ under the use of OPENCV, from the external equipment or AVI video files to capture video streaming, video streaming and real-time edge detection
Edge_Detection
- Edge Detection This demo finds the edges of objects in a video stream using the Prewitt method. You can double-click the Edge Detection block and adjust the Threshold parameter while the simulation is running. The higher you make the thre
videoedge
- 本程序使用视频和图像处理模块库来找到一个视频流中对象的边缘。-The program uses video and image processing module library to find a video stream edge of the object.
edge
- 将视频的边缘检测出来,可以自己设定阈值,阈值不同,边缘检测结果不同-Detected the edge of the video, you can set their own threshold, threshold values are different, the results of different edge detection
opencv-example
- OPENCV的例程,使用OPENCV进行图形图像处理和视频处理,包括图像结构,边缘检测,背景建模等模块-the routine use of OPENCV,including graphical image processing and video processing, image structure, edge detection, background modeling module
edge-detectoe
- 能够将YUV视频转化为一帧一帧的形式,是视频处理的一个非常有用的软件,不过只能够试用32天。-YUV video can be converted to a one form of video processing is a very useful software, but only trial 32 days.
The-video-streaming-edge-detection
- 视频流边缘检测,放一段小视频,可以很好的检测出边缘。-The video streaming edge detection, put a little video, can be very good to detect the edges.
video-streaming
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测。-From the camera or AVI file in video streaming, video streaming for edge detection
edge-denoise
- 视频降噪处理,边缘处理,中值滤波,结果可以在生成的excel文件中得到信噪比-Video noise reduction processing, edge processing, median filtering, results can be generated in the excel file get signal-to-noise ratio
image-and-video-edge-detection
- 基于Simulink的图像及视频边缘检测 边缘检测方面的资料-Simulink-based image and video edge detection
OpenCV-camera-video-capture-sample
- 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved th
Edge-Detection
- An Augmented Reality app that demonstrates basic computer vision concepts such as greyscaling, thresholding, edge detection, homography, corner detection...its a long list. It paints a 3D image on any detected markers. Here is a crude video that