opencv/modules/features2d/src
2023-05-17 12:04:52 +03:00
..
kaze build: eliminate build warnings 2021-08-28 17:11:26 +00:00
opencl Merge pull request #8951 from hrnr:akaze_part2 2017-08-01 12:46:01 +00:00
affine_feature.cpp Fixed mask handling in AffineFeature. 2023-05-17 12:04:52 +03:00
agast_score.cpp clean up the code 2017-12-22 08:42:21 +09:00
agast_score.hpp removing code duplicates and replace unsigned long by uint32_t 2015-11-23 23:47:23 +03:00
agast.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
akaze.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
bagofwords.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
blobdetector.cpp Merge pull request #20815 from alalek:fix_20649_revert_19859 2021-10-06 15:05:45 +03:00
brisk.cpp Improve initialization performance of Brisk 2020-08-18 07:11:21 -04:00
draw.cpp Add Thickness parameter in drawMatches function 2021-06-07 12:52:48 -03:00
dynamic.cpp moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 2014-08-11 23:26:39 +04:00
evaluation.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
fast_score.cpp Merge pull request #16236 from alalek:fix_core_simd_emulator 2020-01-10 21:31:02 +03:00
fast_score.hpp Fix binary compatibility of opencv_features2d 2012-10-17 02:09:14 +04:00
fast.avx2.cpp features2d: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
fast.cpp Use BufferArea in more places 2020-02-26 11:45:19 +03:00
fast.hpp AVX2 optimized implementation of FAST corner tracking migrated to separate file 2017-10-24 20:00:48 +03:00
feature2d.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
gftt.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
hal_replacement.hpp build: fix MSVC-Clang warnings about unused parameters in stubs 2021-10-28 21:08:36 +00:00
kaze.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
keypoint.cpp Change naming of keypoints comparator 2020-11-03 21:54:56 +03:00
main.cpp IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
matchers.cpp Fixed checkMasks in DescriptorMatcher with train descs in UMats 2020-07-09 16:05:20 +03:00
mser.cpp features2d(mser): chi_table.h notes 2021-03-18 21:30:12 +00:00
orb.cpp Merge pull request #20823 from AleksandrPanov:fix_orb_integer_overflow 2021-10-07 22:46:25 +00:00
precomp.hpp HAL moved back to core 2015-12-17 12:33:23 +03:00
sift.dispatch.cpp Merge pull request #18001 from Yosshi999:sift-8bit-descr 2020-08-17 10:28:44 +00:00
sift.simd.hpp Fix bug 2023-02-01 11:25:31 +08:00