#include <flgrCoreData.h>
example1.c, example2.c, example3.c, example4.c, example6.c, multithread_auto.c, and multithread_watershed.c.
Definition at line 314 of file flgrCoreData.h.
Data Fields | |
void ** | array |
int | bps |
FLGR_Connexity | connexity |
int | dim |
int | link_number |
int | link_overlap |
int | link_position |
int | ref3d |
FLGR_Data1D ** | row |
FLGR_Shape | shape |
int | size_struct |
int | size_x |
int | size_y |
int | spp |
FLGR_Type | type |
void** FLGR_Data2D::array |
fast access to 2d array values
Definition at line 329 of file flgrCoreData.h.
int FLGR_Data2D::bps |
Number of bits per sample
Definition at line 320 of file flgrCoreData.h.
Connexity if applicable of the matrix
Definition at line 325 of file flgrCoreData.h.
int FLGR_Data2D::dim |
Dimension
Definition at line 315 of file flgrCoreData.h.
number ofy position where the link starts in the source image, else -1
Definition at line 319 of file flgrCoreData.h.
Set sup>=0 if rows are linked to another FLGR_Data2D, else set to -1
Definition at line 317 of file flgrCoreData.h.
which part of the image is used as link from the original image, else -1
Definition at line 318 of file flgrCoreData.h.
Value will be != -1 if the array correspond to a specific FLGR_Data3D's plan
Definition at line 322 of file flgrCoreData.h.
FLGR_Data1D row pointer array
Definition at line 328 of file flgrCoreData.h.
Shape if applicable drawed in the matrix
Definition at line 324 of file flgrCoreData.h.
Size of the structure
Definition at line 316 of file flgrCoreData.h.
int FLGR_Data2D::spp |
Number of samples per pixel
Definition at line 321 of file flgrCoreData.h.
Type of a sample
Definition at line 323 of file flgrCoreData.h.