public final class MPSImageKeypointRangeInfo
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSImageKeypointRangeInfo() |
|
MPSImageKeypointRangeInfo(long maximumKeypoints,
float minimumThresholdValue) |
protected |
MPSImageKeypointRangeInfo(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
maximumKeypoints()
< maximum number of keypoints
|
float |
minimumThresholdValue()
< minimum threshold value - value between 0.0 and 1.0f
|
void |
setMaximumKeypoints(long value)
< maximum number of keypoints
|
void |
setMinimumThresholdValue(float value)
< minimum threshold value - value between 0.0 and 1.0f
|
public MPSImageKeypointRangeInfo()
protected MPSImageKeypointRangeInfo(org.moe.natj.general.Pointer peer)
public MPSImageKeypointRangeInfo(long maximumKeypoints,
float minimumThresholdValue)
public long maximumKeypoints()
public void setMaximumKeypoints(long value)
public float minimumThresholdValue()
public void setMinimumThresholdValue(float value)