15545 Commits (87c27a074db9f6d9d60513f351daa903606ca370)

Author SHA1 Message Date
Alexander Alekhin 4af3ca4e4d OpenCV version++ 7 years ago
Alexander Alekhin 94dbc35d92 features2d(test): more AKAZE tests 7 years ago
Alexander Alekhin ad2e864a9a akaze: more fixes 7 years ago
Alexander Alekhin e0489cb4a6 akaze: fix T-API interfaces, disable OpenCL code 7 years ago
Alexander Alekhin 2a8322ddbb akaze: uninitialized field 7 years ago
Alexander Alekhin cfb964834c stitching(perf): increase test check tolerance 7 years ago
Alexander Alekhin 73c3d14a66 akaze: fRound -> cvRound, fix bilinear interpolation 7 years ago
Alexander Alekhin f6ceeaa2e5 akaze: getAngle() -> fastAtan2() 7 years ago
Alexander Alekhin 6847cc9f1c akaze: remove usage of int8_t / uint8_t 7 years ago
Alexander Alekhin 411d36ff13 features2d(test): update descriptor regression test 7 years ago
Alexander Alekhin 63ae5f00b1 features2d(test): enable debug messages 7 years ago
Alexander Alekhin 43e0912516 akaze: resolve issue with using of uninitialized memory 7 years ago
Alexander Alekhin 64533009b3 akaze: optimize allocations 7 years ago
Alexander Alekhin 8aca8d90d6 akaze: replace ceil() 7 years ago
Alexander Alekhin 9ca39821c8 core: divUp function 7 years ago
Jiri Horner 3166d0c667 Merge pull request #9249 from hrnr:akaze_part3 7 years ago
dkurt 339793143c Unit tests for TensorFlow importer 7 years ago
Alexander Alekhin 8be1ba708e features2d: don't use rand(), because it is not thread-safe 7 years ago
dkurt b1ef44b1ac Replace halide_opencl_device_interface 7 years ago
Aleksandr Rybnikov 8d6b8b45b6 Added ELU and test for it 7 years ago
Alexander Alekhin 321c0ec533 core: empty() for Rect/Size templates 7 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 7 years ago
Ismo Puustinen c2de5cf735 dnn: force floating point literals to be float. 7 years ago
Aleksandr Rybnikov ce1cc352d9 MobileNet SSD sample 7 years ago
Jeremy Maitin-Shepard 2be955a0ef loadsave: check for errors when using temp file 7 years ago
Alexander Alekhin 16fb74425e ocl: fix program cache key 7 years ago
Alexander Alekhin 50b9a5afa9 ts(perf): initialize ThreadPool 7 years ago
Alexander Alekhin cbced23de4 cmake: don't include protobuf on disabled DNN module 7 years ago
Alexander Alekhin e58a778bd5 core(stat): disable IPP optimization in meanStdDev (cn > 1) 7 years ago
Tomoaki Teshima 1c49796e8e guad for CUDA correctly 7 years ago
Alexander Alekhin 46f05f2db6 python: disable assertion in NumpyAllocator 7 years ago
Alexander Alekhin 15a6586062 python: stitching simple test 7 years ago
Suleyman TURKMEN 89480801b8 some improvements on tutorials 7 years ago
Alexander Alekhin b46e741c95 core(alloc): drop unused code, use memalign() functions instead of hacks 7 years ago
Alexander Alekhin d35422b523 core(tls): hide assertions from Thread Sanitizer 7 years ago
Alexander Alekhin 68ef903a7c core(tls): don't use tlsSlots without synchronization 7 years ago
Alexander Alekhin 12213f9985 flann: fix out of buffer access 7 years ago
Alexander Alekhin caa5e3b4c5 imgproc: fix vectorized code of accumulate 7 years ago
Alexander Alekhin 2e17251160 calib3d: fix invalid memory access 7 years ago
Alexander Alekhin 3f102e5d3a dnn: protobuf shutdown 7 years ago
Alexander Alekhin aad6d28e13 ts: don't run large videoio test (valgrind) 7 years ago
Alexander Alekhin 1650c664bc ts: don't run imgcodecs tests on large images (valgrind) 7 years ago
Alexander Alekhin d17b099994 ts: don't run DNN tests with large models (valgrind) 7 years ago
Alexander Alekhin bf0173bf38 ts: update valgrind suppressions 7 years ago
dkurt 583b327523 Fix JSON booleans without quotes 7 years ago
LaurentBerger 69fd57bc96 update tutorial link for dnn 7 years ago
dkurt 3515f6ec33 Missed NAMED bit of JSON nodes tag 7 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 7 years ago
Alexander Alekhin 7f3eea6325 core: fix Mat/UMat cleanup on exceptions in deallocate() 7 years ago
Alexander Alekhin 878a6906cc dnn: fix torch importer memory leaks 7 years ago