@Properties(inherit=nppc.class) public class NppiConnectedRegion extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NppiConnectedRegion()
Default native constructor.
|
NppiConnectedRegion(long size)
Native array allocator.
|
NppiConnectedRegion(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IntPointer |
aSeedPixelValue() |
int |
aSeedPixelValue(int i)
original pixel value of seed pixel, 1 or 3 channel
|
NppiConnectedRegion |
aSeedPixelValue(int i,
int setter) |
NppiConnectedRegion |
getPointer(long i) |
int |
nConnectedPixelCount()
total number of pixels in connected region
|
NppiConnectedRegion |
nConnectedPixelCount(int setter) |
NppiRect |
oBoundingBox()
x, y, width, height == left, top, right, and bottom pixel coordinates
|
NppiConnectedRegion |
oBoundingBox(NppiRect setter) |
NppiConnectedRegion |
position(long position) |
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, zeropublic NppiConnectedRegion()
public NppiConnectedRegion(long size)
Pointer.position(long).public NppiConnectedRegion(Pointer p)
Pointer(Pointer).public NppiConnectedRegion position(long position)
public NppiConnectedRegion getPointer(long i)
getPointer in class Pointer@ByRef public NppiRect oBoundingBox()
public NppiConnectedRegion oBoundingBox(NppiRect setter)
@Cast(value="Npp32u") public int nConnectedPixelCount()
public NppiConnectedRegion nConnectedPixelCount(int setter)
@Cast(value="Npp32u") public int aSeedPixelValue(int i)
public NppiConnectedRegion aSeedPixelValue(int i, int setter)
@MemberGetter @Cast(value="Npp32u*") public IntPointer aSeedPixelValue()
Copyright © 2024. All rights reserved.