@Name(value="L_Colorfill") @Properties(inherit=leptonica.class) public class L_COLORFILL extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
L_COLORFILL()
Default native constructor.
|
L_COLORFILL(long size)
Native array allocator.
|
L_COLORFILL(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BOXA |
boxas()
tile locations
|
L_COLORFILL |
boxas(BOXA setter) |
L_DNAA |
dnaa()
average color in each region
|
L_COLORFILL |
dnaa(L_DNAA setter) |
L_COLORFILL |
getPointer(long i) |
int |
minarea()
min number of pixels in a color region
|
L_COLORFILL |
minarea(int setter) |
NUMAA |
naa()
sizes of color regions (in pixels)
|
L_COLORFILL |
naa(NUMAA setter) |
int |
nx()
number of tiles in each tile row
|
L_COLORFILL |
nx(int setter) |
int |
ny()
number of tiles in each tile column
|
L_COLORFILL |
ny(int setter) |
PIXA |
pixadb()
debug reconstruction from segmentation
|
L_COLORFILL |
pixadb(PIXA setter) |
PIXA |
pixam()
regions with similar color
|
L_COLORFILL |
pixam(PIXA setter) |
PIXA |
pixas()
tiles from source pix
|
L_COLORFILL |
pixas(PIXA setter) |
PIX |
pixs()
clone of source pix
|
L_COLORFILL |
pixs(PIX setter) |
PIX |
pixst()
source pix, after optional transform
|
L_COLORFILL |
pixst(PIX setter) |
L_COLORFILL |
position(long position) |
int |
th()
height of each tile
|
L_COLORFILL |
th(int setter) |
int |
tw()
width of each tile
|
L_COLORFILL |
tw(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public L_COLORFILL()
public L_COLORFILL(long size)
Pointer.position(long)
.public L_COLORFILL(Pointer p)
Pointer(Pointer)
.public L_COLORFILL position(long position)
public L_COLORFILL getPointer(long i)
getPointer
in class Pointer
public PIX pixs()
public L_COLORFILL pixs(PIX setter)
public PIX pixst()
public L_COLORFILL pixst(PIX setter)
public L_COLORFILL nx(int setter)
public L_COLORFILL ny(int setter)
public L_COLORFILL tw(int setter)
public L_COLORFILL th(int setter)
public L_COLORFILL minarea(int setter)
public BOXA boxas()
public L_COLORFILL boxas(BOXA setter)
public PIXA pixas()
public L_COLORFILL pixas(PIXA setter)
public PIXA pixam()
public L_COLORFILL pixam(PIXA setter)
public NUMAA naa()
public L_COLORFILL naa(NUMAA setter)
public L_DNAA dnaa()
public L_COLORFILL dnaa(L_DNAA setter)
public PIXA pixadb()
public L_COLORFILL pixadb(PIXA setter)
Copyright © 2024. All rights reserved.