Andrey Golubev
304e3ac12f
G-API: fix Fluid reshape with unused nodes (Merge pull request #15115 )
...
* G-API: fix fluid reshape with unused nodes
* Update test names
* Add FIXME for future improvement
5 years ago
Lubov Batanina
778f42ad34
Add high level API (Merge pull request #14780 )
...
* Add high level API
* Fix Model
* Add DetectionModel
* Add ClassificationModel
* Fix classify
* Add python test
* Fix pytest
* Fix comments to review
* Fix detect
* Fix docs
* Modify DetectionOutput postprocessing
* Fix test
* Extract ref boxes
* Fix draw rect
* fix test
* Add rect wrap
* Fix wrap
* Fix detect
* Fix Rect wrap
* Fix OCL_FP16
* Fix MyriadX
* Fix nms
* Fix NMS
* Fix coords
5 years ago
Maksim Shabunin
f482050f9a
Merge pull request #15172 from TheGoddessInari:fix_windows
5 years ago
TheGoddessInari
4e998c9ade
Make sure to use defined(__GNUC__) instead of bare __GNUC__ in flann2 header.
...
This fixes a compiler error on MSVC with Unreal Engine (at least).
5 years ago
Alexander Alekhin
3debb98805
Merge tag '4.1.1'
5 years ago
Alexander Alekhin
ddbd10c001
release: OpenCV 4.1.1
...
OpenCV 4.1.1
5 years ago
Alexander Alekhin
7c0a43d425
Merge tag '4.1.1-openvino'
5 years ago
Alexander Alekhin
0cf479dd5c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
2693ed9b22
Merge tag '3.4.7'
5 years ago
Alexander Alekhin
4a7ca5a291
OpenCV version++ (3.4.7)
...
OpenCV 3.4.7
5 years ago
Alexander Alekhin
7295983964
Merge pull request #15139 from alalek:openvino_2019R2
5 years ago
Alexander Alekhin
39a6889767
Merge pull request #15118 from dkurt:fix_15106
5 years ago
Chip Kerchner
0db4fb1835
Merge pull request #15136 from ChipKerchner:dotProd_unroll
...
* Unroll multiply and add instructions in dotProd_32f - 35% faster.
* Eliminate unnecessary v_reduce_sum instructions.
5 years ago
Alexander Alekhin
ac425f67e4
Merge pull request #15150 from alalek:fix_15124_15125
5 years ago
Dmitry Kurtaev
a2125594ea
Fix false positives of face detection network for large faces
5 years ago
Alexander Alekhin
1f736a95a7
Merge pull request #15131 from paroj:web
5 years ago
Alexander Alekhin
79859ebca3
Merge pull request #15145 from alalek:fix_15127
5 years ago
Alexander Alekhin
416c693b3f
dnn(test): OpenVINO 2019R2
5 years ago
Alexander Alekhin
321c74ccd6
objdetect: validate feature rectangle on reading
5 years ago
Alexander Alekhin
5691d998ea
core(persistence): added null ptr checks
5 years ago
Alexander Alekhin
6158bd2afa
Merge pull request #15103 from alalek:simd_intrinsics_in_user_code
5 years ago
Alexander Alekhin
d2911a8d41
dnn: use OpenVINO 2019R2 defines
5 years ago
Andrey Golubev
b10ec8ef8b
Merge pull request #14985 from andrey-golubev:gapi_fix_ocl_umat
...
* G-API: fix GOCLExecutable issue with UMat lifetime
Add tests on initialized/uninitialized outputs for all
backends
* Use proper clean-up procedure for magazine
* Rename InitOut test and reduce tested sizes
* Enable output allocation test
5 years ago
Alexey Smirnov
8313209704
Merge pull request #14952 from smirnov-alexey:gapi_transform_macro_rework
...
G-API: GAPI_TRANSFORM internal functionality rework (#14952 )
* Change internal pattern and substitute signatures and refactor tests
* Enhance GArrayU with type-checker function
Add a couple of new tests on GAPI_TRANSFORM
5 years ago
Alexander Alekhin
89f23a35c5
Merge pull request #15091 from anton-potapov:fluid_internal_parallellism_custom_pfor
5 years ago
Hugo Lindström
2ee00e7f7d
Merge pull request #15059 from hugolm84:improved-support-for-wince
...
* Improve support for Windows Embedded Compact
* Remove redundant set(WINCE true) and format CMake
5 years ago
Pavel Rojtberg
293729f48a
js: whitelist some more functions (calib3d , aruco)
5 years ago
Alexander Alekhin
79310a0051
Merge pull request #15105 from komakai:camera_permissions
5 years ago
Alexander Alekhin
b69bf8a897
Merge pull request #15097 from komakai:no_samples_build-option
5 years ago
Alexander Alekhin
426482e05b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
ad092bf1ce
Merge pull request #15107 from dkurt:js_features2d_drawings
5 years ago
Alexander Alekhin
557990fdcf
Merge pull request #15104 from alalek:videoio_fix_debug_message
5 years ago
Dmitry Kurtaev
a66a1a24d7
Fix drawKeypoints and drawMatches for JS
5 years ago
Alexander Alekhin
099f4f9e7c
Merge pull request #15093 from tomoaki0705:fixCudaLegacyRansac
5 years ago
Giles Payne
2734291b35
Add CameraActivity utility class to automate Camera permission request handling
5 years ago
Alexander Alekhin
8bac8b513c
core: support SIMD intrinsics in user code
5 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
5 years ago
Alexander Alekhin
a8a71eb200
Merge pull request #15092 from alalek:videoio_gstreamer_more_get_checks
5 years ago
Alexander Alekhin
61f589ddd0
videoio(gstreamer): more .get() checks
5 years ago
Alexander Alekhin
3361c59576
Merge pull request #15084 from lpea:calib3d_doc_fix
5 years ago
Anton Potapov
8936d55675
Fluid Internal Parallelism
...
- added ability to use custom implementation of "parallel for" function
5 years ago
Tomoaki Teshima
c6de84d868
cudalegacy: fix test failure of SolvePnPRansac
...
* use SOLVE_EPNP for the initial guess
5 years ago
Alexander Alekhin
228af2d617
videoio: fix debug message
5 years ago
Alexander Alekhin
199ddff13b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
985e5014bc
Merge pull request #15058 from alalek:core_fix_base64_packed_struct_master
5 years ago
Alexander Alekhin
002904e445
Merge pull request #15050 from alalek:core_fix_base64_packed_struct
5 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
5 years ago
Lubov Batanina
12fdaf895e
Merge pull request #15057 from l-bat:fix_vizualizer
...
* Fix dumpToFile
* Add test
* Fix test
5 years ago
Alexander Alekhin
8b341884d2
Merge pull request #15080 from alalek:gapi_fix_build
5 years ago
Giles Payne
a897fc91ec
Add no_samples_build option to Android SDK build
5 years ago