搜索资源列表
ImageProcessing(openCV)
- 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
xingmfc
- 基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
opencv
- opencv 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果-opencv from camera or AVI file to get video streaming, video stream edge detection, and output
video-streaming
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测。-From the camera or AVI file in video streaming, video streaming for edge detection
Exercise4_1_vedio_canny_rgbgray
- 此程序的功能:对视频进行灰度处理,将灰度图进行Canny边缘检测,分别以视频形式输出。初学者可以看看,希望对你有帮助,可以直接运行-The function of this program: the video gray scale processing, grayscale Canny edge detection, respectively, a video output. Beginners can see, you want to help, you can run directly
laplace
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果-To obtain a video stream from the camera or the AVI file, to perform edge detection on the video stream, and outputting the result
main
- 从摄像头或AVI文件捕捉视频流并进行边缘检测-Capture video stream from the camera or AVI file, and edge detection
VideoContour.cpp
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果。-The video stream, the video stream for edge detection, and outputs the result obtained from the camera or the AVI file.
Capture
- 这是一个在VC6.0用opencv语言实现从摄像头或者AVI文件捕捉视频流并进行边缘检测的程序-This is a VC6.0 capture video stream from the camera or AVI file, and edge detection opencv language program
car_video_canny
- 将一段车辆视频,分别在三个窗口内显示其原始图像,灰度图像及边缘检测图像。这三个窗口 是同一列的。-The period of vehicle video, respectively, in the original image, gray-scale image, and the edge detected image is displayed within the three windows. These three windows are in the same column.
vediopro
- 视频处理代码 视频帧提取 保存 合并 边缘显示-Video processing code video frame extraction save the merged edge display
BG
- OpenCV读入视频,灰度化,并Canny边缘检测 -Read OpenCV video, grayscale, and Canny edge detection
csx
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测-Video stream from the camera or AVI file, the video stream edge detection
im2-edge_var
- 用opencv 写的一个可以读取视频,并对视频进行边缘提取,有经典的Canny,prewitt,sobel等算子,效果很好-Written opencv can read the video, and video from the edge, classic Canny, prewitt, sobel operator, with good results
include
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测-Video stream from the camera or AVI file, the video stream edge detection
ancy
- opencv 读取视频图像并作一些简单的基本的处理,比如边缘检测,中值滤波-Read the video image and make a few simple basic processing, such as edge detection, median filtering, etc.
CVshowManyImage
- 实现了在一个窗口显示多个视频子窗口,能够读入单个的视频或摄像头数据,然后在一个窗口中分别显示原始帧图像、反色图像、灰度图像以及Canny边缘检测图像-Realization of a plurality of video sub-window display window can be read, or a single video camera data, and display the original image frame, anti-color image, gray-scale im
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
Avi-file-edge-detection-
- 本程序是基于OPENCV的C代码编程,其主要功能是对视频文件提取边缘。边缘提取的算法是Canny算法。-This program is based on the C code programming OPENCV, its main function is to extract the video file edges. Canny edge detection algorithm is the algorithm.
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