Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
94738e27
Commit
94738e27
authored
Jan 20, 2005
by
David Johnson
Browse files
Allow mezzanine to use more than 32 dewarp calibration points.
parent
094aec8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
robots/mezzanine/libmezz/mezz.h
View file @
94738e27
...
...
@@ -21,7 +21,7 @@
* Desc: Mezzanine IPC interface
* Author: Andrew Howard
* Date: 28 Mar 2002
* CVS: $Id: mezz.h,v 1.
1
200
4-12-12 23:36:3
3 johnsond Exp $
* CVS: $Id: mezz.h,v 1.
2
200
5-01-20 15:07:4
3 johnsond Exp $
* Notes:
*
* This library sets up a shared, memory-mapped object for exchanging
...
...
@@ -44,7 +44,7 @@
// Some constants
#define MEZZ_MAX_AREA 768*576 // Maximum number of pixels in the image.
#define MEZZ_MAX_MASK 18 // Maximum number of points in the mask.
#define MEZZ_MAX_DEWARP
32
// Maximum number of dewarping calibration points.
#define MEZZ_MAX_DEWARP
64
// Maximum number of dewarping calibration points.
#define MEZZ_MAX_CLASSES 4 // Maximum number of color classes we recognize.
#define MEZZ_MAX_BLOBS 100 // Maximum number of blobs we will extract.
#define MEZZ_MAX_OBJECTS 100 // Maximum number of extracted objects.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment