Class MPSImageKeypointRangeInfo
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSImageKeypointRangeInfo
-
public final class MPSImageKeypointRangeInfo extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MPSImageKeypointRangeInfo()MPSImageKeypointRangeInfo(long maximumKeypoints, float minimumThresholdValue)protectedMPSImageKeypointRangeInfo(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longmaximumKeypoints()< maximum number of keypointsfloatminimumThresholdValue()< minimum threshold value - value between 0.0 and 1.0fvoidsetMaximumKeypoints(long value)< maximum number of keypointsvoidsetMinimumThresholdValue(float value)< minimum threshold value - value between 0.0 and 1.0f
-
-
-
Method Detail
-
maximumKeypoints
public long maximumKeypoints()
< maximum number of keypoints
-
setMaximumKeypoints
public void setMaximumKeypoints(long value)
< maximum number of keypoints
-
minimumThresholdValue
public float minimumThresholdValue()
< minimum threshold value - value between 0.0 and 1.0f
-
setMinimumThresholdValue
public void setMinimumThresholdValue(float value)
< minimum threshold value - value between 0.0 and 1.0f
-
-