boofcv.examples.features
Class ExampleInterestPoint
- java.lang.Object
-
- boofcv.examples.features.ExampleInterestPoint
-
public class ExampleInterestPoint extends java.lang.ObjectDemonstrates how to detect interest points using the to useInterestPointDetectorinterface. 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. SeeExampleDetectDescribe.
-
-
Constructor Summary
Constructors Constructor and Description ExampleInterestPoint()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static <T extends ImageGray>
voiddetect(java.awt.image.BufferedImage image, java.lang.Class<T> imageType)static voidmain(java.lang.String[] args)
-
-
-
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