搜索资源列表
VideoRS
- 视频检索软件,yuv播放/宏块信息/直方图/视频播放
视频镜头分割
- 本代码实现了视频镜头分割,采用基于颜色直方图的方法-This code implements the video shot segmentation, using the method based on color histogram
ParticleTrack
- 基于彩色直方图的粒子滤波视频跟踪算法,非常有用-n adaptive color-based particle filter tracking
cameraHSV
- OpenCV实时显示摄像头视频中H(HSV)通道的直方图-OpenCV camera video real-time display of H (HSV) histogram channel
shot-detecting
- 多种基于内容的视频检索镜头分割算法matlab程序,主要是检测突变,有基于直方图的方法,基于X2直方图的方法,基于像素的方法以及基于边缘轮廓法对比!对于这一领域的研究具有很好的入门作用!也是本人毕业论文所写的!视频文件建议先分离掉声音,仅保留图像系列,文件须为mpg!-A variety of content-based video retrieval lens matlab segmentation procedures, the major mutations are detected, t
Lab522-VideoHistogramEnhance
- 视频图像处理-直方图均衡化增强-Video image processing- histogram equalization to enhance! ! ! ! ! ! ! ! ! ! ! !
HoGnew
- 基于数字视频处理的图像中的行人检测代码里面十分重要的梯度直方图提取技术的代码.-Digital video processing based on images of the importance of pedestrian detection code inside the gradient histogram extraction code.
test
- vc和opencv环境下人脸角点检测与运动跟踪 直方图,滤波器,焦点检测,运动跟踪,视频存储-failed to translate
opencv-hist
- opencv下视频的rgb和灰度直方图计算、对比-opencv under the video rgb and grayscale histogram calculation, compared
Opencv_Quiz2
- 从摄像头提取视频文件,并显示每个图像帧的灰度直方图与一维RGB彩色直方图,并且比较上述直方图的距离。有四种比较方法一一实现了。-Extract the video file from the camera and display each image frame of gray-scale histogram and the one-dimensional RGB color histogram, and compare the histogram distance. There are fou
video
- opencv读入一段视频,并且显示每一帧的RGB灰度直方图变化-opencv read into a video, and displays each frame of the RGB histogram changes
Complete-identification-including-skin-and-the-act
- 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程,还有一下其它的人脸检测的背景知识-The purpose of this paper is to provide an I developed SSE optimized, C++ library, used for face d
camshiftInMFC
- 在MFC中显示视频, 并且用opencv的camshift算法跟踪目标, 用的是颜色直方图.-MFC shown in the video, and the camshift algorithm using opencv tracking targets using a color histogram.
HistBackground
- 函数HistBackground功能是将高速公路的视频文件中的多帧图片利用统计直方图的方法提取不含运动车辆的背景,-Function HistBackground function is to freeway video files of images using statistical histogram to extract the background without moving vehicles,
shotsplit
- 基于直方图的视频分割,用opencv实现的,运行前需要搭建好环境-Histogram based segmentation, implemented with opencv, running before the need to build a good environment
code
- 利用MATLAB读取视频,并将视频帧图像保存下来;利用直方图差分法进行视频场景分割;(Read the video, and save the video frame image)
基于颜色直方图的视频镜头分割
- 基于颜色直方图的视频镜头分割.很棒的啦啦啦啦啦啦啊(Video shot segmentation based on color histogram)
18
- 18.【计算摄像头采集视频的直方图反投影】calcBackProject2(18. [calculation camera capture video histogram back projection] calcBackProject2)
基于直方图优化的图像去雾技术
- 解决视频录制的时候的结雾看不清的问题,通过直方图均匀优化来增强图片效果(to remove the fog during take video.)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进