Leptonica  1.82.0
Image processing and image analysis suite
DPix Struct Reference

#include <pix.h>

Data Fields

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

Detailed Description

Pix with double array

Definition at line 609 of file pix.h.

Field Documentation

◆ data

l_float64* DPix::data

the double image data

Definition at line 619 of file pix.h.

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

◆ h

l_int32 DPix::h

height in pixels

Definition at line 612 of file pix.h.

Referenced by dpixGetDimensions(), and dpixSetDimensions().

◆ refcount

l_uint32 DPix::refcount

reference count (1 if no clones)

Definition at line 614 of file pix.h.

Referenced by dpixChangeRefcount(), dpixCreate(), and dpixGetRefcount().

◆ w

l_int32 DPix::w

width in pixels

Definition at line 611 of file pix.h.

Referenced by dpixGetDimensions(), and dpixSetDimensions().

◆ wpl

l_int32 DPix::wpl

32-bit words/line

Definition at line 613 of file pix.h.

Referenced by dpixGetWpl(), and dpixSetWpl().

◆ xres

l_int32 DPix::xres

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

Definition at line 615 of file pix.h.

Referenced by dpixGetResolution(), and dpixSetResolution().

◆ yres

l_int32 DPix::yres

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

Definition at line 617 of file pix.h.

Referenced by dpixGetResolution(), and dpixSetResolution().


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