-
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
-
c++编译动态链接库示例源码 以及使用方法
如何编译动态连接库,及其使用方法
- 2014-04-27下载
- 积分:1
-
硬件设计文件(Eagle文件)
mega2560 硬件设计文件(Eagle文件)(mega2560 hardware design)
- 2020-06-16 09:40:02下载
- 积分:1
-
Conv_en--Decoder
concolution sunum teknolojı lerı
- 2011-05-15 05:15:59下载
- 积分:1
-
ReceiveMessageer
接收系统消息不示例,可以提供初学者使用.(receive system message demon .using VC++)
- 2012-12-09 18:01:17下载
- 积分:1
-
基于51单机的MQ系列传感器采集程序
基于51单机的MQ系列传感器采集程序,实现信号采集处理分析的功能,用于烟雾,煤气等气体浓度报警。
- 2022-03-17 20:24:11下载
- 积分:1
-
ISO14229-4-2012
Road vehicles — Unified diagnostic
services (UDS) —
Part 4:
Unified diagnostic services on FlexRay
implementation (UDSonFR)
- 2015-11-01 17:48:43下载
- 积分:1
-
jihejianmo
说明: 点云几何建模,根据树干模拟圆柱。采用的算法是最小二乘拟合圆,得出各段圆心坐标,在根据各段半径,模拟出圆柱(Point cloud geometric modeling, according to the trunk simulation cylinder. The algorithm used is the least square fitting circle to get the coordinates of the center of each section. According to the radius of each section, the cylinder is simulated)
- 2020-05-06 10:29:34下载
- 积分:1
-
KDTreeTest
一个KDtree的程序,包含建树过程和消耗的时间。(A KDtree procedures, including the contribution to the process and time consuming.)
- 2020-12-22 10:29:08下载
- 积分:1
-
face-opencv-cPP
基于opencv 人脸识别 pca 算法 c++的实现 (Pca-based face recognition algorithm opencv c++ implementation)
- 2011-05-06 20:47:17下载
- 积分:1