15817 Commits (7475d23fec4bb7c7e2b662a0fa022d706dd2b520)

Author SHA1 Message Date
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
Vladislav Sovrasov 9a10bdbae5 core: use new assert in matmul.cpp 8 years ago
KUANG, Fangjun 4bbe67451d fix some typos in the documentation. 8 years ago
Vladislav Sovrasov 651a1d2869 videoio: don't pass zero fps to 3rd-party codecs 8 years ago
David Geldreich 7c334f45c6 trainAuto: uses parallel_for_ to dispatch all parameters combination to test 8 years ago
Vladislav Sovrasov 5e68b28ad3 core: fix file not closed when exception in FS 8 years ago
Vladislav Sovrasov aa54acd54d core: add a test to reproduce #9312 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
Alexander Alekhin 8aca8d90d6 akaze: replace ceil() 8 years ago
Alexander Alekhin 9ca39821c8 core: divUp function 8 years ago
Vladislav Sovrasov 5375a77f84 core: add multi-argument CV_Assert 8 years ago
Jiri Horner 3166d0c667 Merge pull request #9249 from hrnr:akaze_part3 8 years ago
dkurt 339793143c Unit tests for TensorFlow importer 8 years ago
Alexander Alekhin 8be1ba708e features2d: don't use rand(), because it is not thread-safe 8 years ago
dkurt b1ef44b1ac Replace halide_opencl_device_interface 8 years ago
Aleksandr Rybnikov 8d6b8b45b6 Added ELU and test for it 8 years ago
Alexander Alekhin 321c0ec533 core: empty() for Rect/Size templates 8 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 8 years ago
Ismo Puustinen c2de5cf735 dnn: force floating point literals to be float. 8 years ago
Aleksandr Rybnikov ce1cc352d9 MobileNet SSD sample 8 years ago
Jeremy Maitin-Shepard 350d483a70 grfmt_tiff: support in-memory TIFF encoding and decoding 8 years ago
Jeremy Maitin-Shepard 2be955a0ef loadsave: check for errors when using temp file 8 years ago
Alexander Alekhin 16fb74425e ocl: fix program cache key 8 years ago
Alexander Alekhin 50b9a5afa9 ts(perf): initialize ThreadPool 8 years ago
Alexander Alekhin cbced23de4 cmake: don't include protobuf on disabled DNN module 8 years ago
Alexander Alekhin e58a778bd5 core(stat): disable IPP optimization in meanStdDev (cn > 1) 8 years ago
Tomoaki Teshima 1c49796e8e guad for CUDA correctly 8 years ago
Alexander Alekhin 46f05f2db6 python: disable assertion in NumpyAllocator 8 years ago
Alexander Alekhin 15a6586062 python: stitching simple test 8 years ago
Suleyman TURKMEN 89480801b8 some improvements on tutorials 8 years ago
Alexander Alekhin b46e741c95 core(alloc): drop unused code, use memalign() functions instead of hacks 8 years ago
Alexander Alekhin d35422b523 core(tls): hide assertions from Thread Sanitizer 8 years ago