opencv/modules
SarenT c6d9ce8fd3 Merge pull request #10489 from SarenT:offset-mat_put
Adding capability to parse subsections of a byte array in Java bindings (#10489)

* Adding capability to parse subsections of a byte array in Java bindings. (Because Java lacks pointers. Therefore, reading images within a subsection of a byte array is impossible by Java's nature and limitations. Because of this, many IO functions in Java require additional parameters offset and length to define, which section of an array to be read.)

* Corrected according to the review. Previous interfaces were restored, instead internal interfaces were modified to provide subsampling of java byte arrays.

* Adding tests and test related files.

* Adding missing files for the test.

* Simplified the test

* Check was corrected according to discussion. An OutOfRangeException will be thrown instead of returning.

* java: update MatOfByte implementation checks / tests
2018-01-12 18:00:58 +03:00
..
calib3d Merge pull request #10522 from tobycollins:issue10519 2018-01-09 15:54:36 +03:00
core Merge pull request #10489 from SarenT:offset-mat_put 2018-01-12 18:00:58 +03:00
cudaarithm Fix CUDA integral. 2017-12-04 02:22:52 +01:00
cudabgsegm Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudacodec Merge pull request #9599 from whizzzkid:master 2017-09-17 19:24:43 +00:00
cudafeatures2d test: fix cuda build 2016-11-29 01:18:10 +03:00
cudafilters cudafilters: don't modify "const" data 2017-09-08 14:19:09 +03:00
cudaimgproc Merge pull request #8367 from khnaba:cuda-calchist-with-mask 2017-03-15 09:34:00 +00:00
cudalegacy clean up the code 2017-12-22 08:42:21 +09:00
cudaobjdetect fix CUDA build 2017-09-04 14:41:29 +03:00
cudaoptflow fixed non c++11 warnings. 2017-10-15 12:12:00 -04: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 Fix CUDA integral. 2017-12-04 02:22:52 +01:00
dnn Merge pull request #10466 from dkurt:reduce_umat_try_2 2018-01-10 21:50:54 +03:00
features2d BLOB - Support RGBA 2018-01-07 14:30:40 +09:00
flann resolves #10548 - FLANN::knnSearch garbage bug (when kNN is larger than the dataset size) 2018-01-08 18:58:55 +09:00
highgui Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
imgcodecs Merge pull request #10566 from alalek:jasper_checks 2018-01-10 10:15:41 +00:00
imgproc Merge pull request #10514 from alalek:build_warnings 2018-01-05 20:54:01 +00:00
java Merge pull request #10489 from SarenT:offset-mat_put 2018-01-12 18:00:58 +03:00
js JavaScript bindings for dnn module 2017-12-08 18:33:48 +03:00
ml ml(ANN_MLP): ensure that train() call is always successful 2017-12-22 18:50:04 +00:00
objdetect Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
photo Reverted calls to linear resize back to generic version for floating point matrices 2017-12-22 17:10:03 +03:00
python cmake: eliminate ninja generator warning (CMake 3.10), refactor code 2018-01-05 04:42:24 +00:00
shape Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
stitching Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
superres Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
ts ts(feature): add "--test_threads=<N>" command-line option 2017-12-27 15:16:41 +00:00
video Merge pull request #10432 from GlueCrow:bgfg_knn_fix 2018-01-05 14:16:17 +00:00
videoio modules/videoio: fix PS3Eye camera property window 2018-01-11 16:37:02 +01:00
videostab Merge pull request #9979 from fakabbir:ImproveDoc 2017-11-08 16:55:48 +00:00
viz handle legacy VTK functions 2017-12-21 01:33:25 -08:00
world ocl: fix world compilation on Windows 2017-10-11 19:04:42 +03:00
CMakeLists.txt