1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-27 14:23:04 +04:00
Files
opencv/modules
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
..
2016-12-03 13:17:37 +03:00
2016-09-30 15:16:29 +05:30
2016-09-30 15:16:29 +05:30
2016-11-29 01:18:10 +03:00
2016-12-04 03:10:05 +03:00
2016-12-04 03:10:05 +03:00
2016-11-29 01:18:10 +03:00
2016-11-29 01:18:10 +03:00
2016-11-29 01:18:10 +03:00
2016-09-30 15:16:29 +05:30
2016-12-04 03:10:05 +03:00
2016-11-24 11:08:11 +08:00
2016-11-23 13:53:00 +03:00
2016-11-18 14:08:53 +03:00
2016-12-04 20:28:56 +01:00
2016-09-30 15:16:29 +05:30
2014-08-05 20:12:35 +04:00