Alexander Alekhin
4fea6179a0
Merge pull request #12659 from dkurt:js_features2d
7 years ago
Alexander Alekhin
055f177a6a
Merge pull request #12630 from alalek:docs_blacklist_matlab
7 years ago
Andrew Mroczkowski
3c5a6be835
Fix Xcode version parsing error (affects bitcode generation)
...
The regex was only parsing for a single digit in the major version, causing Xcode 10 to be treated as version "1". Other parts of the script only turn on bitcode generation if the Xcode version is > 7.
7 years ago
Alexander Alekhin
4b895a4d1f
Merge pull request #12657 from alalek:docs_repair_cuda_section
7 years ago
Dmitry Kurtaev
e9f99063c7
JavaScript bindings for features2d module
7 years ago
Peter Whidden
9f0ff03da5
Fix typo "wit" -> "with"
7 years ago
Alexander Alekhin
9ba659af84
Merge pull request #12660 from alalek:flann_drop_useless_mutex
7 years ago
Rostislav Vasilikhin
be989b3b60
Merge pull request #12637 from savuor:fix/instr_ipp_ocl
...
Fixes for instrumentation of IPP and OCL (#12637 )
* fixed warning about re-declaring variable when both IPP and instrumentation are enabled
* fixed segfault when no funName provided
* compilation fixed when both OCL and instrumentation are enabled
7 years ago
Alexander Alekhin
0706bd72b8
Merge pull request #12671 from alalek:fix_build_warnings_3.4
7 years ago
Alexander Alekhin
f6dc396a0f
Merge pull request #12568 from sturkmen72:patch-3
7 years ago
Alexander Alekhin
48e8e76a34
fix build warnings
7 years ago
Alexander Alekhin
fae329a0ca
Merge pull request #12650 from alalek:dnn_ocl4dnn_verification_test
...
* dnn(ocl4dnn): update kernel checks
* dnn: workaround for IDLF kernels on Intel iGPU
* dnn(test): remove "skip" check for unstable cases
7 years ago
Alexander Alekhin
52f52f6786
flann: drop useless mutex
7 years ago
Alexander Alekhin
fe56bdeeb9
Merge pull request #12647 from alalek:cmake_js_cleanup
...
* cmake: js cleanup
- avoid unnecessary 2 messages for other platforms
- drop MODULE_NAME variable
* js: cleanup build_js.py
7 years ago
Vadim Pisarevsky
b34d86ca24
Merge pull request #12548 from alalek:videoio_backend_name
7 years ago
Dmitry Kurtaev
24ab751547
Merge pull request #12565 from dkurt:dnn_non_intel_gpu
...
* Remove isIntel check from deep learning layers
* Remove fp16->fp32 fallbacks where it's not necessary
* Fix Kernel::run to prevent localsize > globalsize
7 years ago
Dmitry Kurtaev
c8f3579f93
Fix #12542 ( #12603 )
...
* Fix #12542
* Remove ignore of non-virtual-dtor error
7 years ago
Alexander Alekhin
962dc21f2b
docs: fix CUDA docs section
7 years ago
Alexander Alekhin
43e66e7ff9
Merge pull request #12644 from dkurt:dnn_out_layers_names
7 years ago
Dmitry Kurtaev
ad5898224d
Add a file with preprocessing parameters for deep learning networks
7 years ago
Dmitry Kurtaev
f8398d80bc
add Net::getUnconnectedOutLayersNames method
7 years ago
Alexander Alekhin
9faacfbc0d
Merge pull request #12639 from tomoaki0705:fixFp16CudaFailure
7 years ago
Alexander Alekhin
a610be6335
Merge pull request #12591 from sturkmen72:patch-6
7 years ago
Tomoaki Teshima
6a5266df79
fix CvFp16Test failure
7 years ago
Alexander Alekhin
238a3806b0
Merge pull request #12632 from mshabunin:move-opengl-sample
7 years ago
Alexander Alekhin
a07a4cefe1
Merge pull request #12629 from cv3d:fix/opengl
7 years ago
Maksim Shabunin
a0211a1c2f
Moved OpenGL sample to opengl folder
7 years ago
Hamdi Sahloul
47bb09bc4b
OpenGL: avoid losing precision in double-to-float conversion
7 years ago
Alexander Alekhin
93b0b03447
docs: DOXYGEN_BLACKLIST CMake variable for modules exclusion
7 years ago
Alexander Alekhin
0a23c1bf11
Merge pull request #12614 from alalek:winpack_samples_python_launcher_update
7 years ago
Alexander Alekhin
ecef7f7930
samples: update winpack python samples launcher
...
- accepts script parameter (allows drag & drop from 'explorer')
- use script dir instead of current dir (can launch samples from 'samples/dnn')
- added 'pause' to show error messages (about missing numpy) instead of instant closing
7 years ago
Hamdi Sahloul
5db13fe2a7
cuda::polarToCart: update documentation
7 years ago
Hamdi Sahloul
9932612373
cuda::polarToCart: test double precision and tune tolerance
7 years ago
Hamdi Sahloul
6203c95d31
cuda::polarToCart: Support double precision
7 years ago
Alexander Alekhin
d5d19a9f67
Merge pull request #12592 from alalek:dnn_test_at_least_one
7 years ago
Alexander Alekhin
f33f236ab6
Merge pull request #12598 from cv3d:cmake/js
7 years ago
Hamdi Sahloul
95b1fe0776
JS: Provides meaningful message in case of compile issues
7 years ago
Hamdi Sahloul
35bee663eb
JS: Improves Emscripten detection
7 years ago
Suleyman TURKMEN
98f6ea0785
Update hog.cpp
7 years ago
Alexander Alekhin
e0a5824028
dnn(test): test at least CPU code path
7 years ago
Alexander Alekhin
87b1835cb6
Merge pull request #12587 from alalek:ts_update_valgrind_test_filter
7 years ago
Alexander Alekhin
ec9c53eeff
ts: update valgrind test filter
...
- DNN: avoid very large models
- build filter per module
- fixed longTestFilter
7 years ago
Alexander Alekhin
d3eed2cf23
videoio: CAP_PROP_BACKEND property interface
7 years ago
Alexander Alekhin
51f7eb3a3c
videoio(test): add "camera" tests
...
- disabled due specific requirements (camera, OpenNI camera, etc)
- designed for manual validation
7 years ago
Alexander Alekhin
b35fbff675
videoio: added '.getBackendName()' method
7 years ago
Alexander Alekhin
15e9e3304c
Merge pull request #12579 from dkurt:dnn_reset_myriad_device
7 years ago
Alexander Alekhin
3961b214f0
Merge pull request #12577 from dkurt:dnn_tf_scripts
7 years ago
Dmitry Kurtaev
8ac7b21716
Enable Myriad device for OpenVINO models test
7 years ago
Alexander Alekhin
de54d45afd
Merge pull request #12573 from alalek:fixes_3.4
7 years ago
Alexander Alekhin
3cab9e7a9c
3.4: fixes
7 years ago