opencv/modules/core/test
Artanis 993522598b Add implementations for Mat::zeros() and Mat::ones()
In class Mat, "static MatExpr Mat::zeros(int ndims, const int* sz, int
type)" and "static MatExpr Mat::ones(int ndims, const int* sz, int
type)" are declared but never implemented. That means we can see their
manuals from
"http://docs.opencv.org/modules/core/doc/basic_structures.html" but we
can't use them. Here I tried to finish their implementation.
I have also changed MatOp_Initializer::assign to make it support
multi-dimension Mat.
Test cases are added in test_math.cpp as well.
2013-03-01 13:18:44 +08:00
..
test_arithm.cpp Reenabled second test 2013-02-11 16:53:41 +04:00
test_countnonzero.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_ds.cpp fixed #2297, #2300; fixed several warnings 2012-08-28 13:45:35 +04:00
test_dxt.cpp fixed Core_MulSpectrums failure 2013-02-25 22:02:24 +04:00
test_eigen.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_io.cpp All tests writing temporary files are updated to use cv::tempfile() function 2012-06-25 11:24:06 +00:00
test_main.cpp reverted broken opencv_test_core launcher 2011-06-10 12:21:26 +00:00
test_mat.cpp Fix x64 build warnings 2013-02-25 15:04:19 +04:00
test_math.cpp Add implementations for Mat::zeros() and Mat::ones() 2013-03-01 13:18:44 +08:00
test_misc.cpp Added a test that documents that negative numbers are not clipped by cv::saturate_cast 2013-02-11 14:58:38 +04:00
test_operations.cpp added tests for #1373, #2629, #2719; fixed another bug in determinant(Matx<T,n,n>) 2013-01-28 17:27:08 +04:00
test_precomp.cpp fixed compile problems when Makefiles are used 2011-01-11 12:14:31 +00:00
test_precomp.hpp Fix OS X build warnings 2012-11-09 11:29:52 +04:00
test_rand.cpp fixed #2297, #2300; fixed several warnings 2012-08-28 13:45:35 +04:00