#include <stdio.h>
#include <string.h>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/XTest.h>
#include <libcvautomation/libcvautomation-opencv.h>
#include <libcvautomation/libcvautomation-xlib.h>
#include <libcvautomation/libcvautomation-xtest.h>
Go to the source code of this file.
Classes | |
struct | cvautomationList |
Implements a structure to build an array for methods like matchSubImage_a(). More... | |
struct | cvaPoint |
Very simple structure to standardize how points are used in libcvautomation. More... | |
Defines | |
#define | LIBCVAUTOMATION_VERSION "1.2" |
#define | LIBCVAUTOMATION_BUGREPORT "bspeice@uncc.edu" |
This source file includes all other files needed for libcvautomation projects, and also defines the cvautomationList and cvaPoint structs to be used among libcvautomation functions. Please note that while the opencv2 version is being documented, there is no actual difference in usage for opencv version 1.
Definition in file libcvautomation.h.