搜索资源列表
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
Injput_process_output
- SOURCE CODE TO INPUT AN IMAGE , PROCESS IT AND DISPLAY THE RESULT
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
MultiVideo_0
- 在同一个窗口显示多个视频画面的程序代码,是从另一个论坛得到的开源资源-In the same window display of multiple video images of the program code is received from another forum, an open source
lunkuo
- 本代码基于opencv2.2,轮廓检测,输入图像,进行边缘检测并将图像区分为背景和目标,二值化,用轮廓把目标区域显示出来,还可得到目标区域内的面积,即目标的大小-The code is based on opencv2.2, contour detection, the input image, edge detection and image area is divided into the background and objectives, the two values, the targ
ReadPic
- vc6.0中使用opencv显示彩色图像和灰度图像。比已有的相关代码多了显示灰度图像的能力。-vc6.0 using opencv display color images and grayscale images. More relevant than the existing code has the ability to display grayscale images.
22
- 用C+ +类创建和显示图像,是本中的一个小代码-In C++ class to create and display images,In a small code
opencv_rand_draw
- 本文主要介绍下opencv中自带的一个随机数发生器的类RNG,这里我用这个类来画一些图形,和基础学习笔记之opencv(13):基本绘图 一文中类似,只是 这里画出来图像的坐标,大小,颜色,角度等所有信息都是随机的,且是用RNG这个类产生的。参考文献为opencv自带tutiol及其代码。 开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5 实验功能: 1. 该实验可以画6中几何图形和1个文本显示,每种都是画80个,每画完一
readfromviedo
- 这是一个opencv的源代码,从摄像头读取视频,并,显示在一个窗口上-This is a opencv source code to read the video from the camera and display in a window
disparity-image
- 本代码得到的结果是图像的视差图,通过灰度的不同来显示距离的远近-The results obtained in this code is the disparity map of the image, to display different gradation distances
vediopro
- 视频处理代码 视频帧提取 保存 合并 边缘显示-Video processing code video frame extraction save the merged edge display
ex4_9
- 图像稳定。编译lkdemo代码(运动跟踪或光流法代码)。在一个更大的窗口中创建并显示视频图像。轻轻移动摄像机,并用光流法的向量将图像显示在大窗口中,并保持画面的稳定。这是一个基本的图像稳定技术-Image stabilization. Compiled lkdemo code (motion tracking or optical flow method code). Create and display video images in a larger window. Gently move
VMR
- VC++ 编写开发的VMR视频采集与显示程序源代码,采用directshow 和vmr7 控制视频采集卡,采集并显示视频 ,VC6.0下调试通过。测试时需要安装好测试所需的摄像头、采集卡等硬件设备。本源码主要是想让学习一下VC++的视频采集技术。-Developed VMR prepared by the VC++ video capture and display program source code, the DirectShow and VMR7 control video captur
Opencv_test-code
- 一个简单的OPENCV程序,实现图片读取和显示,压缩包内有实验图-A simple OPENCV procedures, read and display pictures, compressed within a experimental Figure
daima
- 显示彩色图像的三个通道的灰色直方图,显示图像的三个通道, 屏蔽两个通道, 显示三个通道分别显示, 显示感兴趣的区域ROI,共5段代码 -Shows three-channel color image gray histogram displays three channels of the image, shielding the two channels, shows three channels are displayed, the display area of ̴
20140319
- 网上现有的通过opencv2实现显示摄像头视频代码都是控制台程序。借助网上一个多线程实例实现在MFC对话框上通过OpenCV2直接显示摄像头视频,希望您有帮助。 VS2008+OpenCV2.4.4 执行界面: -Opencv2 achieved through existing online display camera video code is a console program. With online examples implemented in a multithreaded MF
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
opencv-imageshow
- 学习OpenCV源代码,图像的显示,imageloader-Learning OpenCV source code, image display, imageloader
picture-display
- opencv入门级C++程序代码调试,第一课:显示一张二维静态图片。-Opencv entry level debugging c++ program code, the first class: shows a 2 d static image.
display-histogram-1
- 该源码实现读入一幅彩色三通道图像,实现显示该图像同时显示输出对应三通道的颜色直方图,方便,直观,可以直接编译。-The source code to achieve read in a color three-channel image, the corresponding three-channel display the image at the same time the output of color histogram, convenient, intuitive, can be di