Papers and Reports

From BoofCV
Revision as of 13:17, 28 August 2013 by Peter (talk | contribs) (Added new conference papers)
Jump to navigationJump to search

The following is a list of tech reports describing the performance and implementation details of algorithms in BoofCV. To ensure stability and performance, tests are often carried out using standard datasets and/or compared against other implementations.

Citing

For your convenience, bibtex files have been provided for each document. To cite BoofCV in general you can use the following bibtex:

@misc{BoofCV2012,
author = {Abeles, Peter},
title = {BoofCV},
year = {2012},
howpublished = {http://boofcv.org/}
}

Image Feature Trackers

Type Number Website BibTex Title
Conference Bib Examination of Hybrid Image Feature Trackers
Describes and characterizes performance of hybrid point feature trackers. Example SURF-KLT.

Feature Detectors and Descriptors

Type Number Website BibTex Title
Conference Bib Speeding Up SURF
Goes into details about the changes made to the SURF implementation found in BoofCV. Also fills in many gaps left in the original Authors paper.