opencv/modules/core/test
2015-05-03 11:31:49 +03:00
..
ocl disabled some kernels for Android && NVidia 2015-03-04 14:46:49 +03:00
test_arithm.cpp added vector<bool> support (http://code.opencv.org/issues/3826) 2015-04-29 15:36:45 +03:00
test_concatenation.cpp Suppress warning in constructor. 2014-04-26 00:42:26 +02:00
test_conjugate_gradient.cpp ok, so probably the failure in downhill simplex has been finally solved 2015-05-03 11:31:49 +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 fixed bug with simplex initialization in Downhill solver (thanks to Toby Rule for the patch): http://code.opencv.org/issues/3990. 2015-05-02 20:59:57 +03:00
test_ds.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-03-03 13:45:22 +04: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_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 added test for http://code.opencv.org/issues/1918 2015-05-03 02:46:33 +03:00
test_math.cpp refactored div & pow funcs; added tests for special cases in pow() function. 2015-05-01 21:49:11 +03:00
test_misc.cpp fix whitespace 2015-01-20 23:58:05 -05: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 fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo(). 2014-11-07 14:49:48 +03:00