ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Private Attributes | List of all members
MatchContourObs Class Reference

contour matching More...

#include <FrameObserver.h>

Inheritance diagram for MatchContourObs:
Inheritance graph
Collaboration diagram for MatchContourObs:
Collaboration graph

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 > &regions)
 
- Public Member Functions inherited from ReferenceCount
 ReferenceCount ()
 
virtual ~ReferenceCount ()
 
void IncRefCount ()
 
void DecRefCount ()
 

Private Attributes

MatchContour matcher
 

Detailed Description

contour matching

Definition at line 727 of file FrameObserver.h.

Constructor & Destructor Documentation

MatchContourObs::MatchContourObs ( )

Definition at line 731 of file FrameObserver.h.

Member Function Documentation

void MatchContourObs::FrameNotifyGray ( IplImage *  img,
IplImage *  gray,
int  frameNr 
)
virtual

override me

Implements FrameObsAutoGray.

Definition at line 733 of file FrameObserver.h.

References MatchContour::Match(), and matcher.

const char* MatchContourObs::GetName ( ) const
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.

See Also
FrameLoop

Implements FrameObs.

Definition at line 737 of file FrameObserver.h.

Member Data Documentation

MatchContour MatchContourObs::matcher
private

Definition at line 729 of file FrameObserver.h.

Referenced by FrameNotifyGray().


The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)