Class RelativeBetter.ErrorHardRatioSq

java.lang.Object
boofcv.alg.video.RelativeBetter.ErrorHardRatioSq
All Implemented Interfaces:
RelativeBetter
Enclosing interface:
RelativeBetter

public static class RelativeBetter.ErrorHardRatioSq extends Object implements RelativeBetter
Same as RelativeBetter.ErrorHardRatio but it assumes the input has been squared
  • Constructor Details

    • ErrorHardRatioSq

      public ErrorHardRatioSq(double minimumB)
  • Method Details

    • computeBetterValue

      public double computeBetterValue(double valueA, double valueB)
      Description copied from interface: RelativeBetter
      Computes how good valueA is relative to valueB. If equal or N is better than 0.0 is returned. Otherwise a positive value is returned.
      Specified by:
      computeBetterValue in interface RelativeBetter
      Parameters:
      valueA - Goodness value for A
      valueB - Goodness value for B
      Returns:
      goodness ratio of A over B