 mhthreads | Cross platform threading helpers |
  Condition | |
  Mutex | |
  ScopedLock | Acquire a lock at the begin of a scope and automatically release it |
  ThreadSafeVector | Windows version of a thread safe vector |
 tests | Testing ACT-CV |
  DummyActCvSource | Dummy vision source |
  DummyActCvObserver | Dummy vision observer |
  ActCvObsTest | Tests ActCvObsSupport |
  DummyFrameSource | Dummy vision source |
  DummyFrameObserver | Dummy vision observer |
  FrameObsTestDifferent | Tests ActCvObsSupport |
  FrameObsTestEqualNames | Tests ActCvObsSupport |
  KalmanTest | Test the OpenCV Kalman Filter code |
  MatchTest | Test MatchImage |
  TestFailure | Exception class for test failure |
  TestCase | Single test case |
  TestSuite | Suite of test cases |
   Tester | Run the test case |
 ActCvClient | Distributed ACT-CV: client class |
 ActCvObserver | Abstract base class of observers of an ActCvSource |
 ActCvObsSupport | Support for ActCvObserver |
 ActCvServer | Tcp server for ACT-CV |
 ActCvServerAutoStop | Kill the server at program exit |
 ActCvSource | Anything that creates a symbolic representation of something |
 AlgOption | What algorithm shall be run on the frames? |
 AttendedLocObs | Show the current attended location of ACT-Rs vision module |
 BGMatchers | Class for running many matchers in many threads |
  ThreadData | Work packet for a thread |
 BMFontInfo | Bitmap Font Info |
 CharAtPos | Holds a char and its position on the screen |
 Chi | Chi square distribution |
 ClientError | Simple exception class used by ActCvClient |
 ColorObs | Color matching |
 Corr | Correlation between two variables |
 DiffObs | Diff to last frame |
 DMatrix | Matrix of type double |
 ExpGlaett | Exponential smoother |
 FileLineException | Simple exception class holding the current line and the file name |
 FisherZ | Fisher's Z distribution |
 FocusObserver | Tell me where the agent looks |
 FocusObsSupport | Support for FocusObserver |
 FpsFrameObs | Calculate the current frame rate |
 FpsOption | Show the current frame rate? |
 FrameLoop | Loop |
 FrameLoopImpl | Implementation of the loop |
 FrameObs | Observer for frames: abstract base class |
 FrameObsAutoGray | Create a gray scale copy of the image if needed |
 FrameObsSupport | Support for FrameObs |
 FrameObsWindow | Show the images in a named window |
 FrameSource | Abstract base class for any source of image sequences |
 GCPLess | Predicate that redirects to the operator < of the references objects |
 GCPointer | Pointer to objects of class ReferenceCount that performs garbage collection |
 GCString | String for the use with GCPointer |
 GCWString | Wide char version of GCString |
 HSV | Pixel in the HSV color model |
 ImageCopy | Create a copy of an image (for output) |
 ImageFrameSource | FrameSource that always returns the same (single) image |
 ImageHolder | Extend the GCPointer<_t> garbage collection to IplImage |
 Job | Something to do in the background thread |
 JVM | Java virtual machine |
 KalmanFilter | Kalman filter for systems with constant velocity |
 Line | Used for data exchange |
 LineException | Simple exception class holding the line in the file |
 LineObs | Find lines in the video frames |
 Linie | Strait line with polar coordinates and end points |
 Logit | Logit and expit transformations |
 MatchBase | Base class for matching |
 MatchContour | Find a contour in the image |
 MatchContourObs | Contour matching |
 MatchImage | Search for something in a bigger image |
 MatchObs | Subimage matching |
 Mean | Statistical average |
 MeanMinMax | Statistical average, minimum, and maximum |
 MeanZero | Statistical average for more complicated stuff. Use Mean instead |
 Mittelwert | Average of all values |
 ObjectPosition | Holds the result data |
 OFlowObs | Optical flow (observer version) |
 OpenCVFrameSource | FrameSource that wraps OpenCVs CvCapture |
 OpticalFlow | Calculate the optical flow for some points in the image |
  Particle | Position of an edge in the image |
 Option | Abstract superclass for a command line option |
 Options | Container for all options |
 Phi | Phi distribution |
 PolLinie | Strait line in polar coordinates |
 Pos | Fixed length vector that is interpreted as position |
 Punkt | Point (integer coordinates) |
 QtCaptureSource | Screen grabber based on Qt |
 QtFrameSource | FrameSource that uses QtWebKit |
 ReferenceCount | Count the number of references and delete the object if the number is zero |
 RegionInfo | Data holder for textual elements on the screen |
 Regr | Bivariate regression |
 ResultData | This helper class holds a single result |
 ResultHolder | This class actually holds the results |
 ResultSource | Abstract base class for anything that generates a result |
 RingBuf | Ringbuffer for arbritrary types |
 Robot | Wrapper for java.awt.Robot |
 RobotFrameSource | FrameSource that uses java.awt.Robot to grab the screen |
 RundenZeitenClock | Take a time using the ANSI C time() function |
 RundenZeitenTime | Take a time using the ANSI C time() function |
 ServerError | Simple exception class used by ActCvServer |
 ServerOption | Enable the ActCvServer |
 SourceOption | Choose the source for the frames |
 SquareOperation | How to square something |
 SquareOperation< DMatrix< zeilen, 1 > > | How to multiply a vector with itself |
 statistics_exn | Exception class for statistics errors |
 StillImage | Always return the same image |
 StoppUhrClock | Take a time using the ANSI C clock() function |
 StoppUhrTime | Take a time using the ANSI C time() function |
 TestFrameSource | Create random gray images |
 TestLineFrameSource | Create black and white images with strong street lines |
 TestLineFSStaticErr | Create black and white images with street lines and strong distractors |
 TextObs | Text extraction |
 ThreadSafePointerQueue | Cross platform thread safe queue for pointers |
 ThreadSafeQueue | Cross platform thread safe queue |
 TrimmedMean | Compute a trimmed mean |
 Var | Mean and variance |
 Veraenderung | Difference to the last one (first derivation) |
 WriterObs | Simple video writer |