11369 Commits (f960a5707d99d9a55da8f2b12e96bcad65fd9b90)

Author SHA1 Message Date
Vladislav Vinogradov f960a5707d refactor CUDA ORB feature detector/extractor algorithm: 10 years ago
Vladislav Vinogradov 554ddd2ec4 fix compilation without CUDA 10 years ago
Vladislav Vinogradov 9f77ffb03f extend Feature2DAsync interface 10 years ago
Vladislav Vinogradov 14ef62ed66 refactor CUDA FAST feature detector algorithm: 10 years ago
Vladislav Vinogradov 6f91b7f6a4 remove firstLevel=2 test case, because CPU implementation fails 10 years ago
Adam Borowski 7b0d1c932e Get rid of sysctl includes on Linux. 10 years ago
Yan Wang 75277bb770 Remove unnecessary global/local dim for radius match. 10 years ago
Joe Howse 379de5708f Fix shadowed variable warning 10 years ago
Ashod Nakashian 473964806c Added imread and imreadmulti regression tests. 10 years ago
Ashod Nakashian 61ca38103c Added imreadmulti API to read multi-paged images into a vector of Mat. 10 years ago
Ashod Nakashian ecf359b8c9 Support for multipage decoding in BaseImageDecoder and implemented in TiffDecoder. 10 years ago
Maksim Shabunin 38d37d2b00 Fixed uninitialized memory usage in ANN_MLP 10 years ago
Maksim Shabunin d004ee58c5 Support loading old models in ML module 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 10 years ago
Ilya Lavrenov 02b2fdeda9 SSE resize Lanczos 10 years ago
Yan Wang 9699fde8d2 Use hypot to do vector calculation. 10 years ago
Ilya Lavrenov 042895977e SSE2 conversio in remap 10 years ago
Ilya Lavrenov f57136fd79 SSE2 cv::Mat::dot 10 years ago
Rok Mandeljc e3b32cce80 modules/core: removed extra semi-colon from mat.inl.hpp and utility.hpp 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: 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
Maksim Shabunin 11591b3e9d Added Qt help generation support 10 years ago
Maksim Shabunin b4050c775e Updated sample files documentation inclusions 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
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 10 years ago
Vladislav Vinogradov 18d1be4530 fix tests for match template 10 years ago
Vladislav Vinogradov 26afa49d71 fix cuda match template: 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
Vladislav Vinogradov e7e0da0153 fix GpuMat::swap method: 10 years ago
Vladislav Vinogradov b33f3bb2cc refactor CV_CUDA_TEST_MAIN, use CV_TEST_MAIN for it 10 years ago
Vladislav Vinogradov 8237418be6 add Allocator parameter to cudev::GpuMat_ contructors 10 years ago
Vladislav Vinogradov f054d6316a add cuda::HostMem::getAllocator method 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: 10 years ago
Vladislav Vinogradov 1d82aecf45 minor reorganization for CUDA doxygen groups: 10 years ago
Vladislav Vinogradov b5ab82fdbd mark old CUDA device layer as deprecated and remove it from doxygen documentation 10 years ago
Vladislav Vinogradov 68e08bbecd fix null stream initialization for multi-gpu systems 10 years ago
Vladislav Vinogradov 05d40946f3 move StackAllocator to cpp file 10 years ago
Vladislav Vinogradov 7ed38b97c3 fix cuda::BufferPool deinitialization 10 years ago