#include <CCI_ImageMap.h>
Public Attributes | |
dm_uint | area |
dm_real | dir |
dm_real | l1 |
dm_real | l2 |
dm_int | cx |
dm_int | cy |
dm_point * | points |
dm_uint | count |
dm_int | euler |
dm_uint | holes |
|
Area covered by of the object, computed using CCIV_ImageMap_Area |
|
Number of points in the enclosing polygon |
|
X coordinate of the centroid, computed using CCIV_ImageMap_Loc |
|
Y coordinate of the centroid, computed using CCIV_ImageMap_Loc |
|
Direction of the minimum bounding box, computed using CCIV_ImageMap_Dir |
|
Euler number, computed using CCIV_ImageMap_Euler |
|
Number of holes in the object |
|
Minor axis of the minimum bounding box, computed using CCIV_ImageMap_Rect |
|
Major axis of the minimum bounding box, computed using CCIV_ImageMap_Rect |
|
Enclosing polygon, computed using CCIV_ImageMap_Shape |