搜索资源列表
求图像的二值化最佳阈值
- 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
利用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的一个完整程序用来实现读入一个彩色视频
- 这是OpenCv的一个完整程序用来实现读入一个彩色视频文件并以灰度格式输出这个视频文件。-This is OpenCv used to implement a complete program to read a color to grayscale format video file and output the video file.
ch2_ex2_10 实现读入一个彩色视频文件并以灰度格式输出
- 一个完整的程序用来实现读入一个彩色视频文件并以灰度格式输出这个视频文件-The procedure used to achieve a complete reading of video files into a color and grayscale output the video file format
opencv_Detect
- 采用VC++6和opencv1.0,基于对话框模式,打开摄像头或打开已有的AVI文件,采用简单的背景差分法动态跟踪活动物体。opencv1.0需要自行下载和配置。-Using VC++6 and opencv1.0, dialog-based mode, open the camera or open an existing AVI file, the background difference method using a simple dynamic tracking moving obje
cam2video
- 将摄像头的读到的数据存入到工作路径上名为test.avi(自动生成)的视频文件中。-To write the data read from camera into test.avi (automatically generated video file) in the workpath called.
Hand-Detect 手势识别,使用OpenCV的haar 分类器
- 手势识别,使用OpenCV的haar 分类器。训练因为对各个环境不同,请大家自己下载或者自己训练样本。-Hand Recognition and Tracking using OpenCV. It uses Haar Classifier. Because Haar features are different, I did not include the .xml file, please download it online or train it yourself.
opencv2.0-lib-dll-h
- opencv2.0的.lib,.dll,.h文件。opencv2全部安装要几百mb。懒得安装的话可以直接将引用库文件。使用方法同一般的库文件引用方式。-opencv2.0' s. lib,. dll,. h file. opencv2 full installation to a few hundred mb. Too lazy to install, then you can directly reference library file. To use the same library
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
opencv-videorecord
- 使用opencv进行摄像头视频压缩成文件-compress video to file using opencv
aviTObmp
- vc+opencv 读avi视频,显示,并将视频中每一帧都保存为bmp文件,内有测试视频-vc and opencv read avi file
normxcorr2_mex_ALL
- 归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file,
read-file
- 背景建模,运动目标检测,读视频文件,opencv中的图像处理-Background modeling, moving object detection, reading and video files, opencv Image Processing
opencv
- opencv教程的全部源代码,附有测试视频文件,对opencv的初学者很有帮助!-opencv tutorial all the source code, with a test video file on the opencv helpful for beginners!
FACE_DETECTION
- 使用EmguCV(OpenCV for C#)並使用裡面的文件haarcascade_frontalface_alt_tree.xml可以實現人臉辨識。編寫語言C#-The use EmguCV (OpenCV for C#) and inside the file haarcascade_frontalface_alt_tree.xml face recognition can be achieved. Preparation of the language C#
2011__openCV_pyramid_process
- 这个是在刚学opencv时候的测试小代码。主要是金字塔方面的操作。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. Main pyramid' s operation. Inside each file can be run separately in the VS20101 platform. (Opencv2.1)
FFplayer_Win32
- Movie Player using ffmpeg for win32. It just use Win32 API and FFmpeg. The AVI file is sample movieclip in OpenCV.
Achieve-statistical-catalog-file
- 实现目录图像文件统计,cpp代码。虽然是DOC文件,但可以直接转成CPP代码-Achieve statistical catalog file
Video-file-playback-controls
- 用opencv播放一个视频文件,并且用进度条控制其播放进度-Opencv play a video file, control the playback progress and the progress bar
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.