Public Member Functions | |
LineFitting (OptionManager &mgr, const std::string &descrName="LineFitting", const std::string &tagName="LineFitting") | |
~LineFitting () | |
Destructor. | |
void | evolve (SimEventQueue &q) |
Layout< PixRGB< byte > > | getDebugImage () |
std::vector< V2::LineSegment > | FitLine (const Image< float > &edges) |
Protected Member Functions | |
SIMCALLBACK_DECLARE (LineFitting, SimEventV1Output) | |
Callback for when a new ganglion output is ready. | |
SIMCALLBACK_DECLARE (LineFitting, SimEventInputFrame) | |
Callback for when a new input frame is available. | |
SIMCALLBACK_DECLARE (LineFitting, SimEventSaveOutput) | |
Callback for every time we should save our outputs. | |
Protected Attributes | |
OModelParam< bool > | itsShowDebug |
Should we show our debug info. |
Definition at line 57 of file LineFitting.H.
LineFitting::~LineFitting | ( | ) |
Destructor.
Definition at line 77 of file LineFitting.C.
LineFitting::SIMCALLBACK_DECLARE | ( | LineFitting | , | |
SimEventSaveOutput | ||||
) | [protected] |
Callback for every time we should save our outputs.
LineFitting::SIMCALLBACK_DECLARE | ( | LineFitting | , | |
SimEventInputFrame | ||||
) | [protected] |
Callback for when a new input frame is available.
LineFitting::SIMCALLBACK_DECLARE | ( | LineFitting | , | |
SimEventV1Output | ||||
) | [protected] |
Callback for when a new ganglion output is ready.
OModelParam<bool> LineFitting::itsShowDebug [protected] |
Should we show our debug info.
Definition at line 86 of file LineFitting.H.