Suleyman TURKMEN
1b39461321
cleanup old c
4 years ago
Alexander Alekhin
ce196ce2d6
build: eliminate build warnings
4 years ago
Vincent Rabaud
8a33d68eac
Do not use = 0 for a cv::Mat.
...
There are several operator= overloads and some compilers can be confused.
4 years ago
Tomoaki Teshima
3d8ec32805
adjust threshold for Jetson TX1/TX2
4 years ago
Alexander Alekhin
ebf745ee11
xfeatures2d: disable BoostDesc/VGG in case of missing data
4 years ago
Alexander Alekhin
5bef5c5c6a
xfeatures2d: fix MSVS2019 build
...
- MSVC 19.27.29111.0
5 years ago
Tomoaki Teshima
5910cc9039
fix compilation error on Jetson
5 years ago
Tomoaki Teshima
de211bf96e
fix compilation error on MSVS
5 years ago
Tomoaki Teshima
32f8801ce0
avoid bit-exact test on Jetson
5 years ago
Alexander Alekhin
a4ca61e24d
xfeatures2d(python): compatibility cv.xfeatures2d.SIFT_create()
5 years ago
Alexander Alekhin
1248735d1e
xfeatures2d: move SIFT to main repository
5 years ago
Alexander Alekhin
ce7c8f2646
sift: avoid inplace calls of GaussianBlur
...
- should unlock IPP optimizations
5 years ago
Alexander Alekhin
a15e105db1
sift: perf tests and trace regions
5 years ago
Tomoaki Teshima
505ca72150
fix runtime error of test case redefinition
5 years ago
RAJKIRAN NATARAJAN
f3982616a8
Merge pull request #2449 from saskatchewancatch:issue-16736
...
* issue-16736: quick step towards moving SIFT from non-free to free. Moves
include, tests, and implementation to free area.
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
...
* FREAK : better rounding off for weighted dx and dy of orientation pairs
* updated using cvRound
* cvRound modified
5 years ago
catree
c4d24d33d9
Harmonise bibtex formatting. Sort entries alphabetically by the last name of the first paper author.
5 years ago
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
6 years ago
Alexander Alekhin
f452bd49e4
update tests (gaussianBlur fix)
6 years ago
ab-dragon
e45887e1c0
Merge pull request #2301 from ab-dragon:conditionally_compute_dog_pyramid
...
Build DoG Pyramid if useProvideKeypoints is false
The buildDoGPyramid operation need not be performed unconditionally. In cases where it is not needed, both memory and speed performance can be improved
6 years ago
Alexander Alekhin
3e4fb8f415
xfeatures2d: use updated TLS API
6 years ago
Tomoaki Teshima
581c9499f9
suppress noisy warning
...
* limit the affect by using HAVE_CUDA
6 years ago
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
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
8 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