122 Commits (0a32fc3bb36b1a37e6514ba8e5ae2bfa0e79a09a)

Author SHA1 Message Date
RAJKIRAN NATARAJAN f3982616a8
Merge pull request #2449 from saskatchewancatch:issue-16736 5 years ago
catree 70664ccfa8 Fix GMSMatcher crash when -1 value is assigned by getGridIndexLeft() in assignMatchPairs(). 5 years ago
raanyild 9c0ae273fd
Merge pull request #2440 from raanyild:freak_rounding_bug 5 years ago
Brian Wignall 078c45633d Fix typos 6 years ago
ab-dragon e45887e1c0 Merge pull request #2301 from ab-dragon:conditionally_compute_dog_pyramid 6 years ago
Alexander Alekhin 3e4fb8f415 xfeatures2d: use updated TLS API 6 years ago
bitsun c7f2e2a2bb Merge pull request #2074 from bitsun:master 6 years ago
Alexander Alekhin 6132943a39 xfeatures2d: validate keypoints mask for SURF 7 years ago
Vadim Pisarevsky d1b8e38e45 trying to fix the custom AVX2 builder test failures (false alarms) 7 years ago
Alexander Alekhin d3b03808db xfeatures2d: fix CUDA nonfree build 7 years ago
berak c871e23d18 xfeatures2d: throw CV_Error if not built with OPENCV_ENABLE_NONFREE 7 years ago
Alexander Alekhin fc69aa57bc opencv: use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin df483cfdc9 build: unreachable code after CV_Error() 7 years ago
Alexander Alekhin ec65e5b29c xfeatures2d: apply CV_OVERRIDE/CV_FINAL 7 years ago
Alexander Alekhin 4c42ed6b4f build: fix includes 7 years ago
catree c02b241e52 Port GMS matching by JiaWang Bian into xfeatures2d module. 7 years ago
catree f3320d4faa Add getter and setter for VGG and Boost descriptors. 7 years ago
Hamdi Sahloul fa719d5d85 closes #1513 - HarrisLaplace bug 7 years ago
Hamdi Sahloul ff8a7b806b LUCID - Support RGBA 7 years ago
Vitaly Tuzov 8c394a4f2e Updated internal calls to linear resize to use bit-exact version 8 years ago
Hamdi Sahloul 36291faf6c Affine feature2D: Prevent crashing due to invalid covariant matrix 8 years ago
Hamdi Sahloul be84634c92 Freak - convert to gray instead of throwing an error 8 years ago
Vitaly Tuzov f6e72fc24e Fix for FAST feature detection on specific locations 8 years ago
Vitaly Tuzov a9b8fb8300 GaussianBlur of the source image for LATCH descriptor made optional 8 years ago
Alexander Alekhin fe7842e8cb drop unused code 8 years ago
Alexander Alekhin a22b9815b1 fix code style 8 years ago
Gregor Kovalčík 0058eca130 Fixed PCT Signature typos. (#1346) 8 years ago
Vitaly Tuzov 7e46ea166c Removed helper functions from header. 8 years ago
Alexander Alekhin 85a284c031 surf: fix OpenCL condition 8 years ago
woody.chow b5340f6428 Remove unnecessary _mm256_round_ps 8 years ago
acyen a6592b0741 OCL SURF: Fix descriptor calculation. 8 years ago
Albert 66843d980f Fix opencv/opencv#4685. Fix opencv/opencv_contrib#433. 8 years ago
Vladislav Sovrasov b4c67e8bb9 Fix gcc7 warnings 8 years ago
Woody Chow ab43a3b2d9 Use TLS instead of mutex in SIFT 8 years ago
Woody Chow 6be2945abb Multithreading findScaleSpaceExtremaComputer. Sort the keypoints afterwards to make the output stable 8 years ago
Woody Chow 443f68cb71 Parallelize calcDescriptors and buildDoGPyramid. Simplify 2 lines of AVX2 instructions 8 years ago
Woody Chow c5e55dfde9 Optimize SIFT with AVX2 8 years ago
oqtvs bd447c0f02 Fixed issue 975 - fixed visual studio 2010 build errors on module xfeatures2d 8 years ago
Alexander Alekhin 072956924b build: fix build error 8 years ago
Alexander Alekhin 2feb23cf36 cmake: include contrib modules into "opencv_world" 8 years ago
Yorwba 2a0cad7714 Merge pull request #933 from Yorwba:harris-laplace-detector 8 years ago
Suleyman TURKMEN cb7b59f203 Update sift.cpp 9 years ago
catree 4820eff512 Add default value for LUCID feature. Add note about color image requirement. 9 years ago
Alexander Alekhin 7084cc5c9e MSVS 2015u3 warning 9 years ago
Gregor Kovalcik a476ec1c7e Implementation of PCT signature extractor (position-color-texture) and evaluation of their Signature Quadratic Form Distance (SQFD). 9 years ago
Kotrix bfb0e20c5c Removed redundant commented code 9 years ago
Balint Cristian 9c1d01e22a Add BoostDesc Descriptor. 9 years ago
Balint Cristian 593e78c5d0 Add VGG descriptor. 9 years ago
Vladislav Sovrasov 4b00e414d1 Check that image is gray in FREAK 9 years ago
Vladislav Sovrasov 5d86aa25f7 Fix rounding in FREAK descriptor 9 years ago