opencv/modules/core
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
..
doc Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
include/opencv2/core Merge branch '2.4' 2013-02-28 11:17:06 +04:00
perf Switched to TEST_CYCLE_MULTIRUN for fast tests 2013-02-20 17:05:54 +04:00
src Add implementations for Mat::zeros() and Mat::ones() 2013-03-01 13:18:44 +08:00
test Add implementations for Mat::zeros() and Mat::ones() 2013-03-01 13:18:44 +08:00
CMakeLists.txt fixed build for CARMA: 2013-01-23 21:05:08 +04:00