1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-26 22:03:04 +04:00
Files
opencv/modules
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
..
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-12-06 20:01:06 +03:00
2016-11-18 14:08:53 +03:00
2016-09-30 15:16:29 +05:30
2014-08-05 20:12:35 +04:00