搜索资源列表
实现视频的打开,并通过添加滑动条来控制视频的播放时间
- 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
Avi2Bmps
- 使用opencv对视频进行处理 可以播放、暂停 停止等还带滑动条着手动控制-Using opencv on the video processing can play, pause stop and so also with a slider bar with manual control
MyCode
- 总结的OPencv代码。图像warp,rotation.H_S直方图。滑动条设定阈值进行轮廓检测。在输入图像上检测轮廓。还有平均背景法。是txt格式,只需要把后缀名编程.cpp即可。-The summarized OPencv code. Image warps, rotation.H_S histogram. Slider to set the threshold for contour detection. Detect the contours in the input image. Av
8_2lunkuo
- QT环境下,根据滑动条参数检测轮廓,滑动条变化时重新检测-QT environment, according to the outline of the slider parameter detection, re-tested when the slider changes
1
- opencv的情况下采用canny算子进行滤波,且利用滑动条函数cvCreateTrackbar进行改变门限值-the opencv canny cvCreateTrackbar
2
- opencv1.0版本下,利用滑动条实现不同阈值下的图像二值化。-opencv1.0 version, the slider under different threshold image binarization.
3
- opencv1.0版本下利用滑动条进行图像的高斯平滑滤波,包含有彩色图像和转换的灰度图像,高斯模板可以由滑动条设置。-opencv1.0 version slider for image Gaussian smoothing filter contains a grayscale image of the color image and converting Gaussian template can be set by the slider.
setROIandtrackBar
- 利用opencv实现给图片 添加 ROI区域 实现在图片中 插入图片的效果,另外还有一个 opencv 滑动条的 功能实现-Opencv realize the ROI insert a picture in the picture effect to add a picture, in addition a opencv slider function to achieve
test13
- 该程序创建了一个简易播放器,读入和显示视频文件,并可以使用滑动条控制视频文件的播放。一个滑动条用来控制视频播放位置,以10为步长跳进,另一个滑动条用来控制停止与播放-The program creates a simple player that reads and displays video files, and you can use the slider to control the playback of the video file. A slider to control vide
color-detect
- 颜色提取目标检测,可以方便的提取目标物体颜色,再次基础上可以加入滑动条窗口进行优化-Color extraction target detection, you can easily extract the target object color, again adding the slider window can be optimized on the basis of
two
- 把一个图像通道处理后二值化,并可创建滑动条控制阈值,便于后期处理。-After the processing of a binary image channels, and create a slider control threshold, easy post-processing.
Contour-detection
- 在VC++6.0环境下利用OPENCV根据滑动条参数检测轮廓,当滑动变化的时候重检测。-Contour detection
yuzhifenge
- 使用滑动条进行阈值分割,可以直观观察到阈值选取不同所带来的效果。-Use the slider to threshold segmentation, can be directly observed the effect of the different threshold value.
morphologyEx
- opencv,vs2013平台上,用morphologyEx进行形态学梯度运算的演示示例,使用滑动条控制-opencv, on vs2013 platform demos with morphologyEx morphological gradient operator using slider control
meanshift
- 均值漂移算法用于图像分割,vs2013配置opencv3.0,有滑动条改变参数。-Mean shift algorithm for image segmentation, vs2013 configuration opencv3.0, there is a slider to change the parameters to see the effect.
imageCovertandThreshold
- 这是一个将彩色图片转化为灰度图片的例子,运用滑动条来控制阈值。-This is a color picture into a grayscale image examples, use the slider to control the threshold.
Slider
- 为opencv程序界面添加滑动条,使用~命令-Opencv program to add a slider interface
controlHist
- 用滑动条来控制直方图,是学习opencv很有用的小程序-Using the slider to control the histogram, is to learn opencv very useful little program
add-slider-into-the--interface
- 利用visual c++在visual studio平台上为运用程序加滑动条-Use visual c++ on visual studio platform for the application of the program plus slider
DilateAndErode
- 利用opencv中的dilate和erode函数对图片做膨胀腐蚀以及开运算和闭运算等形态学处理,可以在图片窗口划动滑条调节腐蚀和膨胀的参数。(Using the dilate and erode functions of opencv, we can process the image with some typical morphological processing such as dilate and erode.)