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:
Iterable<MPSImageKeypointRangeInfo>
public class MPSImageKeypointRangeInfo extends Struct<MPSImageKeypointRangeInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSImageKeypointRangeInfo.MPSImageKeypointRangeInfoPtr -
Constructor Summary
Constructors Constructor Description MPSImageKeypointRangeInfo()MPSImageKeypointRangeInfo(long maximumKeypoints, float minimumThresholdValue) -
Method Summary
Modifier and Type Method Description longgetMaximumKeypoints()floatgetMinimumThresholdValue()MPSImageKeypointRangeInfosetMaximumKeypoints(long maximumKeypoints)MPSImageKeypointRangeInfosetMinimumThresholdValue(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
-
Constructor Details
-
MPSImageKeypointRangeInfo
public MPSImageKeypointRangeInfo() -
MPSImageKeypointRangeInfo
public MPSImageKeypointRangeInfo(long maximumKeypoints, float minimumThresholdValue)
-
-
Method Details
-
getMaximumKeypoints
public long getMaximumKeypoints() -
setMaximumKeypoints
-
getMinimumThresholdValue
public float getMinimumThresholdValue() -
setMinimumThresholdValue
-