Maksim Shabunin
594a93316c
Fixed concurrent OpenCL cache folder name generation
7 years ago
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
7 years ago
Alexander Alekhin
9deaddcdff
Merge pull request #10490 from alalek:cmake_android_refactor_copy_project_files
7 years ago
Alexander Alekhin
98b6e1d5fe
Merge pull request #10515 from alalek:android_ndk16
7 years ago
Alexander Alekhin
57dc28fe99
Merge pull request #10504 from opentrack:fork
7 years ago
Stanislaw Halik
c8794c89c7
modules/videoio: fix PS3Eye camera property window
...
v2: fix stray trailing whitespace
v3: only allow for up to one property window at the time
Opening multiple windows in the same process will just confuse
the camera filter or outright crash.
Suggested-by: @alalek
Also return whether a dialog was opened at the time.
7 years ago
Alexander Alekhin
18edd917e3
Merge pull request #10391 from ElenaGvozdeva:HAL_minMaxIdx
7 years ago
Philipp Hasper
6032d86e23
Added getFontScaleFromHeight()
7 years ago
Dmitry Kurtaev
64a9e92390
Merge pull request #10466 from dkurt:reduce_umat_try_2
...
* UMat blobs are wrapped
* Replace getUMat and getMat at OpenCLBackendWrapper
7 years ago
Alexander Alekhin
b6075e11b8
Merge pull request #10549 from Sahloul:bug_fix/FLANN
7 years ago
Alexander Alekhin
c19764e557
Merge pull request #10568 from alalek:fix_10565
7 years ago
Alexander Alekhin
71768de939
Merge pull request #10567 from terfendail:createsample_fix
7 years ago
Alexander Alekhin
f943261847
Merge pull request #10566 from alalek:jasper_checks
7 years ago
Alexander Alekhin
7763b58a60
Merge pull request #10563 from alalek:issue_10540
7 years ago
Aaron Bray
6f8be3f693
Merge pull request #10497 from aaron-bray:msvc2017-findcuda
...
* Update to properly find the compiler tools for MSVC 2017
* FindCUDA: Fix the MSVC 2017 compiler tool locations
7 years ago
Alexander Alekhin
6113dc1b99
core: fix unresolved symbols from utils::fs
7 years ago
Alexander Alekhin
4d4f291553
Merge pull request #10513 from pengli:dnn
7 years ago
Vitaly Tuzov
29faf164b9
Fixed exception when ROI for generated sample is evaluated out of image borders
7 years ago
Alexander Alekhin
435a3e337b
imgcodecs: add more Jasper checks for supported and tested cases
7 years ago
Alexander Alekhin
f92e880d3d
Merge pull request #10544 from alalek:issue_10535
7 years ago
Alexander Alekhin
8a76fadaa3
imgcodecs: add overflow checks
7 years ago
Alexander Alekhin
be5247921d
imgcodecs: remove assert() usage
7 years ago
Li Peng
e3b42bf93b
batch_norm and blank layer ocl implementation
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
tobycollins
f34a0a874a
Merge pull request #10522 from tobycollins:issue10519
7 years ago
Alessandro de Oliveira Faria (A.K.A.CABELO)
c71dc78cd4
Merge pull request #10502 from cabelo/save-dnn-yolo
...
Save video file (#10502 )
7 years ago
Alexander Alekhin
f3dde79ed6
cmake: allow BUILD_FAT_JAVA_LIB for non-Android targets too
7 years ago
Alexander Alekhin
da0904df2d
Merge pull request #10550 from dkurt:replace_psroi_pooling_tag
7 years ago
Alexander Alekhin
c08a0edea1
Merge pull request #10545 from alalek:dnn_blob_manager_runtime_option
7 years ago
Dmitry Kurtaev
27b55ea761
Replace Caffe's psroi_pooling_param tag from 10001 to 10002
7 years ago
Hamdi Sahloul
8943441115
resolves #10548 - `FLANN::knnSearch` garbage bug (when kNN is larger than the dataset size)
7 years ago
Alexander Alekhin
6674a024fc
dnn: add OPENCV_DNN_DISABLE_MEMORY_OPTIMIZATIONS runtime option
...
replaces REUSE_DNN_MEMORY compile-time option
7 years ago
Alexander Alekhin
ee35263e48
Merge pull request #10537 from pnemonic78:master_false
7 years ago
Moshe
84596bff09
Bitwise "and false"
...
Bitwise "and false" is always false.
7 years ago
Alexander Alekhin
e3a6d74945
Merge pull request #10536 from Sahloul:bug_fix/BLOB
7 years ago
Alexander Alekhin
dd3c1d3b8c
Merge pull request #10534 from ericrwx:videoio-psnr-typo-fix
7 years ago
Alexander Alekhin
3a5cd12dee
Merge pull request #10527 from csukuangfj:local
7 years ago
Hamdi Sahloul
2d2499f610
BLOB - Support RGBA
7 years ago
Eric Wang
c11895f529
Fix typo in video_input_psnr_ssim
7 years ago
LaurentBerger
004a1cd64a
Merge pull request #10529 from LaurentBerger:ExampleGoogleNet
...
* Add a parameter labels to command line
* default value
* samples: caffe_googlenet.cpp minor refactoring
7 years ago
Alexander Alekhin
d0b2e60edc
Merge pull request #10514 from alalek:build_warnings
7 years ago
Alexander Alekhin
8e1f31f543
Merge pull request #10521 from DabatoIsCool:master
7 years ago
Fangjun Kuang
a2869109f0
Improve the documentation for cv::Affine3.
7 years ago
Alexander Alekhin
431b3b4323
cmake(android): refactor copying of Android samples project files
7 years ago
Alexander Alekhin
9966903ae1
cmake(android): fix non-idempotent INSTALL scripts
7 years ago
Arthur Williams
8a67858068
Fixed missing #include "../precomp.hpp"
7 years ago
Alexander Alekhin
f5862dacb6
Merge pull request #10432 from GlueCrow:bgfg_knn_fix
7 years ago
Li Peng
67f9406cbe
add normalize_bbox layer ocl implementation
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
f99a135eda
add eltwise layer ocl implementation
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
e1ec45c948
Merge pull request #10517 from alalek:perf_video_bgfg
7 years ago
Alexander Alekhin
8acd05f12a
Merge pull request #10421 from cezheng:patch-1
7 years ago