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

image_int_s Struct Reference


Detailed Description

int 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 414 of file lsd.c.

Data Fields

int * data
unsigned int xsize
unsigned int ysize


Field Documentation

int* image_int_s::data
 

Definition at line 416 of file lsd.c.

Referenced by LineSegmentDetection(), new_image_int(), and new_image_int_ini().

unsigned int image_int_s::xsize
 

Definition at line 417 of file lsd.c.

Referenced by LineSegmentDetection(), and new_image_int().

unsigned int image_int_s::ysize
 

Definition at line 417 of file lsd.c.

Referenced by LineSegmentDetection(), and new_image_int().


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