The pixel value at (x,y) is accessed by:
image->data[ x + y * image->xsize ]
with x and y integer.
Definition at line 414 of file lsd.c.
Data Fields | |
int * | data |
unsigned int | xsize |
unsigned int | ysize |
|
Definition at line 416 of file lsd.c. Referenced by LineSegmentDetection(), new_image_int(), and new_image_int_ini(). |
|
Definition at line 417 of file lsd.c. Referenced by LineSegmentDetection(), and new_image_int(). |
|
Definition at line 417 of file lsd.c. Referenced by LineSegmentDetection(), and new_image_int(). |