libcvautomation  2.0
Classes | Defines
libcvautomation.h File Reference

The top-level include for all projects involving libcvautomation. More...

#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <opencv2/core/core_c.h>
#include <opencv2/highgui/highgui_c.h>
#include <opencv2/imgproc/imgproc_c.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  cvaPoint
 Very simple structure to standardize how points are used in libcvautomation. More...
struct  cvautomationList
 Implements a structure to build an array for methods like matchSubImage_a() More...

Defines

#define LIBCVAUTOMATION_VERSION   "2.0"
 Define what version of Libcvautomation we are using.
#define LIBCVAUTOMATION_BUGREPORT   "bspeice@uncc.edu"
 Define who to send bug reports to for Libcvautomation.

Detailed Description

The top-level include for all projects involving libcvautomation.

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.

Author:
Bradlee Speice

Definition in file libcvautomation.h.


Define Documentation

#define LIBCVAUTOMATION_VERSION   "2.0"

Define what version of Libcvautomation we are using.

This define provides access to what version of Libcvautomation we're using. All times that you need to know what it is should use this.

#define LIBCVAUTOMATION_BUGREPORT   "bspeice@uncc.edu"

Define who to send bug reports to for Libcvautomation.

This define provides access to who should be emailed in case of a Libcvautomation bug. All times that you need to know what it is should use this.

 All Classes Namespaces Files Functions Defines