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

create black and white images with street lines and strong distractors More...

#include <TestFrameSource.h>

Inheritance diagram for TestLineFSStaticErr:
Inheritance graph
Collaboration diagram for TestLineFSStaticErr:
Collaboration graph

Public Member Functions

 TestLineFSStaticErr (CvSize s)
 
IplImage * GetNextFrame ()
 
- Public Member Functions inherited from TestLineFrameSource
 TestLineFrameSource (CvSize s)
 
void SetCentralXPos (int x)
 
int GetCentralXPos () const
 
- Public Member Functions inherited from TestFrameSource
 TestFrameSource (CvSize s)
 
virtual ~TestFrameSource ()
 
int GetFrameNr () const
 
- Public Member Functions inherited from FrameSource
virtual ~FrameSource ()
 
virtual double GetFPS () const
 frames per second More...
 
virtual size_t GetNumInfos () const
 
virtual const RegionInfoGetInfo (size_t idx) const
 
- Public Member Functions inherited from ReferenceCount
 ReferenceCount ()
 
virtual ~ReferenceCount ()
 
void IncRefCount ()
 
void DecRefCount ()
 

Private Attributes

int frameCounter
 
boost::random::taus88 rgen_
 
boost::random::uniform_real_distribution
< double > 
rv_
 
int curLineEnd
 

Additional Inherited Members

- Protected Member Functions inherited from TestLineFrameSource
CvPoint GetCentralPoint () const
 
- Protected Attributes inherited from TestFrameSource
CvSize size
 
GCPointer< ImageHoldercurImg
 
int n
 

Detailed Description

create black and white images with street lines and strong distractors

See Also
TestLineFrameSource

Definition at line 112 of file TestFrameSource.h.

Constructor & Destructor Documentation

TestLineFSStaticErr::TestLineFSStaticErr ( CvSize  s)

Definition at line 121 of file TestFrameSource.h.

References curLineEnd, rgen_, and rv_.

Member Function Documentation

IplImage * TestLineFSStaticErr::GetNextFrame ( )
virtual
Returns
NULL when nothing to get

Reimplemented from TestLineFrameSource.

Definition at line 95 of file TestFrameSource.cpp.

References TestLineFrameSource::GetNextFrame(), and MHDBGMSG.

Member Data Documentation

int TestLineFSStaticErr::curLineEnd
private

Definition at line 119 of file TestFrameSource.h.

Referenced by TestLineFSStaticErr().

int TestLineFSStaticErr::frameCounter
private

Definition at line 114 of file TestFrameSource.h.

boost::random::taus88 TestLineFSStaticErr::rgen_
private

Definition at line 116 of file TestFrameSource.h.

Referenced by TestLineFSStaticErr().

boost::random::uniform_real_distribution<double> TestLineFSStaticErr::rv_
private

Definition at line 117 of file TestFrameSource.h.

Referenced by TestLineFSStaticErr().


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


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