www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcfoundation/@imageSeqProvider/getFrame.m

    function framedata = getFrame(h, framenum)
%GETFRAME Retrieve a single frame from an image sequence
%
%  DATA = GETFRAME(H, FRAMENUM)
%

%  Copyright 2000-2008 The MathWorks, Inc. and Ford Global Technologies, Inc.



% This is a base class method that must be overridden to do something sensible

framedata = [];