Alexander Alekhin
89f23a35c5
Merge pull request #15091 from anton-potapov:fluid_internal_parallellism_custom_pfor
6 years ago
Alexander Alekhin
79310a0051
Merge pull request #15105 from komakai:camera_permissions
6 years ago
Alexander Alekhin
b69bf8a897
Merge pull request #15097 from komakai:no_samples_build-option
6 years ago
Alexander Alekhin
426482e05b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
ad092bf1ce
Merge pull request #15107 from dkurt:js_features2d_drawings
6 years ago
Alexander Alekhin
557990fdcf
Merge pull request #15104 from alalek:videoio_fix_debug_message
6 years ago
Dmitry Kurtaev
a66a1a24d7
Fix drawKeypoints and drawMatches for JS
6 years ago
Alexander Alekhin
099f4f9e7c
Merge pull request #15093 from tomoaki0705:fixCudaLegacyRansac
6 years ago
Giles Payne
2734291b35
Add CameraActivity utility class to automate Camera permission request handling
6 years ago
Lubov Batanina
781f4d439e
Merge pull request #15032 from l-bat:reduce_mean
...
* Added support for the ONNX "ReduceMean" Layer. (as this is the same as the GlobalAveragePool)
* Add ReduceMean test
* Fix ONNX importer
* Fix ReduceMean
* Add assert
* Split test
* Fix split test
6 years ago
Alexander Alekhin
a8a71eb200
Merge pull request #15092 from alalek:videoio_gstreamer_more_get_checks
6 years ago
Alexander Alekhin
61f589ddd0
videoio(gstreamer): more .get() checks
6 years ago
Alexander Alekhin
3361c59576
Merge pull request #15084 from lpea:calib3d_doc_fix
6 years ago
Anton Potapov
8936d55675
Fluid Internal Parallelism
...
- added ability to use custom implementation of "parallel for" function
6 years ago
Tomoaki Teshima
c6de84d868
cudalegacy: fix test failure of SolvePnPRansac
...
* use SOLVE_EPNP for the initial guess
6 years ago
Alexander Alekhin
228af2d617
videoio: fix debug message
6 years ago
Alexander Alekhin
199ddff13b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
985e5014bc
Merge pull request #15058 from alalek:core_fix_base64_packed_struct_master
6 years ago
Alexander Alekhin
002904e445
Merge pull request #15050 from alalek:core_fix_base64_packed_struct
6 years ago
Vitaly Tuzov
e0f8bb83a6
Merge pull request #14994 from terfendail:wintr_undistort
...
WUI based implementation to initUndistortRectifyMap (#14994 )
* Add initUndistortRectifyMap performance test
* Move cv namespace boundaries
* Add wide universal intrinsics based implementation to initUndistortRectifyMap
* Dispatch undistort
6 years ago
Lubov Batanina
12fdaf895e
Merge pull request #15057 from l-bat:fix_vizualizer
...
* Fix dumpToFile
* Add test
* Fix test
6 years ago
Alexander Alekhin
8b341884d2
Merge pull request #15080 from alalek:gapi_fix_build
6 years ago
Giles Payne
a897fc91ec
Add no_samples_build option to Android SDK build
6 years ago
Alexander Alekhin
e7bb0ecee0
gapi: fix build with unique_ptr
...
avoid generation of copy ctors with unique_ptr members
6 years ago
Alexander Alekhin
c12e26ff28
Merge pull request #15071 from l-bat:tf_split
6 years ago
Guillaume Jacob
4a28ef8034
calib3d: fix format in findChessboardCornersSB doxygen
6 years ago
Liubov Batanina
0d2bc7b5fd
Fix TF Split layer
6 years ago
Alexander Alekhin
f6ec0cd827
Merge pull request #15061 from AsyaPronina:dev/fix_merge_issue
6 years ago
AsyaPronina
add1df4bcb
Fixed issue happened during merge
6 years ago
Alexander Alekhin
65d148d9a8
Merge pull request #15024 from alalek:android_stl_cxx_shared
6 years ago
Andrey Golubev
c9bd43c0f6
Merge pull request #14945 from andrey-golubev:delete_bool
...
G-API: clean up accuracy tests (#14945 )
* Delete createOutputMatrices flag
Update the way compile args function is created
Fix instantiation suffix print function
* Update comment (NB)
* Make printable comparison functions
* Use defines instead of objects for compile args
* Remove custom printers, use operator<< overload
* Remove SAME_TYPE and use -1 instead
* Delete createOutputMatrices flag in new tests
* Fix GetParam() printed values
* Update Resize tests: use CompareF object
* Address code review feedback
* Add default cases for operator<< overloads
* change throw to GAPI_Assert
6 years ago
Andrey Golubev
c11423df1e
Merge pull request #15012 from andrey-golubev:test_output
...
G-API: Add output allocation tests for backends (#15012 )
* Add output tests for backends
* Fix large size test: output is in fact reallocated
* Use cv::Mat copies for reallocation tracking
* Separate LargeSizeWithCorrectSubmatrix test
* Rename backed output allocation tests
* Address code review feedback
Update test names
Add illustrative "expect (non-)empty" checks
Rename mat "copy" to mat reference
Add more pointer checks
* Add illustrative checks
6 years ago
Alexander Alekhin
e4e0bb533d
Merge pull request #15052 from alalek:dnn_fix_required_data
6 years ago
Andrey Golubev
e629785a97
Merge pull request #15021 from andrey-golubev:gapi_fix_standalone_exports
...
* Fix G-API export specifier in standalone build
* Make dummy GAPI_EXPORTS in case of non-OpenCV builds
* Add old version under #if 0
6 years ago
Alexander Alekhin
3a2a74b655
Merge pull request #14968 from anton-potapov:fluid_internal_parallellism
6 years ago
Alexander Alekhin
f5e01f7b49
Merge pull request #15037 from hugolm84:noop-noexcept-for-vs13
6 years ago
Chip Kerchner
c9fcc12e3b
Merge pull request #15048 from ChipKerchner:reduceStoreGatheringThreshold
...
* Reduce store gathering pressures - speeds thresholds by up to 20%
* Rename temporary histogram array and initialize so that MACOSX builder is happy
6 years ago
Anton Potapov
97e88bd769
Fluid Internal Parallelism
...
- Added new graph compile time argument to specify multiple independent
ROIs (Tiles)
- Added new "executable" with serial loop other user specified
ROIs(Tiles)
- refactored graph traversal code into separate function to be called
once
- added saturate cast to Fluid AddCsimple test kernel
6 years ago
Alexander Alekhin
d4501f08b8
core(persistence): disable base64 tests due missing encoders
6 years ago
Alexander Alekhin
2df7736562
Merge branch 'core_fix_base64_packed_struct'
6 years ago
Alexander Alekhin
4ea8526e9f
core(persistence): fix writeRaw() / readRaw() struct support
...
- writeRaw(): support structs
- readRaw(): 'len' is buffer limit in bytes (documentation is fixed)
6 years ago
Alexander Alekhin
ee1de8f30d
Merge pull request #15053 from SciMad:fix-error-message
6 years ago
Alexander Alekhin
5ccb2a4cbd
dnn(test): fix required data
6 years ago
Madhav
bee510dbce
Fix error message on invalid seam finder parameter
6 years ago
Alexander Alekhin
c3b838b738
core(persistence): struct storage layout without alignment gaps
6 years ago
Alexander Alekhin
571b69bdb6
Merge pull request #15049 from alalek:disable_14850
6 years ago
Alexander Alekhin
095f44f4b2
cmake: disable WITH_NVCUVID by default due build failures
6 years ago
Alexander Alekhin
95415ac3a5
android: change ANDROID_STL='c++_shared'
...
- fixes crashes in face-detector application
- libc++_shared.so is bundled automatically via CMake helper project
6 years ago
Alexander Alekhin
f6c573880e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
054c796213
Merge pull request #15026 from terfendail:gaussian_fix
6 years ago