boofcv.testing
Class CompareEquivalentFunctions
- java.lang.Object
-
- boofcv.testing.CompareEquivalentFunctions
-
- Direct Known Subclasses:
- CompareIdenticalFunctions
public abstract class CompareEquivalentFunctions extends java.lang.ObjectProvides 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 voidcompareMethod(java.lang.reflect.Method target, java.lang.String validationName)Allows directly comparing two functions to each other without going through all the other functionsvoidperformTests(int numMethods)
-
-
-
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 comparedvalidationName- Name of the method in the validation class
-
-
DataMelt 3.0 © DataMelt by jWork.ORG