Documentation of 'boofcv.examples.features.ExampleInterestPoint' Java class
ExampleInterestPoint
boofcv.examples.features

Class ExampleInterestPoint



  • public class ExampleInterestPoint
    extends java.lang.Object
    Demonstrates how to detect interest points using the to use InterestPointDetector interface. InterestPointDetector makes it easy to switch between algorithms, but due to its abstraction it also cause calculations to be done multiple times. For example, if a detector requires the gradient and so does the description algorithm then that calculation will have to be done twice when using this interface. If the algorithms had been used directly then extra calculations could be avoided. If descriptors are also being computed, consider using the DetectDescribePoint interface instead. See ExampleDetectDescribe.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static <T extends ImageGray>
      void
      detect(java.awt.image.BufferedImage image, java.lang.Class<T> imageType) 
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleInterestPoint

        public ExampleInterestPoint()
    • Method Detail

      • detect

        public static <T extends ImageGray> void detect(java.awt.image.BufferedImage image,
                                                        java.lang.Class<T> imageType)
      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.