Alexander Alekhin
6c37e10c83
Merge pull request #15994 from SSteve:affine_transform_docs
5 years ago
Alexander Alekhin
70146700aa
Merge pull request #15839 from alalek:core_simd_v_setall_template
5 years ago
Alexander Alekhin
5af747c6fd
Merge pull request #16001 from alalek:backport_15995
5 years ago
Alexander Alekhin
17dfae77af
Merge pull request #15991 from collinbrake:feature_grammar_fixes_8
5 years ago
Brian Wignall
af997529a1
Fix some typos
5 years ago
Steve Nicholson
0c644d1ec8
Rename parameter R to H in AffineWarper member declarations
5 years ago
Alexander Alekhin
a093a0e05c
Merge pull request #15986 from dkurt:fix_15863
5 years ago
Alexander Alekhin
cdc469786c
Merge pull request #15978 from alalek:videoio_refactor_v4l
5 years ago
Maksim Shabunin
5ff1fababc
Merge pull request #15959 from mshabunin:refactor-ml-tests
...
ml: refactored tests
* use parametrized tests where appropriate
* use stable theRNG in most tests
* use modern style with EXPECT_/ASSERT_ checks
5 years ago
Collin Brake
6276b86a78
grammar corrections
5 years ago
Dmitry Kurtaev
6e14cc2189
Resolve https://github.com/opencv/opencv/issues/15863
5 years ago
Alexander Alekhin
9e906d9e21
Merge pull request #15980 from SSteve:doxygen_links
5 years ago
Steve Nicholson
dc4af58be0
Update links to Doxygen website
5 years ago
Alexander Alekhin
4a3ab8fbdb
Merge pull request #15975 from SSteve:ios_install
5 years ago
Steve Nicholson
b38547ee9a
Update and add information to iOS build instructions.
5 years ago
Alexander Alekhin
501ff7f056
videoio(v4l2): use logging, update handling of EBUSY, device closing
...
- DEBUG logging compilation is enabled for all videoio backends
- eliminate output through perror(), stderr
5 years ago
Vadim Levin
373160ce00
Merge pull request #15973 from VadimLevin:dev/vlevin/video_capture_inf_loop
...
* Fix infinite loop when trying to change state of the busy camera
- Add finite number of attempts in tryIoctl functions
10 by default.
* Introduced new flag for ioctl call to handle EBUSY
5 years ago
Alexander Alekhin
50ac880335
Merge pull request #15971 from alalek:core_kmeans_handle_overflow
5 years ago
Natsu
54e6f5c237
Merge pull request #15970 from akemimadoka:master
...
* Fix android armv7 c++_static init crash
* core: move initialization of 'ios_base::Init' for Android
5 years ago
Alexander Alekhin
3266ac7667
core(kmeans): bailout if can't select cluster center
5 years ago
Alexander Alekhin
ca28274895
Merge pull request #15968 from alalek:fix_msa_build
5 years ago
Alexander Alekhin
ec55b6f6db
core: fix MSA build
5 years ago
Alexander Alekhin
16ad53f354
Merge pull request #15962 from alalek:dnn_fix_ie_opencvlayer
5 years ago
Alexander Alekhin
86042af108
dnn: fix registration of custom OpenCVLayer
...
- do not require extensions library
5 years ago
Alexander Alekhin
e459a5108c
Merge pull request #15951 from alalek:python_reduce_code_size
5 years ago
Alexander Alekhin
a2aa8db5a9
Merge pull request #15956 from lorenzolightsgdwarf:dnn_fix_tf_ssd
5 years ago
Everton Constantino
75315fb297
Merge pull request #15494 from everton1984:hal_vector_get_n
...
Improving VSX performance of integral function
* Adding support for vector get function on VSX datatypes so the
integral function gains a bit of performance.
* Removing get as a datatype member function and implementing a new HAL
instruction v_extract_n to get the n-th element of a vector register.
* Adding SSE/NEON/AVX intrinsics.
* Implement new HAL instruction v_broadcast_element on VSX/AVX/NEON/SSE.
* core(simd): add tests for v_extract_n/v_broadcast_element
- updated docs
- commented out code to repair compilation
- added WASM and MSA default implementations
* core(simd): fix compilation
- x86: avoid _mm256_extract_epi64/32/16/8 with MSVS 2015
- x86: _mm_extract_epi64 is 64-bit only
* cleanup
5 years ago
Lorenzo Lucignano
c40fbad12e
Samples DNN: tf_text_graph_sd.py loads box coder variance and box NMS params from config file
5 years ago
Alexander Alekhin
5d96f984b1
python: reduce code size of cv2.cpp
5 years ago
Alexander Alekhin
9d14c0b37a
Merge pull request #15939 from alalek:ffmpeg_update_3.4
5 years ago
Alexander Alekhin
2f636b4456
Merge pull request #15918 from alalek:python_debug_parameter
5 years ago
Alexander Alekhin
e07a488012
Merge pull request #15925 from alalek:core_test_simd_cpp_emulation
...
core(test): extending tests with SIMD C++ emulation code (intrin_cpp.hpp)
* core(test): test SIMD CPP emulation code (intrin_cpp.hpp)
* core(simd): eliminate build warnings from intrin_cpp.hpp
5 years ago
Alexander Alekhin
77bf5593e5
Merge pull request #15946 from alalek:fix_js_test_features2d
5 years ago
Alexander Alekhin
26513285dd
Merge pull request #15945 from alalek:dnn_ie_extension_handling
5 years ago
Alexander Alekhin
de64db3064
Merge pull request #15919 from alalek:python_fix_arginfo
5 years ago
Alexander Alekhin
ec8db970f9
js(test): update features2d test
5 years ago
Alexander Alekhin
09d54c9f52
dnn: update InferenceEngine extension handling
5 years ago
Alexander Alekhin
d00eb451bf
ffmpeg/3.4: update FFmpeg wrapper
5 years ago
Alexander Alekhin
3f431a16a3
videoio: fix ffmpeg wrapper build
5 years ago
Alexander Alekhin
593e240d7c
Merge pull request #15938 from alalek:backport_15290
5 years ago
Alexander Alekhin
fb9d59ab15
Merge pull request #15937 from clunietp:3.4-fix-13577
5 years ago
cudawarped
aff8c9bd28
videoio: retrieve encoded frames through FFmpeg backend
...
- backport 15290
- add extra test case
5 years ago
clunietp
2185bce4b7
Fix 13577
5 years ago
Alexander Alekhin
f4d55d512f
imgproc: fix bit-exact GaussianBlur() / sepFilter2D() ( #15855 )
...
* imgproc: fix bit-exact GaussianBlur() / sepFilter2D()
- avoid kernels with bad approximation
- GaussiabBlur - apply error-diffusion approximation for kernel (8-bit fraction)
* java(test): update features2d ref data
* test: update test_facedetect
5 years ago
Sebastián Gurin
955b20230c
Merge pull request #15503 from cancerberoSgx:js-test-puppeteer
...
Js test puppeteer
* run_puppeteer.js / tests
* js run test section
* rollback html
* whitespace
* js: update OpenCV.js tests infrastructure
* js: exclude puppeteer from default 'npm install'
* js: update notes
* js: more fixes in run_puppeteer
* fix build folder
5 years ago
Alexander Alekhin
686ea5c1a6
Merge pull request #15917 from ChipKerchner:demosaicingToHal2
5 years ago
Alexander Alekhin
7ec91aefc1
python: force using of ArgInfo
5 years ago
Alexander Alekhin
973b367da6
python: emit bindings conversion failures on OPENCV_PYTHON_DEBUG=1
5 years ago
ChipKerchner
1d33335e33
Convert demosiacing with variable number of gradients to HAL - 5.5x faster
5 years ago
Alexander Alekhin
1f57eb93fd
Merge pull request #15911 from l-bat:fix_reducel2
5 years ago