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

Class ExampleTemplateMatching



  • public class ExampleTemplateMatching
    extends java.lang.Object
    Example of how to find objects inside an image using template matching. Template matching works well when there is little noise in the image and the object's appearance is known and static. It can also be very slow to compute, depending on the image and template size.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      static void showMatchIntensity(GrayF32 image, GrayF32 template, GrayF32 mask)
      Computes the template match intensity image and displays the results.
      • Methods inherited from class java.lang.Object

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

      • ExampleTemplateMatching

        public ExampleTemplateMatching()
    • Method Detail

      • showMatchIntensity

        public static void showMatchIntensity(GrayF32 image,
                                              GrayF32 template,
                                              GrayF32 mask)
        Computes the template match intensity image and displays the results. Brighter intensity indicates a better match to the template.
      • 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.