ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
image_char_s Struct Reference

Public Attributes

unsigned char * data
 
unsigned int xsize
 
unsigned int ysize
 

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.

Member Data Documentation

◆ data

unsigned char* image_char_s::data

Definition at line 345 of file lsd.c.

Referenced by free_image_char(), reduce_region_radius(), and region_grow().

◆ xsize

unsigned int image_char_s::xsize

Definition at line 346 of file lsd.c.

Referenced by reduce_region_radius(), and region_grow().

◆ ysize

unsigned int image_char_s::ysize

Definition at line 346 of file lsd.c.

Referenced by region_grow().


The documentation for this struct was generated from the following file: