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