LogoDetectorBase Class Reference

#include <LogoDetectorBase.h>

Inheritance diagram for LogoDetectorBase:
ClassicLogoDetector

List of all members.

Signals

void haveNewInformation (unsigned int framenum, bool haslogo, float debugValue=0.0)

Public Member Functions

 LogoDetectorBase (unsigned int w, unsigned int h)
virtual bool searchForLogo (MythPlayer *player)=0
virtual bool doesThisFrameContainTheFoundLogo (unsigned char *frame)=0
virtual bool pixelInsideLogo (unsigned int x, unsigned int y)=0
virtual unsigned int getRequiredAvailableBufferForSearch ()=0

Protected Member Functions

virtual ~LogoDetectorBase ()

Protected Attributes

bool foundLogo
unsigned int width
unsigned int height

Detailed Description

Definition at line 8 of file LogoDetectorBase.h.


Constructor & Destructor Documentation

LogoDetectorBase::LogoDetectorBase ( unsigned int  w,
unsigned int  h 
) [inline]

Definition at line 13 of file LogoDetectorBase.h.

virtual LogoDetectorBase::~LogoDetectorBase (  )  [inline, protected, virtual]

Definition at line 26 of file LogoDetectorBase.h.


Member Function Documentation

virtual bool LogoDetectorBase::searchForLogo ( MythPlayer player  )  [pure virtual]

Implemented in ClassicLogoDetector.

Referenced by ClassicCommDetector::go().

virtual bool LogoDetectorBase::doesThisFrameContainTheFoundLogo ( unsigned char *  frame  )  [pure virtual]
virtual bool LogoDetectorBase::pixelInsideLogo ( unsigned int  x,
unsigned int  y 
) [pure virtual]
virtual unsigned int LogoDetectorBase::getRequiredAvailableBufferForSearch (  )  [pure virtual]

Implemented in ClassicLogoDetector.

Referenced by ClassicCommDetector::go().

void LogoDetectorBase::haveNewInformation ( unsigned int  framenum,
bool  haslogo,
float  debugValue = 0.0 
) [signal]

Member Data Documentation

Definition at line 29 of file LogoDetectorBase.h.

unsigned int LogoDetectorBase::width [protected]
unsigned int LogoDetectorBase::height [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Mon May 28 06:42:08 2012 for MythTV by  doxygen 1.6.3