opencv/modules/core
Addison Elliott fa6692afcf Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array.
This allows for an N-dimensional array to be setup in one line instead of two when using C++11 initializer lists. cv::Mat(3, {zDim, yDim, xDim}, ...) can be used instead of having to create an int pointer to hold the size array.
2016-12-14 13:52:03 -06:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array. 2016-12-14 13:52:03 -06:00
misc/java Merge pull request #7710 from alalek:debug_check_matrelease 2016-11-25 14:24:23 +00:00
perf test: fix tolerance perf check for Exp/Log/Sqrt 2016-10-20 16:54:48 +03:00
src Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array. 2016-12-14 13:52:03 -06:00
test test: refactor test to capture more information on failure 2016-12-02 18:54:27 +03:00
CMakeLists.txt cmake: minimize MSVS projects layout 2016-08-26 13:40:16 +03:00