-
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
-
特征检测与匹配
说明: 特征检测与匹配的目标是识别一个图像中的关键点与另一个图像中的对应
点之间的配对。(The goal of feature detection and matching is to identify the key points in one image and the corresponding points in another image)
- 2020-12-04 10:39:34下载
- 积分:1
-
Refinement-algorithm
图像识别起步。裂纹图像二值化及其骨架提取算法.(Image recognition.Crack image binarization and skeleton extraction algorithm is proposed.)
- 2015-05-05 16:05:08下载
- 积分:1
-
FaceRecognition1
基于AdaBoost的人脸检测程序代码(是用c++编写的)(AdaBoost-based face detection program code (written with c++))
- 2013-06-24 15:22:08下载
- 积分:1
-
图像处理程序
图像处理程序,基于K均值聚类的图像分割——灰度图像,基于中位数算法的运动目标检测(Image processing program, image segmentation based on k-means clustering -- gray image, moving target detection based on median algorithm)
- 2020-06-20 14:00:02下载
- 积分:1
-
MutiTargetDetection
多目标检测与跟踪算法的实现,matlab程序,各个函数分开写的,便于调用(Many target detection and tracking algorithm, the realization of the matlab, each function, easy to call the write it separately
)
- 2011-06-09 22:16:32下载
- 积分:1
-
KSVD
KSVD算法程序,完成KSVD重构字典的程序
(KSVD algorithm program to complete the dictionary KSVD reconstruction program)
- 2012-07-30 15:40:37下载
- 积分:1
-
matlab手写数字图像处理样本加函数加测试结果表
如题,matlab手写数字测试图像处理 样本(30+50个)加全代码加测试结果(Like title, matlab handwritten digital test image processing samples (30 + 50) plus full code plus test results)
- 2020-06-23 21:20:01下载
- 积分:1
-
数字全息
说明: 实现了计算机全息图制作和再现,而且再现图片效果良好(A value of two LohmanIII coded images detour phase hologram, by testing the normal operation. The result with image, hologram, and reproducing figure three part.)
- 2019-01-16 22:10:31下载
- 积分:1
-
kmean
c#下实现图像颜色k均值聚类
将像素点颜色分类并合并(c# implementation of color image k-means clustering to classification of color pixels and merge)
- 2009-03-25 17:13:20下载
- 积分:1