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
..
calib3d Merge pull request #7800 from paroj:fisheye_undist 2016-12-14 03:17:49 +00:00
core Added N-dim submat selection with vectors 2016-12-15 09:16:40 -06:00
cudaarithm build: fix cuda tests 2016-12-03 13:17:37 +03:00
cudabgsegm Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudacodec Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudafeatures2d test: fix cuda build 2016-11-29 01:18:10 +03:00
cudafilters build: cuda warnings 2016-12-04 03:10:05 +03:00
cudaimgproc build: cuda warnings 2016-12-04 03:10:05 +03:00
cudalegacy Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
cudaobjdetect test: fix cuda build 2016-11-29 01:18:10 +03:00
cudaoptflow test: fix cuda build 2016-11-29 01:18:10 +03:00
cudastereo test: fix cuda build 2016-11-29 01:18:10 +03:00
cudawarping Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudev build: cuda warnings 2016-12-04 03:10:05 +03:00
features2d Merge pull request #7787 from alalek:ocl_explicit_only 2016-12-13 10:22:33 +00:00
flann Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
highgui highgui: g_thread_create deprecated warning 2016-11-26 03:01:39 +03:00
imgcodecs Merge pull request #7812 from alalek:fix_putText 2016-12-15 13:33:56 +00:00
imgproc Merge pull request #7793 from savuor:openvx_pyrDown 2016-12-16 12:48:58 +02:00
java java: fix PATH environment variable 2016-12-06 20:01:06 +03:00
ml Merge pull request #7371 from mshabunin:aruco-java-wrap 2016-10-01 15:38:59 +00:00
objdetect test: use relative error in HOG tests 2016-12-15 15:58:16 +03:00
photo test: change condition in Photo_Decolor 2016-10-20 16:54:43 +03:00
python Merge pull request #7644 from alalek:cmake_python_install 2016-11-18 12:19:00 +00:00
shape Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
stitching test: don't check magic values in stitching perf test 2016-10-31 13:37:59 +03:00
superres warnings 2016-11-18 14:08:53 +03:00
ts Test run script: added long test filter for valgrind 2016-12-14 17:16:08 +03:00
video Merge pull request #7774 from savuor:openvx_pyrlk 2016-12-16 12:46:03 +02:00
videoio Fix for unhandled error cases when using Media Foundation 2016-12-13 10:40:06 +01:00
videostab Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
viz viz: free new[] allocated arrays using delete[] instead of free 2016-11-08 13:03:22 +01:00
world Fixed identifiers warns 2016-09-30 15:16:29 +05:30
CMakeLists.txt