Class TemplateSumSquaredError.U8

java.lang.Object
boofcv.alg.template.TemplateSumSquaredError<GrayU8>
boofcv.alg.template.TemplateSumSquaredError.U8
All Implemented Interfaces:
TemplateIntensityImage.EvaluatorMethod<GrayU8>
Enclosing class:
TemplateSumSquaredError<T extends ImageBase<T>>

public static class TemplateSumSquaredError.U8 extends TemplateSumSquaredError<GrayU8>
  • Constructor Details

    • U8

      public U8()
  • Method Details

    • evaluate

      public float evaluate(int tl_x, int tl_y)
      Description copied from interface: TemplateIntensityImage.EvaluatorMethod
      Evaluate the template at the specified location.
      Parameters:
      tl_x - Template's top left corner x-coordinate
      tl_y - Template's top left corner y-coordinate
      Returns:
      match value with better matches having a more positive value
    • evaluateMask

      public float evaluateMask(int tl_x, int tl_y)
      Description copied from interface: TemplateIntensityImage.EvaluatorMethod
      Evaluate the masked template at the specified location.
      Parameters:
      tl_x - Template's top left corner x-coordinate
      tl_y - Template's top left corner y-coordinate
      Returns:
      match value with better matches having a more positive value