|
cmvision.h File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Define Documentation
#define CMV_COLOR_LEVELS 256
|
|
#define CMV_MAX_COLORS 32
|
|
#define CMV_DEFAULT_WIDTH 320
|
|
#define CMV_DEFAULT_HEIGHT 240
|
|
#define CMV_MAX_RUNS (CMV_DEFAULT_WIDTH * CMV_DEFAULT_HEIGHT) / 4
|
|
#define CMV_MAX_REGIONS CMV_MAX_RUNS / 4
|
|
#define CMV_NONE ((unsigned)(-1))
|
|
#define CMV_THRESHOLD 0x01
|
|
#define CMV_COLOR_AVERAGES 0x02
|
|
#define CMV_DUAL_THRESHOLD 0x04
|
|
#define CMV_DENSITY_MERGE 0x08
|
|
#define CMV_VALID_OPTIONS 0x0F
|
|
Typedef Documentation
Generated on Tue May 3 14:15:39 2005 for Player by 1.3.6
|