Leptonica  1.82.0
Image processing and image analysis suite
Pixacc Struct Reference

#include <pix.h>

Data Fields

l_int32 w
 
l_int32 h
 
l_int32 offset
 
struct Pixpix
 

Detailed Description

Pix accumulator container

Definition at line 543 of file pix.h.

Field Documentation

◆ h

l_int32 Pixacc::h

array height

Definition at line 546 of file pix.h.

Referenced by pixaccCreate().

◆ offset

l_int32 Pixacc::offset

used to allow negative
intermediate results

Definition at line 547 of file pix.h.

Referenced by pixaccCreate(), and pixaccGetOffset().

◆ pix

struct Pix* Pixacc::pix

the 32 bit accumulator pix

Definition at line 549 of file pix.h.

Referenced by pixaccCreate(), pixaccDestroy(), and pixaccGetPix().

◆ w

l_int32 Pixacc::w

array width

Definition at line 545 of file pix.h.

Referenced by pixaccCreate().


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