ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | List of all members
tests::KalmanTest Class Reference

test the OpenCV Kalman Filter code More...

#include <KalmanTest.h>

Inheritance diagram for tests::KalmanTest:
Inheritance graph
Collaboration diagram for tests::KalmanTest:
Collaboration graph

Public Member Functions

const char * GetName () const
 
void Run ()
 
- Public Member Functions inherited from tests::TestCase
template<class _t1 , class _t2 >
void AssertEqual (_t1 a, _t2 b, const char *fn="", int l=-1)
 
template<class _t1 , class _t2 >
void AssertBelow (_t1 a, _t2 b, const char *fn="", int l=-1)
 
template<class _t1 , class _t2 >
void AssertAbove (_t1 a, _t2 b, const char *fn="", int l=-1)
 
void AssertTrue (bool b, const char *fn="", int l=-1)
 
void AssertFalse (bool b, const char *fn="", int l=-1)
 
- Public Member Functions inherited from ReferenceCount
 ReferenceCount ()
 
virtual ~ReferenceCount ()
 
void IncRefCount ()
 
void DecRefCount ()
 

Detailed Description

test the OpenCV Kalman Filter code

tests cvKalmanCorrect and cvKalmanPredict (one dimension only)

Definition at line 40 of file KalmanTest.h.

Member Function Documentation

const char* tests::KalmanTest::GetName ( ) const
virtual

Implements tests::TestCase.

Definition at line 42 of file KalmanTest.h.

void tests::KalmanTest::Run ( )
virtual

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


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