#include "Channels/ChannelBase.H"
#include "Channels/ComplexChannel.H"
#include "Component/ModelParam.H"
#include "Image/ImageSet.H"
#include "Image/fancynorm.H"
#include "Util/SimTime.H"
Go to the source code of this file.
Classes | |
class | DirectFeedChannel |
Direct Feed Channel. More... | |
class | MultiDirectFeedChannel |
Multi Direct Feed Channel. More... | |
Typedefs | |
typedef std::vector< ImageSet < float > > | PyrVec |
A vector of ImageSets - to be used as input to MultiDirectFeedChannel. |
the source for DirectFeedChannel and MultiDirectFeedChannel
Definition in file DirectFeedChannel.H.
typedef std::vector< ImageSet<float> > PyrVec |
A vector of ImageSets - to be used as input to MultiDirectFeedChannel.
Definition at line 172 of file DirectFeedChannel.H.