![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Data Fields | |
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 |
Referenced by free_image_char(), LineSegmentDetection(), new_image_char(), new_image_char_ini(), reduce_region_radius(), refine(), and region_grow().
unsigned int image_char_s::xsize |
Referenced by LineSegmentDetection(), new_image_char(), reduce_region_radius(), refine(), and region_grow().
unsigned int image_char_s::ysize |
Referenced by new_image_char(), and region_grow().