Class MPSImageKeypointRangeInfo


  • public final class MPSImageKeypointRangeInfo
    extends org.moe.natj.c.StructObject
    • Constructor Detail

      • MPSImageKeypointRangeInfo

        public MPSImageKeypointRangeInfo()
      • MPSImageKeypointRangeInfo

        protected MPSImageKeypointRangeInfo​(org.moe.natj.general.Pointer peer)
      • MPSImageKeypointRangeInfo

        public MPSImageKeypointRangeInfo​(long maximumKeypoints,
                                         float minimumThresholdValue)
    • 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