-
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
-
sparse_learning
cholesky算法信号稀疏解 对于数据压缩有很大帮助(we are the world we are the children we are the ones)
- 2012-03-24 21:22:48下载
- 积分:1
-
ncut_multiscale_1_4
图像分割算法,包括matlab代码,说明文档和运行结果截图(Image segmentation algorithms, including the matlab code, documentation and operating results screenshot)
- 2008-04-30 17:14:21下载
- 积分:1
-
RVM-hyperspectral
基于相关向量机的高光谱图像分类算法,functions中是用到的函数,另一个文件夹是主程序。(RVM hyperspectral image classification algorithm, functions are functions used, another folder is the main program.)
- 2017-02-16 12:53:51下载
- 积分:1
-
0307152v2[1]
说明: 在稀疏域中,基于迭代阈值的线性反转问题,Daubechies 的经典外文文章,用于压缩感知(In the sparse domain, iterative threshold-based linear inversion problem, Daubechies classic foreign language articles for compressed sensing)
- 2010-05-03 12:10:07下载
- 积分:1
-
xiaobo
(l)小波分析理论在变形监测数据处理研究中的理论意义和实用价值
(2)小波阂值去噪和多分辨分析在变形监测信号分析中的应用
(3)在算法和图像处理方面的优越性 ((L) wavelet analysis theory in the study of deformation monitoring data processing theoretical significance and practical value (2) wavelet thresholding denoising and multi-resolution analysis in deformation monitoring signal analysis application (3) in the algorithm and image processing superiority )
- 2021-04-11 09:38:58下载
- 积分:1
-
statistic
IDL计算影像均值、标准差、偏差指数、信息熵、平均梯度、光谱扭曲程度、相关系数的小程序。(average gradient, correlation coefficient, entropy, cross entropy, joint entropy, mean square error and mutual information, signal to noise ratio, peak signal to noise ratio, )
- 2021-03-30 20:19:09下载
- 积分:1
-
ppbNakagami
处理Gamma乘性噪声的PPB方法,考虑了非局部patch的相似性,可处理SAR图像去噪。(The PPB method for multicative noise removal, which based on the Probabilistic Patch similarity.)
- 2021-04-12 18:18:57下载
- 积分:1
-
TUCKER-denoising
一种新型的基于Tucker张量分解的高光谱图像降噪算法,性能优于传统的维纳滤波(a novel method based on Tucker decomposition for HSI denoising)
- 2021-04-20 23:38:50下载
- 积分:1
-
circle-detection
这个是我自己编写和修改的圆特征检测的程序,能同时求取多个圆的圆心和半径信息。并且文件中有测试图片,直接运行就可以出结果。(The files can detect multi circles in one image at the same time,circle center and R information can be obtained.)
- 2020-12-22 20:19:13下载
- 积分:1