opencv/modules/core/test
Pavel Rojtberg 1dd7f546af CommandLineParser: add special <none> value to disallow empty strings
some mandatory string keys like paths must not be empty. Add the special
default value `<none>` so the CommandLineParser can enforce this and
generate an according error message for us.
2015-09-23 15:43:46 +02:00
..
ocl Modification of the related tests in core/tests/ocl 2015-08-22 13:39:34 +02:00
test_arithm.cpp Added test of minMaxLoc on filling with maximums of int 2015-09-21 13:44:30 +02:00
test_concatenation.cpp Suppress warning in constructor. 2014-04-26 00:42:26 +02:00
test_conjugate_gradient.cpp extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 2015-05-05 15:56:06 +03:00
test_countnonzero.cpp fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions 2014-04-08 17:54:08 +04:00
test_downhill_simplex.cpp extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 2015-05-05 15:56:06 +03:00
test_ds.cpp fixed memory leak in core ds tests 2015-09-11 18:46:52 +02:00
test_dxt.cpp fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428) 2015-04-29 23:08:22 +03:00
test_eigen.cpp Increased epsilon for passing test with IPPICV 2014-08-12 10:42:42 +04:00
test_hal_core.cpp added simple HAL test; added RHO homography test 2015-05-28 17:05:43 +03:00
test_io.cpp Cast some image coordinates and sizes to double. 2015-04-25 18:54:53 +02:00
test_ippasync.cpp fixed 2014-04-07 18:53:07 +04:00
test_lpsolver.cpp Used checking norm of results for LPSolver accuracy tests 2014-10-09 13:32:56 +04:00
test_main.cpp move cuda tests from core to cudaarithm 2015-02-26 19:49:12 +03:00
test_mat.cpp Changed behaviour of Mat/UMat::reshape() to accept n-dim shapes 2015-08-21 19:26:29 +03:00
test_math.cpp some more compile warnings fixed 2015-05-05 18:03:40 +03:00
test_misc.cpp fix some functions for valid processing of empty string content (cstr_==0, len_==0) 2015-08-10 18:08:58 +03:00
test_operations.cpp cv::norm -> cvtest::norm in tests 2014-04-08 14:49:20 +04:00
test_precomp.hpp cleaned-up UMat tests 2014-02-15 15:51:52 +04:00
test_ptr.cpp Added tests for Ptr. 2013-09-05 19:03:00 +04:00
test_rand.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
test_rotatedrect.cpp addressed issues 2014-02-22 09:54:16 +05:30
test_umat.cpp ocl: workaround for getUMat() 2015-09-09 18:56:14 +03:00
test_utils.cpp CommandLineParser: add special <none> value to disallow empty strings 2015-09-23 15:43:46 +02:00