Skip to content

Commit b7caeff

Browse files
committed
Make changes to relevant documentation
1 parent f2fa4bf commit b7caeff

File tree

8 files changed

+19
-658
lines changed

8 files changed

+19
-658
lines changed

modules/xfeatures2d/doc/xfeatures2d.bib

+19
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,23 @@ @inproceedings{winder2007learning
172172
booktitle= {Computer Vision and Pattern Recognition},
173173
pages={1--8},
174174
year={2007},
175+
}
176+
177+
@incollection{ABD12,
178+
author = {Alcantarilla, Pablo Fern{\'a}ndez and Bartoli, Adrien and Davison, Andrew J},
179+
title = {KAZE features},
180+
booktitle = {Computer Vision--ECCV 2012},
181+
year = {2012},
182+
pages = {214--227},
183+
publisher = {Springer},
184+
url = {https://www.doc.ic.ac.uk/~ajd/Publications/alcantarilla_etal_eccv2012.pdf}
185+
}
186+
187+
@inproceedings{LCS11,
188+
author = {Leutenegger, Stefan and Chli, Margarita and Siegwart, Roland Yves},
189+
title = {BRISK: Binary robust invariant scalable keypoints},
190+
booktitle = {Computer Vision (ICCV), 2011 IEEE International Conference on},
191+
year = {2011},
192+
pages = {2548--2555},
193+
publisher = {IEEE}
175194
}

modules/xfeatures2d/misc/objc/gen_dict.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
}
1616
},
1717
"enum_fix" : {
18-
"FastFeatureDetector" : { "DetectorType": "FastDetectorType" },
1918
"AgastFeatureDetector" : { "DetectorType": "AgastDetectorType" }
2019
}
2120
}

modules/xfeatures2d/samples/AKAZE_match.cpp

-99
This file was deleted.

modules/xfeatures2d/samples/java/tutorial_code/akaze_matching/AKAZEMatchDemo.java

-163
This file was deleted.

0 commit comments

Comments
 (0)