-
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
-
LevelSet_ChunmingLi_v0(wzw)
水平集图像分割代码,对应论文为Li C, Xu C, Gui C, et al. Level set evolution without re-initialization: a new variational formulation[C]//Computer Vision and Pattern Recognition, 2005. CVPR 2005. IEEE Computer Society Conference on. IEEE, 2005, 1: 430-436.(Level set image segmentation code, the corresponding papers of Li C, Xu C, Gui C, et al Level set evolution without re-initialization:.. A new variational formulation [C]// Computer Vision and Pattern Recognition, 2005 CVPR 2005 IEEE. Computer Society Conference on IEEE, 2005, 1:. 430-436.)
- 2014-03-16 16:39:07下载
- 积分:1
-
TNNR_code
截断核范数程序,admm和apg的实现过程(Truncation of kernel norm programs, the implementation of ADMM and APG)
- 2018-06-12 20:05:26下载
- 积分:1
-
Matlab_MRI_3Dreconstruction
基于Matlab软件编程实现MC算法对人体脑部MRI图像进行面绘制三维重建;利用三维旋转变换和动画函数对脑部图形进行动画显示(Based on Matlab software programming realize MC algorithm on human brain MRI images drawn face 3 d reconstruction Use of 3 d rotation transformation and animation of brain function graph animation display)
- 2012-03-07 15:07:48下载
- 积分:1
-
FLL-matlab
用MATLAN实现了FLL(锁频环)的热噪声误差、动态应力误差、总的跟踪误差与带宽、预检积分时间等的关系图(MATLAN achieve FLL (frequency-locked loop) thermal noise error and dynamic stress error, the total tracking error and bandwidth, preflight integration time diagram)
- 2013-03-15 22:19:55下载
- 积分:1
-
segmant
在VS2012平台上利用C++语言和opencv实现对图像的分块,并保存分块图像(Using the C++ language and OpenCV to block the image on the VS2012 platform and save the block image)
- 2017-12-13 16:05:48下载
- 积分:1
-
inpaiting_code_i_c
采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程。
(taken inverse filter and two Wiener filtering algorithm to image restoration of degraded images to achieve the restoration process.)
- 2007-06-16 14:37:17下载
- 积分:1
-
omp
用小波变换作为稀疏基,采取OMP算法将图像重建恢复,由于算法计算量大会导致成像时间过长,程序用改进的分块处理缩短了时间,(Wavelet transform as a sparse base, take OMP algorithms to restore the image reconstruction algorithm to calculate the General Assembly led to the long imaging time, the program using a modified block processing to shorten the time)
- 2012-08-20 10:00:48下载
- 积分:1
-
ACCV10
This is an implementation of a ACCV 2010 paper, Exploiting Self-Similarities for Single Frame Super-Resolution.
- 2010-11-24 03:22:38下载
- 积分:1
-
PMFFT
PMF FFT捕获技术性能仿真,分段匹配滤波法和改进算法相比较(FFT PMF capture technology performance simulation, segmented matching filter and improved algorithm comparison)
- 2021-03-08 21:29:28下载
- 积分:1