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
2013-02-22 17:33:30 +04:00
2013-02-28 11:17:06 +04:00
2013-02-28 11:17:06 +04:00
2013-02-01 14:35:28 +04:00
2013-02-28 11:17:06 +04:00
2013-02-18 15:35:42 +04:00
2013-02-28 11:17:06 +04:00
2013-02-28 03:18:54 +04:00
2013-03-01 09:47:46 +08:00
2013-02-18 15:35:42 +04:00
2012-07-30 10:36:23 +04:00

OpenCV: open source computer vision library

Homepage:    http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum:   http://answers.opencv.org
Dev zone:    http://code.opencv.org
Description
No description provided
Readme 422 MiB
Languages
C++ 83.4%
Cuda 5.9%
C 3.8%
Java 2.4%
CMake 2.2%
Other 2.1%