okriof
ef42baf9f0
Merge pull request #13361 from okriof:brisk_getset
...
* Get/Set functions for BRISK parameters, issue #11527 .
Allows setting threshold and octaves parameters after creating a brisk object. These parameters do not affect the initial pattern initialization and can be changed later without re-initialization.
* Fix doc parameter name.
* Brisk get/set functions tests. Check for correct value and make tests independent of default parameter values.
* Add dummy implementations for BRISK get/set functions not to break API in case someone has overloaded the Feature2d::BRISK interface. This makes BRISK different from the other detectors/descriptors on the other hand, where get/set functions are pure virtual in the interface.
6 years ago
Maksim Shabunin
fe459c82e5
Merge pull request #13332 from mshabunin:dnn-backends
...
DNN backends registry (#13332 )
* Added dnn backends registry
* dnn: process DLIE/FPGA target
6 years ago
Alexander Alekhin
cdf906b233
Merge pull request #12945 from terfendail:core_wintr_full
6 years ago
Alexander Alekhin
ead7bc883d
Merge pull request #13364 from nglee:dev_FixLineIteratorExample
6 years ago
Alexander Alekhin
e55ad25355
Merge pull request #13363 from kartikmohta:patch-1
6 years ago
Alexander Alekhin
838624bf53
Merge pull request #13362 from alalek:photo_move_durand_contrib
6 years ago
Namgoo Lee
83c7dfb6a4
Fix error in LineIterator example code in doc
6 years ago
Kartik Mohta
80a3d7bffa
Fix comment marker in OpenCVDetectCudaArch.cu
6 years ago
Dmitry Kurtaev
c9e0c77d73
Concat layer from TensorFlow with constant inputs
6 years ago
Alexander Alekhin
742f22c09b
photo: move TonemapDurand to opencv_contrib
6 years ago
Maksim Shabunin
6481397710
Merge pull request #13358 from terfendail:disflow_warn
6 years ago
Vitaly Tuzov
6ad8a9c09d
Replaced core module calls to universal intrinsics with wide universal intrinsics
6 years ago
Vitaly Tuzov
388ccda85d
Fixed static analyzer warnings in DISOpticalFlow
6 years ago
Alexander Alekhin
2e0150e601
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
aee865fec9
Merge pull request #13352 from alalek:issue_13324
6 years ago
Alexander Alekhin
2dc5e245d0
Merge pull request #13350 from alalek:fix_kw_gapi
6 years ago
Alexander Alekhin
ea3a5950a3
Merge pull request #13346 from alalek:fix_kw_persistence
6 years ago
Alexander Alekhin
0d439a9879
Merge pull request #13351 from mshabunin:fix-va-compile
6 years ago
Alexander Alekhin
99f6f8ea9d
Merge pull request #13348 from alalek:kw_videoio_v4l
6 years ago
Alexander Alekhin
39e448f7be
Merge pull request #13347 from alalek:kw_resize_check
6 years ago
Alexander Alekhin
80c2adbda1
core: add getcwd() stub
6 years ago
Maksim Shabunin
c26c43c69c
Fixed compilation with VA-interop on 32-bit platforms
6 years ago
Alexander Alekhin
4e8311085f
core(persistence): fix KW issues
6 years ago
Alexander Alekhin
cf0be1a0af
Merge pull request #13349 from mshabunin:fix-highgui-test
6 years ago
Alexander Alekhin
26d2095dd6
videoio(v4l): initialize members in ctor
6 years ago
Alexander Alekhin
c577c2cc6a
gapi: eliminate KW issues
6 years ago
Maksim Shabunin
905d96dd4a
Restored 500ms delay in highgui test
6 years ago
Alexander Alekhin
2d5ccc7b3e
imgproc(resize): update checks (static analyzers)
6 years ago
Alexander Alekhin
a0fed8d9ea
Merge pull request #13338 from alalek:fix_resize_bitexact_test
6 years ago
Alexander Alekhin
4e29e2fc7d
imgproc(test): fix resize bitexact test
...
- use "random" area on input image
- avoid duplicate cases
6 years ago
Alexander Alekhin
a811059bfb
Merge pull request #13336 from sergiud:core_sse_immediates_gcc-5.4.0
6 years ago
Sergiu Deitsch
e43a5ff9be
fixed gcc 5.4.0 compilation errors
6 years ago
Vitaly Tuzov
00c9ab8c23
Merge pull request #13317 from terfendail:norm_wintr
...
* Added performance tests for hal::norm functions
* Added sum of absolute differences intrinsic
* norm implementation updated to use wide universal intrinsics
* improve and fix v_reduce_sad on VSX
6 years ago
Alexander Alekhin
197285d12a
Merge pull request #13331 from dbudniko:dbudniko/gapi_gpu_to_ocl_renaming_patch
6 years ago
Evgeny Latkin
ab430b8c87
Merge pull request #13329 from elatkin:el/gapi_perf_medblur
...
GAPI (fluid): Median blur optimization (#13329 )
* GAPI (fluid): Median blur optimization: reference 3x3
* GAPI (fluid): Median blur optimization: CPU dispatcher
* GAPI (fluid): Median blur optimization: manual CV_SIMD
6 years ago
Dmitry Budnikov
d1029faa90
patch removes gpu mention from ocl backend
6 years ago
Dmitry Budnikov
6374b99a1a
Merge pull request #13240 from dbudniko:dbudniko/gapi_gpu_to_ocl_renaming
...
G-API rename GPU backend to OCL backend (#13240 )
* renaming draft
* inline namespace instead non-safe define
* more back compatibility
* Updates after review from Dmitry
6 years ago
Alexander Alekhin
ccf96b9e05
Merge pull request #13323 from alalek:issue_13297
6 years ago
Alexander Alekhin
3fe70d5cd5
Merge pull request #13327 from allnes:qrcode_modifications
6 years ago
Alexander Nesterov
adb630ba3a
Corrected parameters
6 years ago
Alexander Alekhin
5ed7d5a5d9
imgproc: local "CV_Assert(totalSampleCount > 0)" check
6 years ago
Alexander Alekhin
4fb9bce79f
Merge pull request #13264 from mshabunin:fix-windows
6 years ago
Alexander Alekhin
487f631243
Merge pull request #13320 from alalek:api_checks_4.0.0
6 years ago
Alexander Alekhin
1f7728db35
Merge pull request #13322 from akashivskyy:pr/iossim-archs
6 years ago
Adrian Kashivskyy
b7c134617d
Add ability to specify iPhoneSimulator ARCHS
6 years ago
Evgeny Latkin
c928c21fe7
Merge pull request #13319 from elatkin:el/gapi_perf_erdilate_2
...
GAPI (fluid): Erode/Dilate optimization, part 2 (#13319 )
* GAPI (fluid): Erode/Dilate optimization: hard-code 3x3 case
* GAPI (fluid): Erode/Dilate optimization: CPU dispatcher
* GAPI (fluid): Erode/Dilate optimization: speed-up 10-15x times with CV_SIMD
* GAPI (fluid): Erode/Dilate optimization: 20-30% speed-up
6 years ago
Alexander Alekhin
59fa477edb
opencv4: fix abi-checker (to enable API/source checks only)
6 years ago
Evgeny Latkin
992d5b8bcd
Merge pull request #13315 from elatkin:el/gapi_perf_erdilate
...
GAPI (fluid): Erode/Dilate optimization (#13315 )
* GAPI (fluid): Erode/Dilate optimization: hard-code 3x3 case
* GAPI (fluid): Erode/Dilate optimization: CPU dispatcher
* GAPI (fluid): Erode/Dilate optimization: speed-up 10-15x times with CV_SIMD
6 years ago
Alexander Alekhin
fab0eb0d75
cmake: fix compiler flags (CPU_BASELINE_REQUIRED=xxx + CPU_BASELINE=DETECT)
6 years ago
Evgeny Latkin
6808d33b2f
Merge pull request #13290 from elatkin:el/gapi_perf_filter2d
...
GAPI (fluid): Filter 2D optimization (#13290 )
* GAPI (fluid): Filter 2D optimization: speedup 13x if float, 2x if integral
* GAPI (fluid): Filter 2D speedup 8x if output is short/ushort
* GAPI (fluid): Filter 2D speedup 7x if output is uchar
* GAPI (fluid): Filter 2D optimization: fixed compiler warnings
* GAPI (fluid): fix compiler warnings on Mac
* GAPI (fluid): fix compiler warnings on Mac
* GAPI (fluid): fix compiler errors on VS2015
* GAPI (fluid): fix compiler errors on VS2015
* GAPI (fluid): fix compiler errors on VS2015
6 years ago