-
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
-
eye_regiloc
本程序通过水平和垂直灰度投影,框选出灰度面部图像中的眼睛区域。(This program is used to locate eye region in gray facial image by means of horizontal and vertical projection.)
- 2009-04-21 22:27:12下载
- 积分:1
-
edge
对图片预处理加入高斯噪声,各种经典边缘检测算子对图像进行边缘提取(Gaussian noise on the image pre-processing, a variety of classic edge detection operator to extract image edge)
- 2013-11-25 20:50:35下载
- 积分:1
-
双峰法阈值分割
说明: 双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素集合进行一个划分,得到的每个子集形成一个与现实景物相对应的区域,各个区域内部具有一致的属性,而相邻区域不具有这种一致属性。这样的划分可以通过从灰度级出发选取一个或多个阈值来实现。(Threshold segmentation)
- 2018-03-29 09:29:03下载
- 积分:1
-
ikxfy
Add noise processing, Various kalman filter design, There are reference Oh.
- 2017-07-02 18:25:39下载
- 积分:1
-
decon
基于最小相位雷克子波反褶积的matlab程序,有脉冲反褶积,最小平方反褶积和预测反褶积(Matlab program based on the the Leike Zi wave pulse deconvolution)
- 2012-05-25 13:56:49下载
- 积分:1
-
pcannc
主分量分析对SAR图像目标进行特征提取,用最近临方法进行分类(Principal component analysis(PCA) of SAR image target feature extraction, classification using nearest-neighbor method)
- 2021-01-01 21:58:58下载
- 积分:1
-
head-3d-restruction
利用matlab对头颅图像进行三维重建的实用算法(Practical three-dimensional image reconstruction algorithm using matlab)
- 2013-05-21 10:38:27下载
- 积分:1
-
target-training
训练图片中检测到的目标,检测特征是基于梯度方向直方图(training target)
- 2012-07-09 21:58:41下载
- 积分:1
-
d3dle5
说明: 计算机图形学中应用VC++6.0和DirectX 8.0 SDK制作彩色旋转的金字塔和正方体的小程序(computer graphics application VC 6.0 and DirectX 8.0 SDK produced color rotating cube pyramid and the small program)
- 2005-12-14 13:49:08下载
- 积分:1