搜索资源列表
ImageBoard.rar
- 使用vc6.0编的一个类似windows画图程序的软件,主要有四大功能,一,画图,自己选择颜色,线型,填充方式,还有选择框,橡皮擦等功能。二,图像变换,主要有旋转,缩放。改变相框大小。三,颜色处理,可以实现彩色与灰度图像的转换,颜色过滤,颜色调整,亮度、对比度调整。四,图像处理,主要实现平滑,锐化,中值滤波,边缘检测,傅里叶变换等等。 这个程序相当于一个画图和一个photoshop软件的综合,功能十分强大。,Vc6.0 compiled using a drawing program simi
vcas_2009
- A method to detect new objects in a scene by comparing an input query image and a movie database captured beforehand is proposed. Our method is based on both feature point matching and edge matching. First, we select the most matched movie from t
2
- matlab下使用帧差法实现视频跟踪,提供了一个测试视频和完整的说明文档 已验 无错 放心使用 改一下视频路径即可-matlab to use the frame difference method for video tracking, provides a test video and full documentation is error-free ease of use experience to change the path to your video
tracing-to-moving-object
- 采用了一种根据灰度特征进行模式匹配的跟踪算法提高了模板匹配法对于目标运动姿 态变化的自适应能力仿真结果表明上述算法在目标方向平移旋转以及图像背景对比度亮度发生改变时均能较好的检测到目标-It is presented in this paper that a modified version of it which incorporating with frame difference and multi-resolution matching. By introducing pre
ForegroundExtract
- 视频捕捉的对象中,背景通常保持不变。一般分析中关注移动的前景物体,威力提取出前景物体,需要建立背景的模型,将模型和当前帧进行比对检测前景物体。前景提取应用非常广泛,特别是在智能监控领域中。 如果有不含前景物体的背景图片,提取前景的工作相对容易,只需要比对当前帧和背景图片的不同,调用函数absdiff实现。但是大多数情况,获得背景图片是不可能的,比如在复杂的场景下,或者有光线条件的变化。因此,就需要动态的变换背景。一种简单的办法是对所观察到的图片取平均,但这样做也有很多弊端,首先,这种办
duozhen
- 对三帧差法进行改进后的多帧融合差分法,改变原有提取帧的方法-Improved multi-frame to fusion difference method, a change in the original extract frames of three poor law
bestway1
- 採用算數平均法提取背景圖像,可以總結為在特定的時間段內對圖元點的亮度和彩色資訊取平均值,用平均值作為背景圖像對應圖元點數值。在讀入一段視頻時,對某一圖元點進行觀察,會發現在沒有前景的運動目標通過時,該點的灰度值保持穩定,變化很小,只有當前景的運動目標通過時,該點的灰度才會發生劇烈的變化。這樣就可以連續讀入N幀圖像,對圖像各點的灰度或色彩信息進行統計的方法,使得變化劇烈的像素點變的平緩,取其平均值作為背景圖像像素點的值。-Using the arithmetic mean method extra
frame-differential-method-
- 源代码在matlab实现相邻帧间差分法对于视频中对移动目标的识别。附送视频,在matlab上能打开的视频只有无压缩的AVI视频。视频背景没有变化的情况下,处理效果很好。-The source code in matlab between adjacent frame difference method for the recognition of moving target in the video. Attached to the video, can open the video on th
dualME
- 双重运动估计的一个exe执行程序 里面有程序的 具体参数设置 可以灵活的转变视频帧速率变 -Motion estimation of a dual execution inside exe program specific parameter settings can be flexibly change video frame rate
6200856
- 彩色图像转换为灰度图 基于VB的代码 VB将彩色图像转换为灰度图,设定所有Pixel的改变不立即在pictureBox上显示,为图片框载入图片,点击“转换为灰度”按钮,即可完成转换。-Color images are converted to grayscale based on VB code VB convert a color image to grayscale, set to change all Pixel is not immediately on the pictureBox d
OpticalFlow
- 光流是利用图像序列中像素在时间域上的变化以及相邻帧之间的相关性来找到上一帧跟当前帧之间存在的对应关系,从而计算出相邻帧之间物体的运动信息的一种方法。-Optical flow method is to use the pixels in the image sequence in the change of time domain and the correlation between adjacent frames to find on a frame with the correspondi
resize
- 将视频一帧一帧提取出来,并将每一帧都改变大小,采用线性变换-A a video is extracted, and change the size of each frame, using a linear transformation
GUI
- 图像叠加,将一帧图片叠加到另一帧,可以改变图片的位置大小-Image overlay, a frame image overlay to another,it is easy to change the position and of the image
FileWaterMarkDlg
- 读取视频文件,对视频文件添加文字。可以改变文字的大小,位置和颜色。保存到视频的每一帧中。-Read video files, video files add text. You can change the text size, position and color. Save to each frame of video.
video1
- 视频分帧成图片的matlab程序,非常好用,在MATLAB环境下编译运行,需要根据你的avi视频将每帧生成jpg图片,程序简单,可读性好,可直接运行,运用时需要更改视频的名字,将视频和程序放在同一文件夹下-Very good, in the MATLAB environment to compile and run, according to your avi video will generate jpg picture of each frame, the program is simple
基于帧差法多目标跟踪Matlab代码
- 非常完整的帧差法多目标跟踪Matlab代码,并提供了完整的文档介绍,非常适合初学者学习。注:运行时要改一下文件路径,以及把视频文件转成图像序列输入。(Very complete frame difference method, multi-target tracking Matlab code, and provides a complete documentation, very suitable for beginners to learn. Note: at run time, you c
