Package net.sourceforge.lept4j
Class L_Colorfill
java.lang.Object
com.sun.jna.Structure
net.sourceforge.lept4j.L_Colorfill
- Direct Known Subclasses:
- L_Colorfill.ByReference,- L_Colorfill.ByValue
public class L_Colorfill
extends com.sun.jna.Structure
Colorfill data
native declaration : colorfill.h:15
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
native declaration : colorfill.h:15
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classL_Colorfill.ByReferencestatic classL_Colorfill.ByValue
- 
Field SummaryFields Modifier and Type Field Description Boxa.ByReferenceboxastile locations
 C type : Boxa*L_Dnaa.ByReferencednaaaverage color in each region
 C type : L_Dnaa*intminareamin number of pixels in a color region
 C type : l_int32Numaa.ByReferencenaasizes of color regions (in pixels)
 C type : Numaa*intnxnumber of tiles in each tile row
 C type : l_int32intnynumber of tiles in each tile column
 C type : l_int32Pixa.ByReferencepixadbdebug reconstruction from segmentation
 C type : Pixa*Pixa.ByReferencepixammask tiles with components covering
 C type : Pixa*Pixa.ByReferencepixastiles from source pix
 C type : Pixa*Pix.ByReferencepixsclone of source pix
 C type : Pix*Pix.ByReferencepixstsource pix, after optional transform
 C type : Pix*intthheight of each tile
 C type : l_int32inttwwidth of each tile
 C type : l_int32
- 
Constructor SummaryConstructors Constructor Description L_Colorfill()L_Colorfill(com.sun.jna.Pointer peer)
- 
Method SummaryModifier and Type Method Description protected java.util.List<java.lang.String>getFieldOrder()Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
- 
Field Details- 
pixsclone of source pix
 C type : Pix*
- 
pixstsource pix, after optional transform
 C type : Pix*
- 
nxpublic int nxnumber of tiles in each tile row
 C type : l_int32
- 
nypublic int nynumber of tiles in each tile column
 C type : l_int32
- 
twpublic int twwidth of each tile
 C type : l_int32
- 
thpublic int thheight of each tile
 C type : l_int32
- 
minareapublic int minareamin number of pixels in a color region
 C type : l_int32
- 
boxastile locations
 C type : Boxa*
- 
pixastiles from source pix
 C type : Pixa*
- 
pixammask tiles with components covering
 C type : Pixa*
- 
naasizes of color regions (in pixels)
 C type : Numaa*
- 
dnaaaverage color in each region
 C type : L_Dnaa*
- 
pixadbdebug reconstruction from segmentation
 C type : Pixa*
 
- 
- 
Constructor Details- 
L_Colorfillpublic L_Colorfill()
- 
L_Colorfillpublic L_Colorfill(com.sun.jna.Pointer peer)
 
- 
- 
Method Details- 
getFieldOrderprotected java.util.List<java.lang.String> getFieldOrder()- Overrides:
- getFieldOrderin class- com.sun.jna.Structure
 
 
-