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

Public Attributes

double * data
 
unsigned int xsize
 
unsigned int ysize
 

Detailed Description

double 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 469 of file lsd.c.

Member Data Documentation

◆ data

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().

◆ xsize

unsigned int image_double_s::xsize

Definition at line 472 of file lsd.c.

Referenced by get_theta(), isaligned(), rect_nfa(), and region_grow().

◆ ysize

unsigned int image_double_s::ysize

Definition at line 472 of file lsd.c.

Referenced by isaligned(), rect_nfa(), and region_grow().


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