bitsun
|
c7f2e2a2bb
|
Merge pull request #2074 from bitsun:master
* fix rectifyPatch bug when patch orientation is not extracted
|
6 years ago |
Alexander Alekhin
|
6132943a39
|
xfeatures2d: validate keypoints mask for SURF
|
7 years ago |
Alexander Alekhin
|
2fa9e65f4a
|
xfeatures2d: validate keypoints mask for SURF
|
7 years ago |
Lubos
|
e996686254
|
Compile on Clang 6 fixed
|
7 years ago |
Hamdi Sahloul
|
b0186947db
|
Generate enum bindings automatically
|
7 years ago |
Maksim Shabunin
|
696aa69f9a
|
Fixed several incorrect printf format specifiers
|
7 years ago |
Hamdi Sahloul
|
21b4630698
|
Renamed unnamed enum to FastFeatureDetector.DetectorType
|
7 years ago |
Hamdi Sahloul
|
b6ece95da6
|
Rename unnamed enum to DAISY.NormalizationType
|
7 years ago |
Hamdi Sahloul
|
bcf8f15a78
|
Convert unnamed FREAK enum to static const
|
7 years ago |
Alexander Alekhin
|
abb211d064
|
avoid `Ptr<> == NULL` checks
|
7 years ago |
Alexander Alekhin
|
9312f74540
|
xfeatures2d(test): update GMS test thresholds
|
7 years ago |
Alexander Alekhin
|
0bf687bc33
|
xfeatures2d(test): update extraction/invariance tests
|
7 years ago |
Vadim Pisarevsky
|
d1b8e38e45
|
trying to fix the custom AVX2 builder test failures (false alarms)
|
7 years ago |
Alexander Alekhin
|
0a8d930341
|
xfeatures2d(test): disable tests with required non-free code
|
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 |
Alexander Alekhin
|
af58e08ee2
|
build: fix C++17 build
|
7 years ago |
Hamdi Sahloul
|
389f2c5044
|
Expose matchGMS to Python binder
|
7 years ago |
Alexander Alekhin
|
edfdf12c31
|
tests: refactor test files
|
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 |
Hamdi Sahloul
|
2e129b7728
|
`VGG::compute()` header is unnecessary and problematic for Python binder
|
7 years ago |
Vitaly Tuzov
|
8c394a4f2e
|
Updated internal calls to linear resize to use bit-exact version
|
7 years ago |
Alexander Alekhin
|
e878ea952a
|
build: fix defines
|
8 years ago |
Hamdi Sahloul
|
36291faf6c
|
Affine feature2D: Prevent crashing due to invalid covariant matrix
|
8 years ago |
Vitaly Tuzov
|
97037fba92
|
Updated LATCH accuracy test
|
8 years ago |
Hamdi Sahloul
|
be84634c92
|
Freak - convert to gray instead of throwing an error
Similar to other descriptors, if the input image is colored, covert it silently to gray-level rather than terminating the execution
|
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.
Updated module license text.
|
8 years ago |
Alexander Alekhin
|
2e2b629153
|
surf: fix OpenCL tests
should use UMat
|
8 years ago |
Alexander Alekhin
|
85a284c031
|
surf: fix OpenCL condition
|
8 years ago |
woody.chow
|
b5340f6428
|
Remove unnecessary _mm256_round_ps
|
8 years ago |
Vladislav Sovrasov
|
bac7c26c2d
|
features2d: add a separate regression test for OCL SURF
|
8 years ago |
Vladislav Sovrasov
|
dae2c1ba8b
|
xfeatures2d: change threshold in regression test
|
8 years ago |
acyen
|
6ee8c58c1a
|
Fix test.
|
8 years ago |
acyen
|
a6592b0741
|
OCL SURF: Fix descriptor calculation.
|
8 years ago |
acyen
|
cdbdb5738f
|
Fix tests to work transparently with OpenCL SURF.
|
8 years ago |
Albert
|
66843d980f
|
Fix opencv/opencv#4685. Fix opencv/opencv_contrib#433.
Enable SURF OCL. Fix incorrect calling sequence for two kernels.
Fix compiler warnings in surf.cl.
Enable SURF OCL test. Test runs with no failures.
|
8 years ago |
Vladislav Sovrasov
|
b4c67e8bb9
|
Fix gcc7 warnings
|
8 years ago |
Suleyman TURKMEN
|
29e3caf3e4
|
Update line_descriptor samples
|
8 years ago |