搜索资源列表
实现视频的打开,并通过添加滑动条来控制视频的播放时间
- opencv的运用,程序的功能是实现视频的打开,并通过添加滑动条来控制视频的播放时间,程序通过自己的调试-opencv the application, the program is to transfer the video to open, and by adding a slider to control the video playback time, the program through their own debugging
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
trackbar
- 基于opencv创建窗口用于视频播放,并且添加滚动条用于控制播放速度-Create a window based on opencv for video playback, and add scroll bars to control the playback speed
watermark-openCV2.3.1
- 给图像添加任意文字水印,可传入参数是文字内容,输入图片路径,文字颜色,大小,保存图片路径。支持中文输出!VS下C++编程,使用openCV 2.3.1-To add any text watermark image, but to parameter is the text content, input image path, text color, size, save image path. Support Chinese output! Under the VS C++ programmi
cvPutText
- 图像界面:在图片中添加文字,在OpenCV+VC实现,用到了函数cvPutText~-Graphical interface: add text in the picture, in the OpenCV+ VC implementation, use the function cvPutText ~
cvputtext-In-picture
- 在图片制定位置添加文字-Add text in the picture position to develop the location
MRF_Based
- ,论文《Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统观景变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin 2)生产dll,具体的函数可以查看文件MRF_Based.h 3)如有问题请联系z
shhipinkongzhi
- opencv中用来添加滚动条到基本浏览窗口的程序-opencv used to add scroll bars to browse the window procedure for the basic
111
- 一个基于VC++平台的《《畸变图像标定校正》》源码,非常实用。需要添加openCV的库才能使用。具体添加方法请网上搜索添加。-A VC++ platform based on fish-eye distortion correction image calibration source, very easy to use. Need to add openCV library to use. Please add a specific method of online search.
exa2.3
- 这是利用OpenCv编写的播放视频,并且添加了一个进度条,实现观看任意时刻的视频。-This is a video prepared by OpenCv, and added a progress bar, to achieve any time watching the video.
tianjiagundongtiao
- 如何在VC++环境下利用opencv添加滚动条-How to use VC++ environment, add a scroll bar opencv
read_avi_addtrackerbar
- 使用opencv读取本地视频文件,并在播放窗口添加进度条-Read the local video files using opencv, and add the progress bar in the player window
exp3_1
- 在VC6.0中利用OpenCV实现任何格式图像的指定概率椒盐噪声添加和均值滤波、带阈值的中值滤波-VC6.0 using OpenCV in any format images to achieve a specified probability and the mean filter add salt and pepper noise with median filter threshold
123
- opencv实例程序,显示图片,关于类库的添加和硬盘格式的选择-opencv sample programs, show pictures, add the class library and hard about the choice of format
ksjcydmb
- VC2008编译,完全能运行,效果非常好的运动目标检测方法,自己添加avi文件即可-VC2008 compiler, fully able to run, the effect is very good motion detection method, add avi files to their own
fusefenge
- 利用OpenCV函数库把图片转换到YCrCb空间后进行肤色分割,请自行添加图片-Using OpenCV library to convert images to YCrCb color space after the partition, add your own pictures
OpenCV-base
- OpenCV提供的视觉处理算法非常丰富,并且它部分以C语言编写,加上其开源的特性,处理得当,不需要添加新的外部支持也可以完整的编译链接生成执行程序,所以很多人用它来做算法的移植,OpenCV的代码经过适当改写可以正常的运行在DSP系统和单片机系统中,目前这种移植在大学中经常作为相关专业本科生毕业设计或者研究生课题的选题。-OpenCV vision processing algorithms provide very rich, and it part of the C language, w
Add_noise
- 基于OPENCV,c语言程序,用来给图像添加高斯噪声-based opencv
controlavi
- opencv中使用onTrackSlide()添加滚动条控制视频的播放-opencv onTrackSlide()
Patch_Sparsity
- 算法仿真:论文《Image Inpaiting by Patch Propagation Using Patch Sparsity》中提出的图像修复算法的; 1)使用了OpenCV2.2.0开源机器视觉库,IDE为VS2010 2)设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2;VS2010属性页文件依赖于此环境变量,在Path中添加C:\OpenCV2.2\bin,更具体的环境配置可以查看OpenCV相关手册设置属性页文件或Email:zhen