![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Attributes | |
| unsigned char * | data |
| unsigned int | xsize |
| unsigned int | ysize |
char image data type
The pixel value at (x,y) is accessed by:
image->data[ x + y * image->xsize ]
with x and y integer.
| unsigned char* image_char_s::data |
Definition at line 345 of file lsd.c.
Referenced by free_image_char(), reduce_region_radius(), and region_grow().
| unsigned int image_char_s::xsize |
Definition at line 346 of file lsd.c.
Referenced by reduce_region_radius(), and region_grow().
| unsigned int image_char_s::ysize |
Definition at line 346 of file lsd.c.
Referenced by region_grow().