Vadim Pisarevsky
c937e15763
Merge pull request #3555 from ilya-lavrenov:sse_integral
10 years ago
Vadim Pisarevsky
f792fdc3e0
Merge pull request #3559 from ilya-lavrenov:sse_dot_s8
10 years ago
Vadim Pisarevsky
2bddbd2cb5
Merge pull request #3558 from ilya-lavrenov:sse_resize
10 years ago
Vadim Pisarevsky
ba8a971742
Merge pull request #3551 from serval2412:master
10 years ago
Vadim Pisarevsky
2b30759af0
Merge pull request #3556 from rokm:semicolon-warnings
10 years ago
Vadim Pisarevsky
622cf566b9
Merge pull request #3560 from ilya-lavrenov:sse_remap
10 years ago
Vadim Pisarevsky
9c872f5316
Merge pull request #3567 from vbystricky:intelperc_fix
10 years ago
vbystricky
083d8645a5
Fix error of compilation of cap_intelperc.cpp
10 years ago
Vladislav Vinogradov
f50a061225
added stream parameter to all cudaimgproc routines
10 years ago
Vladislav Vinogradov
220d937d9a
removed buffered versions of histogram functions
...
used BufferPool mechanism instead
10 years ago
Vadim Pisarevsky
2fd01ee24e
Merge pull request #3550 from JoeHowse:master
10 years ago
Chris Mayo
34f0da6010
Act on INSTALL_PYTHON_EXAMPLES
10 years ago
Maksim Shabunin
f8d09945ac
Added dummy build targets for compatibility
10 years ago
Vladislav Vinogradov
b4e7ee46c6
fix compilation without CUDA
10 years ago
Vladislav Vinogradov
cd0e95de16
refactor cudaarithm reductions:
...
* remove overloads with explicit buffer, now BufferPool is used
* added async versions for all reduce functions
10 years ago
Vladislav Vinogradov
a4e598f474
use new BufferPool class for some cudaarithm routines
10 years ago
Vladislav Vinogradov
7454189c2a
use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines
10 years ago
Vladislav Vinogradov
3d0410c147
remove reciprocal version of cuda::divide
...
it might cause errors, due to implicit type conversion and another cuda::divide
overload
10 years ago
Vladislav Vinogradov
00e7816c1b
add auxiliary functions to work with Input/Output arrays:
...
they allow to perform asynchronous upload/download into temporary buffer
to get valid GpuMat object
10 years ago
Maksim Shabunin
d04fc15e06
Replaced tabs with spaces in stylesheet
10 years ago
Ilya Lavrenov
02b2fdeda9
SSE resize Lanczos
10 years ago
Yan Wang
9699fde8d2
Use hypot to do vector calculation.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Ilya Lavrenov
042895977e
SSE2 conversio in remap
10 years ago
Ilya Lavrenov
f57136fd79
SSE2 cv::Mat::dot
10 years ago
Ilya Lavrenov
f6b3bc01e5
addWeighted
10 years ago
Rok Mandeljc
e3b32cce80
modules/core: removed extra semi-colon from mat.inl.hpp and utility.hpp
...
This silences the pedantic warning messages from gcc 4.8.3
10 years ago
Ilya Lavrenov
9436103ed6
SSE2 optimization of cv::integral
10 years ago
Ilya Lavrenov
1af7d397d4
optimization of UMat::setTo
10 years ago
Julien Nabet
2d5e3b57ea
Fix cppcheck reports warnings:
...
(performance) Possible inefficient checking for 'lmap' emptiness
(warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
(style) Array index '<xxx>' is used before limits check
10 years ago
Joe Howse
2d16026df6
more const correctness in OpenNI2 getProperty
10 years ago
Joe Howse
b7a3204c57
const correctness in OpenNI and OpenNI2 getProperty
10 years ago
Joe Howse
a963ade012
Removing whitespace to appease doc builder
10 years ago
Joe Howse
450ba8b43f
Frontal cat face detectors
10 years ago
Maksim Shabunin
11591b3e9d
Added Qt help generation support
10 years ago
Maksim Shabunin
3ffae9f7b7
Some documentation customization
10 years ago
Maksim Shabunin
b4050c775e
Updated sample files documentation inclusions
10 years ago
Maksim Shabunin
ec9a17e71a
Restored PlantUML support for doxygen
10 years ago
Maksim Shabunin
ad6a80f68c
Moved tutorial table-of-contents files to corresponding root level
10 years ago
Maksim Shabunin
bebf6c47c6
Removed Sphinx generation commands from cmake scripts
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
Vadim Pisarevsky
61991a3330
Merge pull request #3444 from Sync-my-L2P:patch-1
10 years ago
Vadim Pisarevsky
27b224ac74
Merge pull request #3485 from mapycz:fix-calibrate-crash
10 years ago
Vadim Pisarevsky
61886a61de
Merge pull request #3504 from a-wi:VideoCapture_get_const_v3
10 years ago
Vadim Pisarevsky
9c2ef369ed
Merge pull request #3530 from jet47:win-install-testdata
10 years ago
Vadim Pisarevsky
0ff67253f7
Merge pull request #3531 from jet47:cuda-core-refactoring
10 years ago
Vadim Pisarevsky
f85838087a
Merge pull request #3539 from mshabunin:openni-linux-paths
10 years ago
Vadim Pisarevsky
18025c2908
Merge pull request #3546 from jet47:cuda-imgproc-fixes
10 years ago
Alexander Alekhin
63fc313d02
samples: fix python contants
10 years ago
Vladislav Vinogradov
fe3f236aa5
disable GeneralizedHoughGuil performance test
10 years ago
Vladislav Vinogradov
f36546dbd2
improve error reporting in _InputArray methods
10 years ago