CamBlobInfo Struct Reference

The Blob (block of bits) Information Structure. This is the most important result of Labeling + Blob analysis. More...

#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.
CamRunfirst
 First run of the blob (only for RLE labeling).
CamRunlast
 Last run of the blob (only for RLE labeling).
void * misc
 Additional user-dependant blob information.


Detailed Description

The Blob (block of bits) Information Structure. This is the most important result of Labeling + Blob analysis.


The documentation for this struct was generated from the following file:
Generated on Wed Aug 2 14:00:17 2006 for Camellia by  doxygen 1.4.6