Maarten de Vries
3571e8f263
Restrict std::initializer_list constructors to arithmetic types.
7 years ago
Alexander Alekhin
4ee3034496
Merge pull request #9504 from alalek:regression_9376
7 years ago
Alexander Alekhin
034aaa7a70
Merge pull request #9465 from tomoaki0705:fixJetsonTK1Build
7 years ago
Alexander Alekhin
8f05126619
imgcodecs: fix regression 9376
7 years ago
Tomoaki Teshima
6531fd142c
fix build error on Jetson TK1
...
* guard correctly in header file
* guard correctly in cmake file
7 years ago
Vadim Pisarevsky
518c6ae8c6
Merge pull request #9327 from sovrasov:fs_free_on_error_fix
7 years ago
Vadim Pisarevsky
048feeb3f0
Merge pull request #9416 from eruffaldi:f_9411_mingw_videoio
7 years ago
Vadim Pisarevsky
b00dff83de
Merge pull request #9456 from adishavit:issue_8840/CorrectlyRestoreWindowPosOnMultipleMonitors
7 years ago
Vadim Pisarevsky
4a81492b68
Merge pull request #9474 from miqlas:haiku_support
7 years ago
Vadim Pisarevsky
d861c03366
Merge pull request #9479 from alalek:issue_9477
7 years ago
Alexander Alekhin
52a60526f1
Merge pull request #9492 from paroj:ximea_serial
7 years ago
Alexander Alekhin
ee26889205
Merge pull request #9495 from alalek:fix_pylint_version
7 years ago
Alexander Alekhin
537ab13842
cmake: fix Pylint version detection
7 years ago
Pavel Rojtberg
01acb08c7b
videoio: ximea - allow opening capture by serial number
7 years ago
Adi Shavit
183081ccd3
Changes window position only if BOTH top corners are outside ALL monitors.
7 years ago
Alexander Alekhin
897b071b97
videoio(v4l): move MJPEG/JPEG to the end of probe list
7 years ago
Zoltán Mizsei
6258ff36bc
Haiku build fix
7 years ago
Zoltán Mizsei
c7516b840a
Haiku got no -lrt and -ld
7 years ago
Alexander Alekhin
8ffa29473f
Merge pull request #9467 from sovrasov:stereo_calib_fix_td
7 years ago
Vladislav Sovrasov
e0ff5106d3
calib3d: fix warning from gcc7
7 years ago
Alexander Alekhin
603fa03ac6
Merge pull request #9441 from wzw-intel:delete_program
7 years ago
Adi Shavit
8a094a5f54
Merge pull request #9445 from adishavit:master
...
* Adds cv::resizeWindow() overload taking a single cv::Size argument.
* Replaces copied documentaion with Doxygen @overload command.
7 years ago
Vladislav Sovrasov
ef7833a271
calib3d: add CALIB_FIX_TANGENT_DIST flag to stereoCalibrate
7 years ago
Wu Zhiwen
da3da84a20
ocl: Add a function to unload a run-time cached program
...
This function is the counterpart of "Context::getProg".
With this function, users have chance to unload a program
from global run-time cached programs, and save resource.
7 years ago
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