-
binary-video
学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求:
1. 对输入视频的每一帧图像都用同一个阈值进行二值化;
2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕;
3. 在处理的过程中,实时显示每帧图片处理之后的效果;
4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成;
5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi )
这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements:
1. Each frame of the input video images are binarized using the same threshold value
2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information
3. During processing, real-time display after processing each frame
4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice
5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi)
Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
- 2015-01-30 16:15:09下载
- 积分:1
-
Lee滤波器,具有很好的去噪效果Leefilter
Lee滤波器,具有很好的去噪效果,结合各种小波,可以有效去除SAR图像噪声。(Lee filter, has a good de-noising effect of combination of wavelet can effectively remove the SAR image noise.)
- 2020-07-06 08:38:58下载
- 积分:1
-
imagezengqiang
自适应的图像增强,使用matlab编的代码,实现一篇核心文献的算法(Adaptive image enhancement using matlab compiled code to achieve a core algorithm literature)
- 2021-04-10 11:28:59下载
- 积分:1
-
mrics
使用split bregman算法实现的压缩感知(Compressed sensing implemented by using split Bregman algorithm)
- 2017-10-29 21:12:39下载
- 积分:1
-
2
一种基于直方图改进的FCM聚类水下图像分割算法 文献加matlab实现代码(Improved histogram based FCM clustering literature plus underwater image segmentation algorithm matlab code)
- 2013-09-12 22:10:59下载
- 积分:1
-
thods
手机软板自动检测的图像预处理及分割方法(FPC phone automatically detects the image preprocessing and segmentation methods)
- 2011-04-26 18:18:59下载
- 积分:1
-
Image-Fusion
泊松融合在某种意义上解决了图像融合的问题,但其在融合的过程中仅仅考虑了融入图像的梯度,而没有利用背景图像的梯度,因此,在使用泊松融合的过程中,需要对融入区域的标记较为准确,否则,会造成背景纹理的丢失,视觉上可以明显觉察图像融入的痕迹。因此,对公式稍作修改,在考虑前景的同时考虑背景的变化,可以得到更优的结果。(Poisson convergence in a sense solved the problem of image fusion, but it only considers the integration of image gradient in the integration process, but not the use of a background image gradient, therefore, the use of the Poisson integration process, the need for more accurate marker into the area, otherwise, it will result in the loss of background texture, image integration can clearly perceive the visual traces. Therefore, the formula slightly modified, in considering the prospect of taking into account the changes in the background, you can get better results.)
- 2015-04-21 12:11:50下载
- 积分:1
-
SplitBackground
利用几种阈值法从给定的图像中分割出目标,去除背景(Use several thresholds to segment the target a given image and remove the background)
- 2017-05-02 10:47:41下载
- 积分:1
-
graphic-display
文件为图形的显示函数,如单个像素的显示,直线的显示,字符的显示(File for the graphic display function, such as a single-pixel display, a straight line display, character display)
- 2013-05-17 19:39:04下载
- 积分:1
-
NSCT
利用MATLAB实现NSCT非下采样轮廓波变换(Realization of Nonsubsampled Contour Transform by Using MATLAB.)
- 2017-06-06 10:33:50下载
- 积分:1