#include <camellia.h>
Data Fields | |
int | left |
Leftmost coordinate of the blob. | |
int | top |
Topmost coordinate of the blob. | |
int | width |
Width of the blob. | |
int | height |
Height of the blob. | |
int | surface |
Number of pixels covered by this blob. | |
int | cx |
Center of gravity (x). | |
int | cy |
Center of gravity (y). | |
int | value |
Blob value, or average pixel value in the original image. | |
int | min |
Minimum pixel value in the original image. | |
int | max |
Maximum pixel value in the original image. | |
CamRun * | first |
First run of the blob (only for RLE labeling). | |
CamRun * | last |
Last run of the blob (only for RLE labeling). | |
void * | misc |
Additional user-dependant blob information. |