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 Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
-
Field Summary
Modifier and TypeFieldDescriptiontile locations
C type : Boxa*average color in each region
C type : L_Dnaa*int
min number of pixels in a color region
C type : l_int32sizes of color regions (in pixels)
C type : Numaa*int
number of tiles in each tile row
C type : l_int32int
number of tiles in each tile column
C type : l_int32debug reconstruction from segmentation
C type : Pixa*mask tiles with components covering
C type : Pixa*tiles from source pix
C type : Pixa*clone of source pix
C type : Pix*source pix, after optional transform
C type : Pix*int
height of each tile
C type : l_int32int
width of each tile
C type : l_int32Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.jna.Structure
allocateMemory, 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
-
pixs
clone of source pix
C type : Pix* -
pixst
source pix, after optional transform
C type : Pix* -
nx
public int nxnumber of tiles in each tile row
C type : l_int32 -
ny
public int nynumber of tiles in each tile column
C type : l_int32 -
tw
public int twwidth of each tile
C type : l_int32 -
th
public int thheight of each tile
C type : l_int32 -
minarea
public int minareamin number of pixels in a color region
C type : l_int32 -
boxas
tile locations
C type : Boxa* -
pixas
tiles from source pix
C type : Pixa* -
pixam
mask tiles with components covering
C type : Pixa* -
naa
sizes of color regions (in pixels)
C type : Numaa* -
dnaa
average color in each region
C type : L_Dnaa* -
pixadb
debug reconstruction from segmentation
C type : Pixa*
-
-
Constructor Details
-
L_Colorfill
public L_Colorfill() -
L_Colorfill
public L_Colorfill(com.sun.jna.Pointer peer)
-
-
Method Details
-
getFieldOrder
- Overrides:
getFieldOrder
in classcom.sun.jna.Structure
-