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

Detailed Description

Pix with float array

Definition at line 346 of file pix_internal.h.

Field Documentation

◆ data

l_float32* FPix::data

the float image data

Definition at line 356 of file pix_internal.h.

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

◆ h

l_int32 FPix::h

height in pixels

Definition at line 349 of file pix_internal.h.

Referenced by fpixGetDimensions(), and fpixSetDimensions().

◆ refcount

l_atomic FPix::refcount

reference count (1 if no clones)

Definition at line 351 of file pix_internal.h.

Referenced by fpixClone(), fpixCreate(), and fpixDestroy().

◆ w

l_int32 FPix::w

width in pixels

Definition at line 348 of file pix_internal.h.

Referenced by fpixGetDimensions(), and fpixSetDimensions().

◆ wpl

l_int32 FPix::wpl

32-bit words/line

Definition at line 350 of file pix_internal.h.

Referenced by fpixGetWpl(), and fpixSetWpl().

◆ xres

l_int32 FPix::xres

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

Definition at line 352 of file pix_internal.h.

Referenced by fpixGetResolution(), and fpixSetResolution().

◆ yres

l_int32 FPix::yres

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

Definition at line 354 of file pix_internal.h.

Referenced by fpixGetResolution(), and fpixSetResolution().


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