@Namespace(value="cv::bioinspired")
@NoOffset
public static class opencv_bioinspired.SegmentationParameters
extends org.bytedeco.javacpp.Pointer
/** \brief parameter structure that stores the transient events detector setup parameters
| Constructor and Description |
|---|
SegmentationParameters() |
SegmentationParameters(long size)
Native array allocator.
|
SegmentationParameters(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
contextEnergy_spatialConstant() |
opencv_bioinspired.SegmentationParameters |
contextEnergy_spatialConstant(float contextEnergy_spatialConstant) |
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
|
opencv_bioinspired.SegmentationParameters |
contextEnergy_temporalConstant(float contextEnergy_temporalConstant) |
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
|
opencv_bioinspired.SegmentationParameters |
localEnergy_spatialConstant(float localEnergy_spatialConstant) |
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
|
opencv_bioinspired.SegmentationParameters |
localEnergy_temporalConstant(float localEnergy_temporalConstant) |
float |
neighborhoodEnergy_spatialConstant() |
opencv_bioinspired.SegmentationParameters |
neighborhoodEnergy_spatialConstant(float neighborhoodEnergy_spatialConstant) |
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
|
opencv_bioinspired.SegmentationParameters |
neighborhoodEnergy_temporalConstant(float neighborhoodEnergy_temporalConstant) |
opencv_bioinspired.SegmentationParameters |
position(long position) |
float |
thresholdOFF() |
opencv_bioinspired.SegmentationParameters |
thresholdOFF(float thresholdOFF) |
float |
thresholdON() |
opencv_bioinspired.SegmentationParameters |
thresholdON(float thresholdON) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic SegmentationParameters(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public SegmentationParameters(long size)
Pointer.position(long).public SegmentationParameters()
public opencv_bioinspired.SegmentationParameters position(long position)
position in class org.bytedeco.javacpp.Pointerpublic float thresholdON()
public opencv_bioinspired.SegmentationParameters thresholdON(float thresholdON)
public float thresholdOFF()
public opencv_bioinspired.SegmentationParameters thresholdOFF(float thresholdOFF)
public float localEnergy_temporalConstant()
public opencv_bioinspired.SegmentationParameters localEnergy_temporalConstant(float localEnergy_temporalConstant)
public float localEnergy_spatialConstant()
public opencv_bioinspired.SegmentationParameters localEnergy_spatialConstant(float localEnergy_spatialConstant)
public float neighborhoodEnergy_temporalConstant()
public opencv_bioinspired.SegmentationParameters neighborhoodEnergy_temporalConstant(float neighborhoodEnergy_temporalConstant)
public float neighborhoodEnergy_spatialConstant()
public opencv_bioinspired.SegmentationParameters neighborhoodEnergy_spatialConstant(float neighborhoodEnergy_spatialConstant)
public float contextEnergy_temporalConstant()
public opencv_bioinspired.SegmentationParameters contextEnergy_temporalConstant(float contextEnergy_temporalConstant)
public float contextEnergy_spatialConstant()
public opencv_bioinspired.SegmentationParameters contextEnergy_spatialConstant(float contextEnergy_spatialConstant)
Copyright © 2018. All rights reserved.