added enums for corner and pixel indexes
This commit is contained in:
@ -25,14 +25,14 @@ typedef enum {
|
||||
pRight=5,
|
||||
pTopLeft=6,
|
||||
pTop=7,
|
||||
qTopRight=8
|
||||
pTopRight=8
|
||||
} pixel;
|
||||
|
||||
|
||||
typedef struct {
|
||||
int32_t tot2;
|
||||
int32_t tot3;
|
||||
int8_t c;
|
||||
uint32_t c;
|
||||
} ClusterAnalysis ;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user