Maksim Shabunin
904640c9ae
Split matrix.cpp into smaller pieces
7 years ago
Pavel Vlasov
30a6cee2fe
Instrumentation for OpenCV API regions and IPP functions;
8 years ago
Maksim Shabunin
6e9d0d9a0c
Visual Studio 2015 warning and test fixes
9 years ago
Alexander Alekhin
06617392e0
workaround issue with MatExpr
10 years ago
Alexander Alekhin
53fc5440d7
implement singleton lazy initialization
10 years ago
Camille
55a5e6be2c
bug fix 3696
10 years ago
Alexander Smorkalov
acbc7362db
Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed.
...
fix MatOpInitializer
10 years ago
Camille
cbb5fc0acc
bug fix 3696
11 years ago
berak
7b160fa3cb
added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756 )
11 years ago
Alexander Smorkalov
0c30b18769
Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed.
11 years ago
Vadim Pisarevsky
d8c8339bec
the first draft of transparent API and new UMat class. more files
11 years ago
Andrey Kamaev
c886afb502
Finalize cv::Mat transition
12 years ago
Vladislav Vinogradov
b28677bd90
fixed misprint in MatOp::augAssignXor
12 years ago
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.
12 years ago
Marina Kolpakova
162f9fd7ea
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
13 years ago
Vadim Pisarevsky
d60b1f2f82
fixed bug #2106 ; added test
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Vadim Pisarevsky
3b9e752be7
some more core functions documented + minor fixes and rearrangements
14 years ago
Vadim Pisarevsky
0c877f62e9
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
14 years ago
Vadim Pisarevsky
abeeb40d46
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
14 years ago
Anatoly Baksheev
60e572bbcf
fixed gpu morphology: now kernel in gpu is passed to npp functions.
...
warnings in cxcore
added graphcut wrapper
14 years ago
Vadim Pisarevsky
d72d11d09d
improved matrix expressions efficiency in some cases & simplified the code
14 years ago
Vadim Pisarevsky
ec314cf232
moved the matrix expressions from mat.hpp to matop.cpp. That should improve build times
14 years ago