Leptonica  1.82.0
Image processing and image analysis suite
FPix 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_float32 * data
 

Detailed Description

Pix with float array

Definition at line 578 of file pix.h.

Field Documentation

◆ data

l_float32* FPix::data

the float image data

Definition at line 588 of file pix.h.

Referenced by fpixGetData(), fpixGetPixel(), fpixSetData(), and fpixSetPixel().

◆ h

l_int32 FPix::h

height in pixels

Definition at line 581 of file pix.h.

Referenced by fpixGetDimensions(), and fpixSetDimensions().

◆ refcount

l_uint32 FPix::refcount

reference count (1 if no clones)

Definition at line 583 of file pix.h.

Referenced by fpixChangeRefcount(), fpixCreate(), and fpixGetRefcount().

◆ w

l_int32 FPix::w

width in pixels

Definition at line 580 of file pix.h.

Referenced by fpixGetDimensions(), and fpixSetDimensions().

◆ wpl

l_int32 FPix::wpl

32-bit words/line

Definition at line 582 of file pix.h.

Referenced by fpixGetWpl(), and fpixSetWpl().

◆ xres

l_int32 FPix::xres

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

Definition at line 584 of file pix.h.

Referenced by fpixGetResolution(), and fpixSetResolution().

◆ yres

l_int32 FPix::yres

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

Definition at line 586 of file pix.h.

Referenced by fpixGetResolution(), and fpixSetResolution().


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