-
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
-
K-Means PCA降维
K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the characteristics of data clustering data. The principal component analysis reduces the dimension, carries on the visualization operation to the data, reduces the dimension to the features.)
- 2017-06-22 22:05:55下载
- 积分:1
-
Tuxingxue
说明: 计算机图形学ppt,
介绍计算机图形学基础(Computer graphics ppt, introduced the basis of computer graphics)
- 2008-12-02 14:00:18下载
- 积分:1
-
功能很全的车牌识别系统源码
车牌识别。系统界面包括车牌图像预处理、定位、矫正、分割、识别等各个步骤的结果显示;显示包括待识别车辆和处理结果图像或数据(License plate recognition. System interface includes license plate image preprocessing, positioning, correction, segmentation, recognition and other steps of the results display; display includes the vehicle to be identified and processing results images or data)
- 2021-04-15 15:48:54下载
- 积分:1
-
CBCT
FDK算法 重建三维图像,期中有GPU并行计算加速fdk算法的实例(back-projection to RECONSTRUCT 3D IMAGE)
- 2018-02-16 05:30:53下载
- 积分:1
-
C# 绘制圆形、矩形、三角形 实例
GDI实例3,绘制圆形、矩形等图形
- 2013-02-10下载
- 积分:1
-
duibiduzengqiang
应用于车牌识别中图像增强部分的对比度增强部分!(试了,出的图像效果对比效果比较明显)(License Plate Recognition used in image enhancement part of the contrast enhancement part! (Tried out the effect of the image contrast more obvious))
- 2008-12-12 22:36:41下载
- 积分:1
-
particalfilter
粒子滤波器(particle filter)程序,用粒子滤波器跟踪运动物体。(Particle filter (particle filter) process, with particle filter to track moving objects.)
- 2021-01-22 11:28:46下载
- 积分:1
-
SUV_DoNoise
利用奇异值分解(SUV)对图像信号分行降噪!(Singular value decomposition (SUV) of the image signal branch noise!)
- 2010-09-24 11:32:36下载
- 积分:1
-
face_recognize
图像处理课程设计——《人脸识别》,用matlab实现的,代码加实现,以及设计报告(Image processing designation of face recognize.)
- 2012-03-31 16:33:29下载
- 积分:1