文件名称: OpticalFlow下载
收藏√ [
5 4 3 2 1 ]
开发工具: matlab
文件大小: 2808 KB
上传时间: 2013-06-01
下载次数: 17
提 供 者: 闵超波
详细说明:基于光流法的运动估计.matlab与C++混编。可以实现视频中运动目标的运动估计。参考论文:Beyond Pixel: Exploring new representations and application for motion analusis-Based on optical flow motion estimation. Matlab mixed with C++. Reference papers: Beyond Pixel: Exploring new representations and application for motion analusis
文件列表(点击判断是否您需要的文件,如果是垃圾请在下面评价投诉):
OpticalFlow\car1.jpg
...........\car2.jpg
...........\Coarse2FineTwoFrames.mexmaci64
...........\Coarse2FineTwoFrames.mexw32
...........\Coarse2FineTwoFrames.mexw64
...........\computeColor.m
...........\demoflow.asv
...........\demoflow.m
...........\flowToColor.m
...........\frame2gif.m
...........\mex\Coarse2FineTwoFrames.asv
...........\...\Coarse2FineTwoFrames.cpp
...........\...\Coarse2FineTwoFrames.m
...........\...\Coarse2FineTwoFrames.mexmaci64
...........\...\Coarse2FineTwoFrames.mexw32
...........\...\Coarse2FineTwoFrames.mexw64
...........\...\GaussianPyramid.cpp
...........\...\GaussianPyramid.h
...........\...\hello.c
...........\...\hello.mexw32
...........\...\Image.h
...........\...\ImageIO.h
...........\...\ImageProcessing.h
...........\...\Matrix.h
...........\...\NoiseModel.h
...........\...\OpticalFlow.cpp
...........\...\OpticalFlow.h
...........\...\project.h
...........\...\Stochastic.cpp
...........\...\Stochastic.h
...........\...\Vector.h
...........\output\car_flow.jpg
...........\......\car_input.gif
...........\......\car_warp.gif
...........\......\table_flow.jpg
...........\......\table_input.gif
...........\......\table_warp.gif
...........\readme.txt
...........\table1.jpg
...........\table2.jpg
...........\warpFL.m
...........\warpFLColor.m
...........\mex
...........\output
OpticalFlow
输入关键字,在本站238万海量源码库中尽情搜索:
帮助
[OpticalFlow_matlab_cPP.zip] - 快速的光流检测算法,外层代码使用matlab包装,核心源码使用C++实现
[mex.rar] - Mex库,支持Matlab中调用C++代码,实现综合运用
[L_K.rar] - 运用光流法对输入的图像的特定区域进行跟踪,判定视频特定区域的下一帧走向
[AVI.rar] - 光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测
[OpticalFlow.zip] - optical flow matlab file for reference
[optical-flow-motion-tracking.rar] - 利用matlab实现了基于光流的运动估计
[LK.rar] - 基于LK的光流场计算以及跟踪,自己编的。
[opticalflowmatlabcodes.rar] - 使用光流法进行的视频图像分割The Lucas-Kanade algorithm for motion estimation was used, and was implemented in Matlab due to the fact that most of the matrix operati
[KeyFrameDiff.rar] - 我的毕业设计,用matlab编的关键帧提取的代码,参考了光流法的代码。是基于帧差的欧式距离,均值,方差,差异系数下的关键帧提取。代码调试通过,运行结果理想,与大家分享下。
[algo_affine_tracking.zip] - 这是仿射变换与金字塔光流法结合的文献。。。里面伪代码已经写的非常详细了。。直接看文章就可以把代码写出来。