15610 Commits (8e7e24ac8031d473a680a614a9d56e63df89a10a)

Author SHA1 Message Date
Alexander Alekhin c515e878ab build: eliminate Win32 warnings 8 years ago
Boris Fomitchev c48807c383 Merge pull request #9418 from borisfom:cuda9 8 years ago
Alexander Alekhin 8285924cf3 ts: eliminate build warning '-Wself-assign' 8 years ago
Ricardo Ribalda Delgado 6fc5697950 ocl: Fix OpenCL library detection in Linux 8 years ago
Dmitry Kurtaev 7123d9c376 Added 1ms delay to let system decorate Qt windows 8 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 8 years ago
Aleksandr Rybnikov 8b1146deb2 Added function to get timings for layers 8 years ago
KUANG Fangjun 97ec91ad67 fix cv::CommandLineParser. 8 years ago
Alexander Alekhin ea6fe71a50 python: eliminate -Wundef warning about NPY_INTERNAL_BUILD 8 years ago
Steven Puttemans 9b173e2db1 fix description of setTrackbarMin 8 years ago
KUANG Fangjun 336996152a Improve the documentation. 8 years ago
Alexander Alekhin 8c84763ed3 vtk: eliminate 'override' build warning 8 years ago
Alexander Alekhin 87a98e4562 cmake: CMP0026 NEW 8 years ago
Alexander Alekhin b6949c5088 cmake: CMP0022 NEW 8 years ago
Vladislav Sovrasov 2b8f888ea4 videoio: remove throw lists since they are deprecated in cxx11 (and gcc7 produces a warning) 8 years ago
Nishant Arora 98db804541 Merge pull request #9210 from whizzzkid/fixing-cuda 8 years ago
Alexander Alekhin 71e1889825 core: fix memcpy with zero size 8 years ago
Dmitry Kurtaev 4e28c00e7b Fix Halide buffer behavior in case of OpenCL device memory allocation 8 years ago
Jiri Horner a5b5684670 Merge pull request #9330 from hrnr:akaze_ocl 8 years ago
Alexander Alekhin 78a310630f imgproc(test): add checks for remove() call 8 years ago
Alexander Alekhin 999f41fb4f imgcodecs: refactoring, improve code quality 8 years ago
Alexander Alekhin 0d854db361 build: workaround GCC 7.1.1 compilation issue with sanitize flags 8 years ago
berak e7b9cfa8f2 imgproc:fix winSize in createHanningWindow() 8 years ago
Martin Seyferth e5f129424c brisk add detection threshold for custom sampling pattern 8 years ago
Rostislav Vasilikhin 66b0651607 Merge pull request #9329 from savuor:softfloat_sincos 8 years ago
Alexander Alekhin 9e239c7a1e highgui: refactor GTK backend 8 years ago
Alexander Alekhin ca9a88785e core(build): fix compilation of parallel.cpp (OpenMP configuration) 8 years ago
Tomoaki Teshima 800f656402 suppress warning message 8 years ago
Alex Zatsman e2bfd1a036 Changed NORM_RELATIVE_INF, NORM_RELATIVE_L1 and NORM_RELATIVE_L2 to 8 years ago
Kim Lindberg Schwaner 7f9fe6f1f2 Fix doxy comment for BFMatcher::create() 8 years ago
Suleyman TURKMEN 8bb3863f52 New example - warpPerspective_demo.cpp 8 years ago
Philipp Hasper 2c7a15b195 Clarified documentation cv::RotatedRect::points 8 years ago
Alexander Alekhin 0ebabe17df core: fix flag processing for nested regions in cv::parallel_for_() 8 years ago
Pavel Rojtberg 5ada462773 calib3d: use cpp functions in cvStereoCalibrate to make it more readable 8 years ago
John Hany 69e19b88c2 Fix SyntaxError with print 8 years ago
Dmitry Kurtaev 41519d3ac0 Fixed some OpenCL interface bugs 8 years ago
KUANG, Fangjun 4bbe67451d fix some typos in the documentation. 8 years ago
Alexander Alekhin 4af3ca4e4d OpenCV version++ 8 years ago
Alexander Alekhin 94dbc35d92 features2d(test): more AKAZE tests 8 years ago
Alexander Alekhin ad2e864a9a akaze: more fixes 8 years ago
Alexander Alekhin e0489cb4a6 akaze: fix T-API interfaces, disable OpenCL code 8 years ago
Alexander Alekhin 2a8322ddbb akaze: uninitialized field 8 years ago
Alexander Alekhin cfb964834c stitching(perf): increase test check tolerance 8 years ago
Alexander Alekhin 73c3d14a66 akaze: fRound -> cvRound, fix bilinear interpolation 8 years ago
Alexander Alekhin f6ceeaa2e5 akaze: getAngle() -> fastAtan2() 8 years ago
Alexander Alekhin 6847cc9f1c akaze: remove usage of int8_t / uint8_t 8 years ago
Alexander Alekhin 411d36ff13 features2d(test): update descriptor regression test 8 years ago
Alexander Alekhin 63ae5f00b1 features2d(test): enable debug messages 8 years ago
Alexander Alekhin 43e0912516 akaze: resolve issue with using of uninitialized memory 8 years ago
Alexander Alekhin 64533009b3 akaze: optimize allocations 8 years ago