NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Functions
mitkOpenCVMathTests.cxx File Reference
Include dependency graph for mitkOpenCVMathTests.cxx:

Functions

void ArithmaticTests ()
 
void RMSTest ()
 
void FindIntersectTest ()
 
void FindIntersectsTest ()
 
void AngleBetweenLinesTest ()
 
void CheckIfLinesArePerpendicularTest ()
 
void PointInIntervalTest ()
 
void DistanceToLineTest ()
 
void DistanceToLineSegmentTest ()
 
void DotAndCrossProductTest ()
 
void NormTest ()
 
void DistanceBetweenLinesTest ()
 
void DistanceBetweenLineAndSegmentTest ()
 
void TwoPointsToPLambdaTest ()
 
void RemoveOutliersTest ()
 
void FindNearestPointTest ()
 
void DistanceBetweenTwoPointsTest ()
 
void DistanceBetweenTwoSplinesTest ()
 
int mitkOpenCVMathTests (int argc, char *argv[])
 

Function Documentation

void AngleBetweenLinesTest ( )
void ArithmaticTests ( )
void CheckIfLinesArePerpendicularTest ( )
void DistanceBetweenLineAndSegmentTest ( )
void DistanceBetweenLinesTest ( )
void DistanceBetweenTwoPointsTest ( )
void DistanceBetweenTwoSplinesTest ( )
void DistanceToLineSegmentTest ( )
void DistanceToLineTest ( )
void DotAndCrossProductTest ( )
void FindIntersectsTest ( )
void FindIntersectTest ( )
void FindNearestPointTest ( )
int mitkOpenCVMathTests ( int  argc,
char *  argv[] 
)
void NormTest ( )
void PointInIntervalTest ( )
void RemoveOutliersTest ( )
void RMSTest ( )
void TwoPointsToPLambdaTest ( )