@Namespace(value="cv::bioinspired") @NoOffset @Properties(inherit=opencv_bioinspired.class) public class SegmentationParameters extends Pointer
/** \brief parameter structure that stores the transient events detector setup parameters
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SegmentationParameters() |
SegmentationParameters(long size)
Native array allocator.
|
SegmentationParameters(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
contextEnergy_spatialConstant() |
SegmentationParameters |
contextEnergy_spatialConstant(float setter) |
float |
contextEnergy_temporalConstant()
context neighborhood energy filtering parameters : the aim is to get information about the energy on a wide neighborhood area to filtered out local effects
|
SegmentationParameters |
contextEnergy_temporalConstant(float setter) |
float |
localEnergy_spatialConstant()
the spatial constant of the first order low pass filter, use it to cut high spatial frequencies (noise or thick contours), unit is pixels, typical value is 5 pixel
|
SegmentationParameters |
localEnergy_spatialConstant(float setter) |
float |
localEnergy_temporalConstant()
the time constant of the first order low pass filter, use it to cut high temporal frequencies (noise or fast motion), unit is frames, typical value is 0.5 frame
|
SegmentationParameters |
localEnergy_temporalConstant(float setter) |
float |
neighborhoodEnergy_spatialConstant() |
SegmentationParameters |
neighborhoodEnergy_spatialConstant(float setter) |
float |
neighborhoodEnergy_temporalConstant()
local neighborhood energy filtering parameters : the aim is to get information about the energy neighborhood to perform a center surround energy analysis
|
SegmentationParameters |
neighborhoodEnergy_temporalConstant(float setter) |
SegmentationParameters |
position(long position) |
float |
thresholdOFF() |
SegmentationParameters |
thresholdOFF(float setter) |
float |
thresholdON() |
SegmentationParameters |
thresholdON(float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public SegmentationParameters(Pointer p)
Pointer.Pointer(Pointer)
.public SegmentationParameters(long size)
Pointer.position(long)
.public SegmentationParameters()
public SegmentationParameters position(long position)
public float thresholdON()
public SegmentationParameters thresholdON(float setter)
public float thresholdOFF()
public SegmentationParameters thresholdOFF(float setter)
public float localEnergy_temporalConstant()
public SegmentationParameters localEnergy_temporalConstant(float setter)
public float localEnergy_spatialConstant()
public SegmentationParameters localEnergy_spatialConstant(float setter)
public float neighborhoodEnergy_temporalConstant()
public SegmentationParameters neighborhoodEnergy_temporalConstant(float setter)
public float neighborhoodEnergy_spatialConstant()
public SegmentationParameters neighborhoodEnergy_spatialConstant(float setter)
public float contextEnergy_temporalConstant()
public SegmentationParameters contextEnergy_temporalConstant(float setter)
public float contextEnergy_spatialConstant()
public SegmentationParameters contextEnergy_spatialConstant(float setter)
Copyright © 2020. All rights reserved.