ACT-CV - Machine Vision for Cognitive Modeling
|
the different computer vision algorithms More...
#include <vector>
#include <map>
#include <iostream>
#include <sstream>
#include <algorithm>
#include <cv.h>
#include <highgui.h>
#include <mhexcptn.h>
#include <DynamicsHelpers.h>
#include <GCString.h>
#include <StoppUhr.h>
#include <Threads/Mutex.h>
#include <oflow/OpticalFlow.h>
#include "FrameSource.h"
#include "ActCvSource.h"
#include "RegionInfo.h"
#include <Matcher.h>
#include "server/ACT-CV.i"
#include "server/ResultHolder.h"
Go to the source code of this file.
Classes | |
class | FrameObs |
observer for frames: abstract base class More... | |
class | FrameObsSupport |
support for FrameObs More... | |
class | FpsFrameObs |
calculate the current frame rate More... | |
class | WriterObs |
simple video writer More... | |
class | FrameObsWindow |
show the images in a named window More... | |
class | MatchObs |
subimage matching More... | |
class | ImageCopy |
create a copy of an image (for output) More... | |
class | ColorObs |
color matching More... | |
class | DiffObs |
diff to last frame More... | |
class | TextObs |
text extraction More... | |
class | FrameObsAutoGray |
create a gray scale copy of the image if needed More... | |
class | AttendedLocObs |
show the current attended location of ACT-Rs vision module More... | |
class | OFlowObs |
optical flow (observer version) More... | |
class | MatchContourObs |
contour matching More... | |
class | LineObs |
find lines in the video frames More... | |
Macros | |
#define | ATTLOC_CROSS_LWIDTH 2 |
line width of the cross indicating the point of attention More... | |
the different computer vision algorithms
Definition in file FrameObserver.h.
#define ATTLOC_CROSS_LWIDTH 2 |
line width of the cross indicating the point of attention
Definition at line 586 of file FrameObserver.h.
Referenced by AttendedLocObs::PrintCross().