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

Public Attributes

int * data
 
unsigned int xsize
 
unsigned int ysize
 

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.

Member Data Documentation

◆ data

int* image_int_s::data

Definition at line 416 of file lsd.c.

◆ xsize

unsigned int image_int_s::xsize

Definition at line 417 of file lsd.c.

◆ ysize

unsigned int image_int_s::ysize

Definition at line 417 of file lsd.c.


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