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
Vladislav Vinogradov
7c901e39e1
disable sanity test for GeneralizedHoughGuil
...
the algorithm is not stable yet
10 years ago
Vladislav Vinogradov
18d1be4530
fix tests for match template
10 years ago
Vladislav Vinogradov
26afa49d71
fix cuda match template:
...
use correct types for integral/sum outputs
10 years ago
Vladislav Vinogradov
9b8c3fd675
rewrite cuda::cvtColor with new device layer and fix test failures
10 years ago
Maksim Shabunin
128e509527
Added enviroment search paths for OpenNI2 for linux and fixed specific warning
10 years ago
Vadim Pisarevsky
1bdd86edeb
Merge pull request #3523 from jet47:fix-cuda-buffer-pool
10 years ago
Vadim Pisarevsky
cddee22cf2
Merge pull request #3527 from jet47:cuda-deprivate-old-device-layer
10 years ago
Vadim Pisarevsky
214f633dd4
Merge pull request #3541 from jet47:find-cuda-update
10 years ago
Vadim Pisarevsky
5d15676b7b
Merge pull request #3532 from oresths:filter_neon
10 years ago
Vadim Pisarevsky
8d4d36f805
Merge pull request #3538 from alalek:icv_fix_package
10 years ago
Vladislav Vinogradov
e4d0652899
[FindCUDA] improvements for cross-platform build
...
* improve `CUDA_TARGET_CPU_ARCH` cache initialization,
allow to override initial value from calling script;
* add `CUDA_TARGET_OS_VARIANT` option to select OS variant;
* add `CUDA_TARGET_TRIPLET` option to select target triplet from
`${CUDA_TOOLKIT_ROOT_DIR}/targets` folder;
* remove `CUDA_TOOLKIT_TARGET_DIR` option, now it is calculated from
`CUDA_TARGET_TRIPLET`, the old approach still can be used for compatibility;
* for CUDA 6.5 and newer try to locate static libraries too, because
in 6.5 toolkit for ARM cross compilation only static libraries are included.
10 years ago
Vladislav Vinogradov
c4246bc59c
update FindCUDA CMake module to the latest version from upstream
10 years ago
Vladislav Vinogradov
e7e0da0153
fix GpuMat::swap method:
...
add swap instruction for allocator field
10 years ago
Vladislav Vinogradov
b33f3bb2cc
refactor CV_CUDA_TEST_MAIN, use CV_TEST_MAIN for it
...
use CV_CUDA_TEST_MAIN for opencv_test_core to initialize CUDA
device information
10 years ago
Vladislav Vinogradov
8237418be6
add Allocator parameter to cudev::GpuMat_ contructors
10 years ago
Vladislav Vinogradov
f054d6316a
add cuda::HostMem::getAllocator method
...
it allows to use cudaHostAlloc methods for cv::Mat objects
10 years ago
Vladislav Vinogradov
2f8e1798ca
add more FeatureSet constants
10 years ago
Vladislav Vinogradov
1be1a28920
move CUDA core tests to core module
10 years ago
Vladislav Vinogradov
53862687d5
rename CudaMem -> HostMem to better reflect its purpose
10 years ago
Vladislav Vinogradov
9210d8e542
move allocMatFromBuf function to farneback.cpp:
...
* it is the only place, where it is used
* no need to make this function public
10 years ago
Vladislav Vinogradov
1d82aecf45
minor reorganization for CUDA doxygen groups:
...
move main CUDA group to modules/core/cuda.hpp
10 years ago