光流我要分享

Optical flow

matlab 光流

关注次数: 169

下载次数: 0

文件大小: 8.37 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:matlab代码光流法


English Description:

Optical flow method for matlab code function [us,vs] = HSoptflow(Xrgb,n) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This MATLAB code shows a Motion Estimation map created by % using a Horn and Schunck motion estimation technique on two % consecutive frames.  Input requires. %     Xrgb(h,w,d,N) where X is a frame sequence of a certain %                height(h), width (w), depth (d=3 for color),  %                and number of frames (N). 


代码预览