 ACT-CV.i | Public interface of the "Computer Vision for ACT-R" package |
 ActCvClient.cpp | Demo client of the ACT-CV Ice server |
 ActCvImpl.cpp | Implementation of the ACT-CV Ice server |
 ActCvImpl.h | Implementation of the ACT-CV Ice server |
 ActCvObsTest.h | Test ActCvObsSupport |
 ActCvSource.h | Observers for the results of the machine vision algorithms |
 client.cpp | Demo client for the tcp server |
 Condition.h | Cross platform condition variable |
 config.h | Global configuration options |
 distrib.h | Distribution functions for statistics |
 DMatrix.h | Matrices of double precision floating points |
 DynamicsHelpers.h | Templates for dynamic features |
 FrameLoop.cpp | Loops for the different algorithms working on sequences of frames |
 FrameLoop.h | Loops for working on sequences of frames |
 FrameObserver.cpp | Different algorithms working on sequences of frames |
 FrameObserver.h | Different computer vision algorithms |
 FrameObsTest.h | Test FrameLoop |
 FrameSource.h | Frame = image in a sequence / video |
 garbagecoll.h | Poor man's (synchronous) garbage collection |
 GCString.h | Extend the GCPointer<_t> garbage collection to strings |
 ImageFrameSource.cpp | FrameSource that always returns the same image |
 ImageFrameSource.h | FrameSource that always returns the same image |
 JVM.cpp | Use the Java JNI Invocation API to create a new VM from C++ |
 JVM.h | Use the Java JNI Invocation API to create a new VM from C++ |
 KalmanTest.h | Test the OpenCV Kalman Filter code |
 linien.cpp | Line functions |
 linien.h | Line functions |
 main.cpp | Main function of the standalone version of ACT-CV |
 Matcher.h | Find something in a larger image |
 MatchTests.h | Test MatchImage |
 mhexcptn.h | Exceptions and debugging macros |
 Mutex.h | Cross platform mutually exclusice section |
 OpenCVFrameSource.cpp | OpenCV FrameSource |
 OpenCVFrameSource.h | OpenCV FrameSource |
 OpenCVHelpers.cpp | Helpers for OpenCV |
 OpenCVHelpers.h | Helper functions for OpenCV |
 OpenCVKalman.h | Kalman filter code from OpenCV |
 OpticalFlow.cpp | Calculate the optical flow using OpenCV |
 OpticalFlow.h | Calculate the optical flow using OpenCV |
 Options.h | Options on the command line |
 Pos.h | Positions in n-dimensional space |
 punkt.h | Point in two-dimensional space |
 QtFrameSource.cpp | FrameSource that uses Qt |
 QtFrameSource.h | FrameSource that uses Qt |
 RegionInfo.h | Simple data holder for textual elements |
 ResultHolder.h | Hold a result that is a list of things in a thread safe way |
 RGBtoHSV.h | Colorspace conversion |
 Robot.cpp | Wrapper for java.awt.Robot and glue with OpenCV |
 Robot.h | Wrapper for java.awt.Robot and glue with OpenCV |
 RobotFrameSource.cpp | java.awt.Robot FrameSource |
 RobotFrameSource.h | java.awt.Robot FrameSource |
 server-main.cpp | Computer vision server provides the interface to ACT-R |
 statistiken.h | Templates for univariate statistics |
 StoppUhr.h | Record times in several manners |
 TcpClient.cpp | Client of distributed ACT-CV |
 TcpClient.h | Client of distributed ACT-CV |
 tcpserver.cpp | Tcp server for ACT-CV |
 tcpserver.h | Tcp server for ACT-CV |
 TestCase.h | Test case definition |
 testclient.cpp | Test client for the computer vision server |
 TestFrameSource.cpp | Create random gray images |
 TestFrameSource.h | Create test images |
 tests.cpp | Tests for act-cv |
 ThreadSafeQueue.h | Thread safe queue |
 ThreadSafeVector.h | Thread safe vector, windows only |