Interface ImplSsdCornerBase.CornerIntensity_S32

All Known Implementing Classes:
HarrisCorner_S32, ShiTomasiCorner_S32
Enclosing class:
ImplSsdCornerBase<D extends ImageGray<D>,D2 extends ImageGray<D2>>

public static interface ImplSsdCornerBase.CornerIntensity_S32
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    compute(int totalXX, int totalXY, int totalYY)
    Computes the pixel's corner intensity.
  • Method Details

    • compute

      float compute(int totalXX, int totalXY, int totalYY)
      Computes the pixel's corner intensity.
      Returns:
      corner intensity.