opencv/modules
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
..
androidcamera Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
calib3d Merge pull request #511 from aritzlc:master 2013-02-27 19:33:01 +04:00
contrib Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
core Add implementations for Mat::zeros() and Mat::ones() 2013-03-01 13:18:44 +08:00
features2d Merge branch '2.4' 2013-02-28 11:17:06 +04:00
flann Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
gpu Merge branch '2.4' 2013-02-28 11:17:06 +04:00
highgui Merge pull request #581 from vpisarev:ios_fix 2013-02-28 01:58:13 +04:00
imgproc Merge pull request #577 from ilya-lavrenov:BilateralFilter 2013-02-27 19:44:56 +04:00
java Merge branch '2.4' 2013-02-28 11:17:06 +04:00
legacy Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
ml Repair build 2013-02-26 23:12:20 +04:00
nonfree Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
objdetect Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
ocl Merge branch '2.4' 2013-02-28 11:17:06 +04:00
photo Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
python Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
softcascade fixed iOS framework compile errors after recent changes 2013-02-28 00:54:01 +04:00
stitching Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
ts Merge branch '2.4' 2013-02-28 11:17:06 +04:00
video Add ECC algorithm 2013-02-28 01:48:00 +04:00
videostab Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
world Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00