public static class RawAprilTagConfig.QuadThresholds extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
QuadThresholds()
Default native constructor.
|
QuadThresholds(long size)
Native array allocator.
|
QuadThresholds(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
criticalDegree()
Reject quads where pairs of edges have angles that are close to
straight or close to 180 degrees.
|
RawAprilTagConfig.QuadThresholds |
criticalDegree(float setter) |
boolean |
deglitch()
Should the thresholded image be deglitched? Only useful for very noisy images
|
RawAprilTagConfig.QuadThresholds |
deglitch(boolean setter) |
RawAprilTagConfig.QuadThresholds |
getPointer(long i) |
float |
maxLineFitMse()
When fitting lines to the contours, what is the maximum mean
squared error allowed? This is useful in rejecting contours
that are far from being quad shaped; rejecting these quads "early"
saves expensive decoding processing.
|
RawAprilTagConfig.QuadThresholds |
maxLineFitMse(float setter) |
int |
maxNmaxima()
How many corner candidates to consider when segmenting a group of pixels into a quad.
|
RawAprilTagConfig.QuadThresholds |
maxNmaxima(int setter) |
int |
minClusterPixels()
Reject quads containing too few pixels.
|
RawAprilTagConfig.QuadThresholds |
minClusterPixels(int setter) |
int |
minWhiteBlackDiff()
When we build our model of black & white pixels, we add an
extra check that the white model must be (overall) brighter
than the black model.
|
RawAprilTagConfig.QuadThresholds |
minWhiteBlackDiff(int setter) |
RawAprilTagConfig.QuadThresholds |
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 QuadThresholds()
public QuadThresholds(long size)
Pointer.position(long).public QuadThresholds(Pointer p)
Pointer(Pointer).public RawAprilTagConfig.QuadThresholds position(long position)
public RawAprilTagConfig.QuadThresholds getPointer(long i)
getPointer in class Pointer@Cast(value="std::int32_t") public int minClusterPixels()
public RawAprilTagConfig.QuadThresholds minClusterPixels(int setter)
@Cast(value="std::int32_t") public int maxNmaxima()
public RawAprilTagConfig.QuadThresholds maxNmaxima(int setter)
public float criticalDegree()
public RawAprilTagConfig.QuadThresholds criticalDegree(float setter)
public float maxLineFitMse()
public RawAprilTagConfig.QuadThresholds maxLineFitMse(float setter)
@Cast(value="std::int32_t") public int minWhiteBlackDiff()
public RawAprilTagConfig.QuadThresholds minWhiteBlackDiff(int setter)
@Cast(value="bool") public boolean deglitch()
public RawAprilTagConfig.QuadThresholds deglitch(boolean setter)
Copyright © 2023. All rights reserved.