opencv/modules/core
Addison Elliott eb04b2bfa9 Added N-dim submat selection with vectors
Currently, to select a submatrix of a N-dimensional matrix, it requires
two lines of code while only one line of code is required if using a 2D
array.

I added functionality to be able to select an N-dim submatrix using a
vector list instead of a Range pointer. This allows initializer lists to
be used for a one-line selection.
2016-12-15 09:16:40 -06:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 Added N-dim submat selection with vectors 2016-12-15 09:16:40 -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 N-dim submat selection with vectors 2016-12-15 09:16:40 -06:00
test Added N-dim submat selection with vectors 2016-12-15 09:16:40 -06:00
CMakeLists.txt cmake: minimize MSVS projects layout 2016-08-26 13:40:16 +03:00