Main Page | Data Structures | File List | Data Fields | Globals

image_char_s Struct Reference


Detailed Description

char image data type

The pixel value at (x,y) is accessed by:

image->data[ x + y * image->xsize ]

with x and y integer.

Definition at line 343 of file lsd.c.

Data Fields

unsigned char * data
unsigned int xsize
unsigned int ysize


Field Documentation

unsigned char* image_char_s::data
 

Definition at line 345 of file lsd.c.

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
 

Definition at line 346 of file lsd.c.

Referenced by LineSegmentDetection(), new_image_char(), reduce_region_radius(), refine(), and region_grow().

unsigned int image_char_s::ysize
 

Definition at line 346 of file lsd.c.

Referenced by new_image_char(), and region_grow().


The documentation for this struct was generated from the following file:
Generated on Fri Nov 11 11:11:11 2011 for LSD by doxygen 1.3.4