A template-matching channel for detecting pedestrians. More...
#include <Channels/PedestrianChannel.H>
Public Member Functions | |
PedestrianChannel (OptionManager &mgr) | |
Constructor. | |
virtual | ~PedestrianChannel () |
Virtual destructor. | |
Protected Member Functions | |
virtual void | start1 () |
Protected Attributes | |
NModelParam< int > | itsMinScale |
smallest scale to use in template matching | |
NModelParam< int > | itsMaxScale |
largest scale to use in template matching |
A template-matching channel for detecting pedestrians.
Definition at line 45 of file PedestrianChannel.H.
PedestrianChannel::PedestrianChannel | ( | OptionManager & | mgr | ) |
Constructor.
Definition at line 70 of file PedestrianChannel.C.
PedestrianChannel::~PedestrianChannel | ( | ) | [virtual] |
Virtual destructor.
Definition at line 77 of file PedestrianChannel.C.
void PedestrianChannel::start1 | ( | ) | [protected, virtual] |
If you overload this, make sure you call SingleChannel::start1() at the beginning of your overload
Reimplemented from TemplateMatchChannel.
Definition at line 81 of file PedestrianChannel.C.
References NModelParam< T >::getVal(), itsMaxScale, itsMinScale, and OModelParam< T >::setVal().
NModelParam<int> PedestrianChannel::itsMaxScale [protected] |
largest scale to use in template matching
Definition at line 56 of file PedestrianChannel.H.
Referenced by start1().
NModelParam<int> PedestrianChannel::itsMinScale [protected] |
smallest scale to use in template matching
Definition at line 55 of file PedestrianChannel.H.
Referenced by start1().