Package org.robovm.apple.metalps
Class MPSImageKeypointRangeInfo
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.rt.bro.Struct<MPSImageKeypointRangeInfo>
-
- org.robovm.apple.metalps.MPSImageKeypointRangeInfo
-
- All Implemented Interfaces:
java.lang.Iterable<MPSImageKeypointRangeInfo>
public class MPSImageKeypointRangeInfo extends org.robovm.rt.bro.Struct<MPSImageKeypointRangeInfo>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MPSImageKeypointRangeInfo.MPSImageKeypointRangeInfoPtr
-
Constructor Summary
Constructors Constructor Description MPSImageKeypointRangeInfo()
MPSImageKeypointRangeInfo(long maximumKeypoints, float minimumThresholdValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getMaximumKeypoints()
float
getMinimumThresholdValue()
MPSImageKeypointRangeInfo
setMaximumKeypoints(long maximumKeypoints)
MPSImageKeypointRangeInfo
setMinimumThresholdValue(float minimumThresholdValue)
-
Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
-
-
-
Method Detail
-
getMaximumKeypoints
public long getMaximumKeypoints()
-
setMaximumKeypoints
public MPSImageKeypointRangeInfo setMaximumKeypoints(long maximumKeypoints)
-
getMinimumThresholdValue
public float getMinimumThresholdValue()
-
setMinimumThresholdValue
public MPSImageKeypointRangeInfo setMinimumThresholdValue(float minimumThresholdValue)
-
-