mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 06:13:05 +04:00
eb04b2bfa9
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.