Public Member Functions | |
SaliencyModuleI (OptionManager &mgr, const std::string &descrName="SaliencyModule", const std::string &tagName="SaliencyModule") | |
void | updateFrame (Image< PixRGB< byte > > img, bool isFwdCamera) |
void | updateFrame (Image< PixRGB< byte > > img, string cameraId) |
virtual void | registerTopics () |
and registerPublisher calls that you would like to happen automatically after init. |
Definition at line 23 of file SaliencyModuleI.H.
void SaliencyModuleI::registerTopics | ( | ) | [virtual] |
and registerPublisher calls that you would like to happen automatically after init.
Register Topics: This function is called at the end of init, and is virtual so that is can be overloaded by chid classes. In your overloaded version you should put all of the registerSubsciption
Reimplemented from RobotBrainComponent.
Definition at line 34 of file SaliencyModuleI.C.
References RobotBrainComponent::registerPublisher().