搜索资源列表
利用OpenCV对视频进行处理
- 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
OpenCV_api_example
- opencv图像处理函数命令及例子大全-opencv image processing function of command and examples Daquan
opencvRM
- opencv 编程入门 介绍 命令 图像处理 矩阵操作 视频序列处理等-Programming opencv introduction to the command image processing video sequence processing, matrix operations
OpenCVBooks
- OpenCV函数命令及例子大全,非常适合刚入门的朋友。-OpenCV function of command and examples Daquan, very suitable for beginners friends.
ch2.1
- opencv 用于从磁盘加载并在屏幕上显示一幅图像,编译后就在命令模式下通过修改参数执行它-opencv used to load from disk and displayed on the screen image, compiled after the command mode to execute it by modifying the parameters
detectblue
- 本程序可以实现带有摄像头的机器人对颜色的检测。机器人首先转圈,在检测到所需颜色之后,机器人停止运动,等待下一个命令。-This program can realize the robot with a camera to the color of the test. Robot first round, and robot stop until test the desired color,and wait for a command.
peopledetect
- 简单使用opencv自带的行人检测功能,实现检测图片中的行人,在命令行执行操作。-Simple to use opencv comes with pedestrian detection function detection pictures of people, at the command line
image2save
- 基于OPENCV的图象格式转换程序,编译后会生成一个基于命令行的控制台程序,参数非常丰富,可以直接拿来使用,也可以用来学习.我是写来自己用的,如果加上个GUI当工享软件都没问题.-OPENCV based image format conversion program, the compiler will generate a command line-based console program parameters are very rich, can be directly used, ca
source-code
- Opencv教程的实例源代码 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。-Opencv tutorial source code examples in the book
cars3
- Vehicle detection, its an opensource code and works well with opencv and boost, === === === === === === === ==== = multi-target tracking method by Wongun Choi === === === === === === === ==== Compile * Require opencv and boost library to b
opencv-training-display
- opencv训练过程中的命令行显示 主要是各参数代表的意义说明-opencv training process command-line display
moving-objects
- 本程序 尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有 背景擦除,平滑滤波,二值化等。-The program tries to open the camera on the computer as a video input device, or enter the command line parameters as the file name to open the vi
opencv
- 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
binary-video
- 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
makevideo
- 对输入的一个彩色视频与五张以上照片,用OpenCV实现以下功能或要求: 1.命令行格式:“xxx.exe 放视频与照片的文件夹路径”,(例如 MyMakeVideo.exe C:\input )【假设该文件夹下面只有一个avi视频文件与若干jpg文件】; 2.将输入的视频与照片处理成同样长宽后,合在一起生成一个视频; 3.这个新视频中,编程生成一个片头,然后按幻灯片形式播放这些输入照片,最后按视频原来速度播放输入的视频; 4.新视频中要在底部打上含自己学号与姓名等信息的字幕;
lesson12
- 利用VS2013+opencv做的利用轨迹条和控制台命令实现对canny边缘检测算子的调整和调试-Use VS2013+opencv track bar and make use of the console command to achieve the canny edge detection operator adjustments and debugging
carrgspondingrecordset
- 学习了解MATLAB的菜单栏,工具栏,命令窗口,工作台,工具箱窗口(Learn MATLAB menu bar, toolbar, command window, workbench, the toolbox window)