Interface ImplSsdCornerBase.CornerIntensity_F32

All Known Implementing Classes:
HarrisCorner_F32, ShiTomasiCorner_F32
Enclosing class:
ImplSsdCornerBase<D extends ImageGray<D>,D2 extends ImageGray<D2>>

public static interface ImplSsdCornerBase.CornerIntensity_F32
  • Method Summary

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

    • compute

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