Class MPSImageKeypointRangeInfo

All Implemented Interfaces:
Iterable<MPSImageKeypointRangeInfo>

public class MPSImageKeypointRangeInfo
extends Struct<MPSImageKeypointRangeInfo>
  • Constructor Details

    • MPSImageKeypointRangeInfo

      public MPSImageKeypointRangeInfo()
    • MPSImageKeypointRangeInfo

      public MPSImageKeypointRangeInfo​(long maximumKeypoints, float minimumThresholdValue)
  • Method Details

    • getMaximumKeypoints

      public long getMaximumKeypoints()
    • setMaximumKeypoints

      public MPSImageKeypointRangeInfo setMaximumKeypoints​(long maximumKeypoints)
    • getMinimumThresholdValue

      public float getMinimumThresholdValue()
    • setMinimumThresholdValue

      public MPSImageKeypointRangeInfo setMinimumThresholdValue​(float minimumThresholdValue)