Documentation of 'boofcv.testing.CompareEquivalentFunctions' Java class
CompareEquivalentFunctions
boofcv.testing

Class CompareEquivalentFunctions

  • Direct Known Subclasses:
    CompareIdenticalFunctions


    public abstract class CompareEquivalentFunctions
    extends java.lang.Object
    Provides a formalism for comparing two sets of functions which should produce identical results.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void compareMethod(java.lang.reflect.Method target, java.lang.String validationName)
      Allows directly comparing two functions to each other without going through all the other functions
      void performTests(int numMethods) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • performTests

        public void performTests(int numMethods)
      • compareMethod

        public void compareMethod(java.lang.reflect.Method target,
                                  java.lang.String validationName)
        Allows directly comparing two functions to each other without going through all the other functions
        Parameters:
        target - The method being compared
        validationName - Name of the method in the validation class

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.