ACT-CV - Machine Vision for Cognitive Modeling
Classes | Macros | Typedefs
Matcher.h File Reference

find something in a larger image More...

#include <cv.h>
#include <garbagecoll.h>
#include <vector>
Include dependency graph for Matcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MatchBase
 base class for matching More...
 
class  MatchImage
 search for something in a bigger image More...
 
class  BGMatchers
 class for running many matchers in many threads More...
 
struct  BGMatchers::ThreadData
 work packet for a thread More...
 
class  MatchContour
 find a contour in the image. More...
 

Macros

#define NUM_THREADS   2
 

Typedefs

typedef int HANDLE
 

Detailed Description

find something in a larger image

Definition in file Matcher.h.

Macro Definition Documentation

#define NUM_THREADS   2

Definition at line 202 of file Matcher.h.

Referenced by BGMatchers::Match(), and BGMatchers::SetUpMatchers().

Typedef Documentation

typedef int HANDLE

Definition at line 35 of file Matcher.h.



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