mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
92 lines
2.4 KiB
Groff
92 lines
2.4 KiB
Groff
.TH "libcvautomation.h" 3 "18 Jul 2012" "Version 1.2" "libcvautomation" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
libcvautomation.h \- The top-level include for all projects involving libcvautomation.
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include <stdio.h>\fP
|
|
.br
|
|
\fC#include <string.h>\fP
|
|
.br
|
|
\fC#include <opencv/cv.h>\fP
|
|
.br
|
|
\fC#include <opencv/highgui.h>\fP
|
|
.br
|
|
\fC#include <X11/Xlib.h>\fP
|
|
.br
|
|
\fC#include <X11/Xutil.h>\fP
|
|
.br
|
|
\fC#include <X11/extensions/XTest.h>\fP
|
|
.br
|
|
\fC#include <libcvautomation/libcvautomation-opencv.h>\fP
|
|
.br
|
|
\fC#include <libcvautomation/libcvautomation-xlib.h>\fP
|
|
.br
|
|
\fC#include <libcvautomation/libcvautomation-xtest.h>\fP
|
|
.br
|
|
|
|
.SS "Classes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "struct \fBcvautomationList\fP"
|
|
.br
|
|
.RI "\fIImplements a structure to build an array for methods like \fBmatchSubImage_a()\fP. \fP"
|
|
.ti -1c
|
|
.RI "struct \fBcvaPoint\fP"
|
|
.br
|
|
.RI "\fIVery simple structure to standardize how points are used in libcvautomation. \fP"
|
|
.in -1c
|
|
.SS "Defines"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "#define \fBLIBCVAUTOMATION_VERSION\fP '1.2'"
|
|
.br
|
|
.RI "\fIDefine what version of Libcvautomation we are using. \fP"
|
|
.ti -1c
|
|
.RI "#define \fBLIBCVAUTOMATION_BUGREPORT\fP 'bspeice@uncc.edu'"
|
|
.br
|
|
.RI "\fIDefine who to send bug reports to for Libcvautomation. \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
The top-level include for all projects involving libcvautomation.
|
|
|
|
This source file includes all other files needed for libcvautomation projects, and also defines the \fBcvautomationList\fP and \fBcvaPoint\fP 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.
|
|
.PP
|
|
\fBAuthor:\fP
|
|
.RS 4
|
|
Bradlee Speice
|
|
.RE
|
|
.PP
|
|
\fBDate:\fP
|
|
.RS 4
|
|
7/18/2012
|
|
.RE
|
|
.PP
|
|
|
|
.PP
|
|
Definition in file \fBlibcvautomation.h\fP.
|
|
.SH "Define Documentation"
|
|
.PP
|
|
.SS "#define LIBCVAUTOMATION_VERSION '1.2'"
|
|
.PP
|
|
Define what version of Libcvautomation we are using.
|
|
.PP
|
|
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.
|
|
.PP
|
|
Referenced by usage().
|
|
.SS "#define LIBCVAUTOMATION_BUGREPORT 'bspeice@uncc.edu'"
|
|
.PP
|
|
Define who to send bug reports to for Libcvautomation.
|
|
.PP
|
|
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.
|
|
.PP
|
|
Referenced by usage().
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for libcvautomation from the source code.
|