- 22 Oct, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Vladislav Vinogradov authored
-
- 01 Mar, 2013 1 commit
-
-
Artanis authored
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.
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 27 Jun, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 08 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 17 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
-
- 28 Sep, 2010 1 commit
-
-
Anatoly Baksheev authored
warnings in cxcore added graphcut wrapper
-
- 22 Sep, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Sep, 2010 1 commit
-
-
Vadim Pisarevsky authored
-