Alexander Alekhin
bee5cb504b
Merge pull request #9140 from Cartucho:linter_python
7 years ago
Alexander Alekhin
717b2f496f
Merge pull request #9139 from Cartucho:improve_match_template_py
...
GSoC - Improving code match_template.py
7 years ago
Alexander Alekhin
a2f7132648
Merge pull request #9460 from Cartucho:pylint_samples_py
7 years ago
tribta
7555ab194f
Samples Python:
...
* Unused variables
* Bad identation
7 years ago
Alexander Alekhin
91f680aff6
Merge pull request #9448 from alalek:issue_9443
7 years ago
Alexander Alekhin
3202bbe17c
Merge pull request #9349 from dkurt:tf_deconv
7 years ago
Alexander Alekhin
bc3280d64d
Merge pull request #9414 from gadcam:HOGDescriptor-winSigma
7 years ago
Alexander Alekhin
8e7e24ac80
Merge pull request #9394 from dkurt:fix_halide_wrapper
7 years ago
Alexander Alekhin
cc5da83474
Merge pull request #9252 from jbms:fix/tiff-in-memory
7 years ago
Alexander Alekhin
c515e878ab
build: eliminate Win32 warnings
7 years ago
Alexander Alekhin
d195f2775a
cmake: change Pylint integration
7 years ago
tribta
b7fa6d84bc
Using Pylint Tool to Test the python tutorial codes
...
* Adding CMake script to check if pylint is installed
* Adding Pylint config file (to choose the tests that are enabled)
* Adding CMake script to samples/python/tutorial_code
Testing: bad-indentation, mixed-indentation, unnecessary-semicolon, unused-variable
7 years ago
Alexander Alekhin
9c14a2f0aa
Merge pull request #9395 from lupustr3:pvlasov/icv2017u3_update
7 years ago
Alexander Alekhin
e80766abf0
Merge pull request #9419 from sturkmen72:patch-1
7 years ago
Alexander Alekhin
25a4559565
Merge pull request #9294 from arrybn:layers_perf
7 years ago
Alexander Alekhin
dcfc1fe17e
Merge pull request #9333 from dkurt:update_mobilenet_sample
7 years ago
Alexander Alekhin
63cd581d75
Merge pull request #9451 from alalek:fix_warning_self_assign
7 years ago
Boris Fomitchev
c48807c383
Merge pull request #9418 from borisfom:cuda9
...
CUDA9 build fixed, added detection (#9418 )
* CUDA9 build fixed, added detection
* Replacing deprecated __shfl_xxx with __shfl_sync, fixing bogus CUDA9 warnings
7 years ago
Alexander Alekhin
d0509f6702
Merge pull request #9449 from ribalda:ocv
7 years ago
Alexander Alekhin
1fc9425bb1
Merge pull request #9450 from alalek:issue_9440
7 years ago
Alexander Alekhin
8285924cf3
ts: eliminate build warning '-Wself-assign'
7 years ago
Alexander Alekhin
97aaaf50b8
carotene: removed unnecessary 'register' specifier
7 years ago
Alexander Alekhin
c5f2170ce8
carotene: don't use __asm__ with aarch64
7 years ago
Ricardo Ribalda Delgado
6fc5697950
ocl: Fix OpenCL library detection in Linux
...
OpenCL runtime does not require OpenCL development file (libOpenCL.so),
just the "run" library (so.1).
This patch searches for the run library (so.1) if the dev library (.so)
is not found.
Web search shows that this error has been present since at least 2015
http://answers.opencv.org/question/80532/haveopencl-return-false/
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
7 years ago
Alexander Alekhin
aacae20657
imgcodesc: fix code problems with integer overflow / address arithmetic / UB
7 years ago
Alexander Alekhin
c9fe702671
Merge pull request #9447 from dkurt:qt_windows
7 years ago
Dmitry Kurtaev
7123d9c376
Added 1ms delay to let system decorate Qt windows
7 years ago
Alexander Alekhin
a893b147dc
Merge pull request #9428 from csukuangfj:fix-commandline-parser
7 years ago
Pavel Vlasov
a57718e1ac
ICV2017u3 package update;
...
- Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled.
- Performance regressions fixes for IPP code paths;
- cv::boxFilter integration improvement;
- cv::filter2D integration improvement;
7 years ago
Aleksandr Rybnikov
8b1146deb2
Added function to get timings for layers
7 years ago
KUANG Fangjun
97ec91ad67
fix cv::CommandLineParser.
...
It should handle bool value not only of "true" but also of "TRUE" and "True".
7 years ago
Dmitry Kurtaev
1e3052d3cd
Update MobileNet object detection sample
7 years ago
Alexander Alekhin
b67c64e2c8
Merge pull request #9439 from eruffaldi:macos_build_opengl_qt5_interop2
7 years ago
Emanuele Ruffaldi
301ab43897
apple exclusion
7 years ago
Alexander Alekhin
a710317aa0
Merge pull request #9421 from csukuangfj:fix-doc
7 years ago
Alexander Alekhin
8f301151e4
Merge pull request #9438 from lpea:master
7 years ago
Guillaume Jacob
688fcf14f3
CMakeLists.txt: fix a typo in a message
7 years ago
Alexander Alekhin
f0fb665407
Merge pull request #9376 from alalek:imgcodecs_refactoring
7 years ago
Alexander Alekhin
cc5b99c236
Merge pull request #9436 from alalek:cmake_drop_install_name_dir
7 years ago
Alexander Alekhin
af09cb2834
Merge pull request #9347 from kschwan:fix-docs
...
Fix doxygen comment in BFMatcher
7 years ago
Alexander Alekhin
5adc0bf3a7
Merge pull request #9434 from alalek:fix_numpy_warning
7 years ago
Alexander Alekhin
58dc58aa51
cmake: drop INSTALL_NAME_DIR
7 years ago
Alexander Alekhin
2eb3c02059
Merge pull request #9431 from alalek:cmake_compiler_version
7 years ago
Alexander Alekhin
179ef0a975
Merge pull request #9429 from StevenPuttemans:fix_9404
7 years ago
Alexander Alekhin
ea6fe71a50
python: eliminate -Wundef warning about NPY_INTERNAL_BUILD
...
numpy 1.13.0+
7 years ago
Boris Fomitchev
76f7fb5231
Extending CPU dispatch to the tests; fixing a typo
7 years ago
Dmitry Kurtaev
54f0616a13
Deconvolution layer from TensorFlow
7 years ago
Alexander Alekhin
f694192878
cmake: use CMAKE_CXX_COMPILER_VERSION (CMake 2.8.8+)
...
- '-fvisibility' flag was updated
- PVAPI library detection was changed
7 years ago
Suleyman TURKMEN
ea4bcadb38
Update faq.markdown
7 years ago
Steven Puttemans
9b173e2db1
fix description of setTrackbarMin
7 years ago