ACT-CV - Machine Vision for Cognitive Modeling
|
contour matching More...
#include <FrameObserver.h>
Public Member Functions | |
MatchContourObs () | |
void | FrameNotifyGray (IplImage *img, IplImage *gray, int frameNr) |
override me More... | |
const char * | GetName () const |
the name of the observer More... | |
Public Member Functions inherited from FrameObsAutoGray | |
FrameObsAutoGray () | |
~FrameObsAutoGray () | |
void | FrameNotify (IplImage *img, int frameNr) |
notification of a new frame More... | |
Public Member Functions inherited from FrameObs | |
virtual void | RegionInfoNotify (const std::vector< RegionInfo > ®ions) |
Public Member Functions inherited from ReferenceCount | |
ReferenceCount () | |
virtual | ~ReferenceCount () |
void | IncRefCount () |
void | DecRefCount () |
Private Attributes | |
MatchContour | matcher |
contour matching
Definition at line 727 of file FrameObserver.h.
MatchContourObs::MatchContourObs | ( | ) |
Definition at line 731 of file FrameObserver.h.
|
virtual |
override me
Implements FrameObsAutoGray.
Definition at line 733 of file FrameObserver.h.
References MatchContour::Match(), and matcher.
|
virtual |
the name of the observer
This is used to avoid that two instances of the same observer class are added to the observer list.
Implements FrameObs.
Definition at line 737 of file FrameObserver.h.
|
private |
Definition at line 729 of file FrameObserver.h.
Referenced by FrameNotifyGray().