Class TemplateCorrelationFFT

java.lang.Object
boofcv.alg.template.TemplateCorrelationFFT
All Implemented Interfaces:
TemplateMatchingIntensity<GrayF32>

public class TemplateCorrelationFFT extends Object implements TemplateMatchingIntensity<GrayF32>
Correlation based template matching which uses FFT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Thickness of border along the image left side (lower extent)
    int
    Thickness of border along the image right side (upper extent)
    int
    Thickness of border along the image top (lower extent)
    int
    Thickness of border along the image bottom (upper extent)
    Contains results of template matching.
    boolean
    Does this algorithm process the image's border.
    boolean
    If true then a better fit is a larger number, otherwise a smaller number is a better fit
    void
    process(GrayF32 template)
    Matches the template to the image and computes an intensity image.
    void
    process(GrayF32 template, @Nullable GrayF32 mask)
    Matches the template with a mask to the image and computes an intensity image.
    void
    Specifies the input image which the template is going ot be matched against

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait