76 Commits (195aad8e6aadea02ba4c1daf4df301f34aeeb4a3)

Author SHA1 Message Date
augustinmanecy 0bd54a60e9
Merge pull request #20367 from augustinmanecy:features2d-rw 2 years ago
Maksim Shabunin bf96d8239d Use BufferArea in more places 5 years ago
ChipKerchner 51ceabb2eb Change fast corner flags in HAL version from char array to single int 6 years ago
Vitaly Tuzov 9befb7a1d7 Merge pull request #14916 from terfendail:wsignmask_deprecated 6 years ago
Alexander Alekhin 1e9ad5476d core(intrin): drop hasSIMD128 checks 6 years ago
tompollok 2da56d5af6 refactoring catching all exceptions as const ref 7 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago
Alexander Alekhin 5b17a60dde next: drop HAVE_TEGRA_OPTIMIZATION/TADP 7 years ago
Alexander Alekhin 0854dc3320 features2d: apply CV_OVERRIDE/CV_FINAL 7 years ago
Tomoaki Teshima 5f4b48da34 fix build error on Visual Studio 2013 and earlier 7 years ago
Elena Gvozdeva b97b650ab3 add HAL for FAST (#10362) 7 years ago
Tomoaki Teshima fe7b3f1228 clean up the code 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 8 years ago
Vitaly Tuzov 2eb61a4a99 AVX2 optimized implementation of FAST corner tracking migrated to separate file 8 years ago
Vitaly Tuzov 8d5a5d5ceb AVX2 optimizations for FAST corner tracking provided by Victoria Zhislina 8 years ago
Patel, Nilaykumar K 6857870412 Overloading getDefaultName method for Feature2D and its child classes 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Vitaly Tuzov 9a4b5a4545 OpenVX calls updated to use single common OpenVX context per thread 8 years ago
Tomoaki Teshima 1d01e435ca use universal intrinsic in fast 8 years ago
Rostislav Vasilikhin 969c55da58 Merge pull request #7720 from savuor:openvx_FAST 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 10 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 11 years ago
Vadim Pisarevsky 01d3848f17 all the tests now pass except for MSER 11 years ago
Vadim Pisarevsky 2e915026a0 yet another attempt to refactor features2d; the first commit, features2d does not even compile 11 years ago
Vadim Pisarevsky c5261ea3d2 all the tests now pass except for MSER 11 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Vadim Pisarevsky 1796a26fc7 yet another attempt to refactor features2d; the first commit, features2d does not even compile 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Vadim Pisarevsky 4fafab3786 fixed extra whitespace 11 years ago
Vadim Pisarevsky 42e604abea fixed bug in FAST 11 years ago
Vadim Pisarevsky 3e854fa6e5 finished OpenCL port of ORB 11 years ago
Vadim Pisarevsky efdfca7a11 do not use the large "score" buffer; now without non-max suppression OpenCL FAST is pretty efficient 11 years ago
Vadim Pisarevsky 06c138bd64 make the correctness test pass 11 years ago
Vadim Pisarevsky 8e1918e86e added OpenCL-accelerated(?) FAST; for now the tests fail :( 11 years ago
Ilya Lavrenov e559256719 added cv::GFTTDetector 11 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
marina.kolpakova 4096b54560 use static assertation where suitable 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Andrey Kamaev dbb5a32453 Use Tegra version of cv::FAST 13 years ago
Andrey Kamaev afc79e2a02 Fix warnings from MSVC 9 64-bit 13 years ago
Andrey Kamaev 5a730d09cd Fix binary compatibility of opencv_features2d 13 years ago
Vadim Pisarevsky b0ad424087 fixed several warnings from VS2010 13 years ago