Alexander Alekhin
23c246882e
Merge pull request #19071 from LupusSanctus:am/dnn_nearest_resize_3.4
4 years ago
Alexander Alekhin
f290ff215e
features2d: fix ORB::setFirstScale() handling
4 years ago
Sergei Slashchinin
1f3255d76b
Merge pull request #18591 from sl-sergei:download_utilities
...
Scripts for downloading models in DNN samples
* Initial commit. Utility classes and functions for downloading files
* updated download script
* Support YAML parsing, update download script and configs
* Fix problem with archived files
* fix models.yml
* Move download utilities to more appropriate place
* Fix script description
* Update README
* update utilities for broader range of files
* fix loading with no hashsum provided
* remove unnecessary import
* fix for Python2
* Add usage examples for downloadFile function
* Add more secure cache folder selection
* Remove trailing whitespaces
* Fix indentation
* Update function interface
* Change function for temp dir, change entry name in models.yml
* Update getCacheDirectory function call
* Return python implementation for cache directory selection, use more specific env variable
* Fix whitespace
4 years ago
Yosshi999
fdeac73a59
Merge pull request #18983 from Yosshi999:bitexact-gaussian-16U-faster
...
support SIMD for larger symmetric Bit-exact 16U gaussian blur
* support SIMD for bit-exact 16U symmetric gaussian blur
* use tighter SIMD registers
4 years ago
Alexander Alekhin
175cd03ff2
calib3d: fix findCirclesGrid hang
...
- detect case with infinite loop and raise NoConv exception
- handle such exception
- add support for case with missing `blobDetector` (image contains Point2f array of candidates)
- add regression test
- undone rectification for "failed" detections too
- drop redirectError() usage
4 years ago
Alexander Alekhin
d6a7f5e1e0
Merge pull request #19075 from alalek:dnn_fix_halide_build
4 years ago
Alexander Alekhin
8ce08dedfe
Merge pull request #19072 from mshabunin:sink-sync-off
4 years ago
Alexander Alekhin
32377ce57d
android: add -llog for libprotobuf
4 years ago
Alexander Alekhin
d84a9484b7
dnn: fix build with Halide, skip tests with crashes
4 years ago
Maksim Shabunin
55a2bcbe15
videoio: turn off syncronized sink in GStreamer
4 years ago
Anastasia Murzova
f2422ace7d
Added TF nearest neighbour resize behaviour alignment
...
Relates to OpenCV issue #18721
4 years ago
Alexander Alekhin
3e5d7e1718
imgproc: fix minAreaRect()
4 years ago
Alexander Alekhin
8286d84fb1
Merge pull request #19061 from alalek:dnn_load_face_detector_with_external_protobuf
4 years ago
Alexander Alekhin
c42d0c8374
Merge pull request #19060 from alalek:issue_18097
4 years ago
Alexander Alekhin
37bfb3c48d
Merge pull request #19059 from alalek:fixup_19000
4 years ago
Alexander Alekhin
b3937288e5
cmake: update MKL library searching
...
- allow to specify MKL_LIBRARIES through command-line
4 years ago
Alexander Alekhin
7eaa548b6d
flann: drop wrapping of Index class
...
- due to lifetime restrictions on passed 'features' parameter and its dangling pointers
- dangling pointer issue is fixed for OpenCV 4.5.1+
4 years ago
Alexander Alekhin
d7e936de5c
dnn(caffe): add DetectionOutputParameter.clip to .proto file
...
- allow to load opencv_face_detector with external unpatched protobuf
4 years ago
Alexander Alekhin
d2bc0e5fe0
js(wasm): use fallback on missing intrinsics in Emscripten 2.0.0+
4 years ago
Alexander Alekhin
d8107a5125
Merge pull request #18996 from LupusSanctus:am/dnn_bilinear_resize
4 years ago
Anastasia Murzova
a82c50eac2
Added TF resize_bilinear behaviour alignment
...
Fixes OpenCV issue #18721
4 years ago
Alexander Alekhin
7fa9efbfd8
cmake: fix handling of wrappers dependencies
4 years ago
Alexander Alekhin
fe3893ff01
cmake: don't define ENABLE_NEON flags in non-cross-compiling mode
...
- NEON / ANDROID_ARM_NEON are toolchain-specific flags
- they are usually not defined for native builds
- let work CPU_BASELINE=DETECT properly
4 years ago
Alexander Alekhin
e8348e5f64
Merge pull request #19046 from alalek:issue_16861
4 years ago
Alexander Alekhin
fb85974d01
android: use protected fields in JavaCamera2View
4 years ago
Alexander Alekhin
3377ddaf09
Merge pull request #19041 from alalek:issue_19025
4 years ago
Alexander Alekhin
962f5c9b82
videoio(test): skip GStreamer in 'frame_timestamp' tests
...
- CAP_PROP_POS_MSEC is not reliable
4 years ago
Alexander Alekhin
2c634eeef2
Merge pull request #19023 from alalek:core_update_allocator_stats_type
4 years ago
Alexander Alekhin
c6e60f06eb
Merge pull request #19019 from alalek:cmake_avoid_excessive_trace_dump
4 years ago
Alexander Alekhin
e5d2642780
Merge pull request #19015 from alalek:dnn_use_fma
4 years ago
Alexander Alekhin
a9f4f8ded4
Merge pull request #19022 from alalek:cmake_avoid_duplication_of_winit_self
4 years ago
Alexander Alekhin
26e8048a0a
core: update handling of allocator stats type
...
- don't use OPENCV_ALLOCATOR_STATS_COUNTER_TYPE definition in non C++11 builds
- don't use with MinGW
4 years ago
Alexander Alekhin
6bfb0dda85
cmake: avoid duplication of -Winit-self flag
4 years ago
Alexander Alekhin
8ae1552a5b
cmake: avoid excessive output from cmake --trace/--trace-expand
...
- `cmake . --trace-expand -DCMAKE_TRACE_MODE=1`
4 years ago
Alexander Alekhin
00f36a3149
dnn: prefer to use v_fma() instead of v_c += v_a * v_b
4 years ago
Alexander Alekhin
12a36b5a94
Merge pull request #18955 from alalek:test_debug_flag
4 years ago
Alexander Alekhin
e371592f75
Merge pull request #18965 from alalek:cmake_gen_js_code
4 years ago
Alexander Alekhin
84a3654371
Merge pull request #19000 from alalek:cmake_fix_order_of_bindings_generators
4 years ago
Alexander Alekhin
7e5c4fe1cd
cmake(js): update js targets
...
- unconditional js bindings source code generation
- use common name for tests: opencv_test_js
4 years ago
Alexander Alekhin
773ccc4bf8
Merge pull request #18993 from alalek:issue_18984
4 years ago
Alexander Alekhin
b31ce408ae
cmake: fix processing order of <wrapper>_bindings_generator
...
- ensure that wrapped modules are already processed
4 years ago
Alexander Alekhin
7983c484b2
Merge pull request #18998 from upupming:patch-1
4 years ago
Alexander Alekhin
6502737bd5
Merge pull request #18992 from vertexcite:patch-1
4 years ago
Alexander Alekhin
b98dd728ca
Merge pull request #18966 from Staticity:add_live_timestamps_to_msmf
4 years ago
Randall Britten
7f3ba5963d
Fixed minor typo "poins" in documentation page
4 years ago
Yiming Li
43e58de918
fix: typo
4 years ago
Alexander Alekhin
e309ad8465
Merge pull request #18994 from alalek:umat_drop_unavailable_methods
4 years ago
Jaime Rivera
2fa624aef0
Add Timestamps to MSMF Video Capture by index
...
Enable frame timestamp tests for MSMF
Add functional test for camera live timestamps
Remove trailing whitespace
Add timestamp test to all functional tests. Protect div by 0
Add Timestamps to MSMF Video Capture by index
4 years ago
Alexander Alekhin
e958600f32
Merge pull request #18986 from alalek:fix_ipp_17453_2
4 years ago
Alexander Alekhin
484251c52b
Merge pull request #18831 from rjiejie:master-opt@pipeline
4 years ago