Leptonica  1.83.1
Image processing and image analysis suite
DPix Struct Reference

#include <pix_internal.h>

Data Fields

l_int32 w
 
l_int32 h
 
l_int32 wpl
 
l_atomic refcount
 
l_int32 xres
 
l_int32 yres
 
l_float64 * data
 

Detailed Description

Pix with double array

Definition at line 375 of file pix_internal.h.

Field Documentation

◆ data

l_float64* DPix::data

the double image data

Definition at line 385 of file pix_internal.h.

Referenced by dpixGetData(), dpixGetPixel(), dpixSetData(), and dpixSetPixel().

◆ h

l_int32 DPix::h

height in pixels

Definition at line 378 of file pix_internal.h.

Referenced by dpixGetDimensions(), and dpixSetDimensions().

◆ refcount

l_atomic DPix::refcount

reference count (1 if no clones)

Definition at line 380 of file pix_internal.h.

Referenced by dpixClone(), dpixCreate(), and dpixDestroy().

◆ w

l_int32 DPix::w

width in pixels

Definition at line 377 of file pix_internal.h.

Referenced by dpixGetDimensions(), and dpixSetDimensions().

◆ wpl

l_int32 DPix::wpl

32-bit words/line

Definition at line 379 of file pix_internal.h.

Referenced by dpixGetWpl(), and dpixSetWpl().

◆ xres

l_int32 DPix::xres

image res (ppi) in x direction
(use 0 if unknown)

Definition at line 381 of file pix_internal.h.

Referenced by dpixGetResolution(), and dpixSetResolution().

◆ yres

l_int32 DPix::yres

image res (ppi) in y direction
(use 0 if unknown)

Definition at line 383 of file pix_internal.h.

Referenced by dpixGetResolution(), and dpixSetResolution().


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