Difference between revisions of "Papers and Reports"

From BoofCV
Jump to navigationJump to search
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The following is a list of tech reports describing the performance and implementation details of algorithms in BoofCV.  For your convenience, bibtex files have been provided for each document.
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.


== List of Tech Reports ==
== Citing ==


{| class="wikitable"
For your convenience, bibtex files have been provided for each document.  To cite BoofCV in general you can use the following bibtex:
! Number !! Doc Ver !! BibTex !! Title  
<pre>
@misc{BoofCVWebsite,
author = {Abeles, Peter},
title = {BoofCV},
year = {2011-2021},
howpublished = {http://boofcv.org/}
}
</pre>
 
== Image Feature Trackers ==
 
{| class="wikitable" style="width: 800px"
! Type !! Number !! Website !! BibTex !! Title  
|-
| Conference || || || [http://boofcv.org/techreports/2013_Abeles_HybridTracking_ISVC.bib Bib] || [http://boofcv.org/techreports/2013_Abeles_HybridTracking_ISVC.pdf Examination of Hybrid Image Feature Trackers]
|-
| colspan="5" | Describes and characterizes performance of hybrid point feature trackers. Example SURF-KLT.
|}
 
== Feature Detectors and Descriptors ==
 
{| class="wikitable" style="width: 800px"
! Type !! Number !! Website !! BibTex !! Title
|-
| Conference || || || [http://boofcv.org/techreports/2013_Abeles_SpeedingUpSURF_ISVC.bib Bib] || [http://boofcv.org/techreports/2013_Abeles_SpeedingUpSURF_ISVC.pdf Speeding Up SURF]
|-
|-
| 2012-0001 || 1 || [http://boofcv.org/techreports/report20120001v1.txt Bib] || [http://boofcv.org/techreports/report20120001v1.pdf Hybrid Detect-Track and Detect-Describe-Associate Tracker]
| colspan="5" | Describes BoofCV's SURF variant and compared performance. Fills in many gaps left in the original Authors paper.
|-
|-
| 2012-0002 || 1 || || Implementation Details and Algorithmic Changes for SURF
| arXiv || || || [https://arxiv.org/abs/2110.13793 Bib] || [https://arxiv.org/abs/2110.13793 Pyramidal Blur Aware X-Corner Chessboard Detector]
|-
|-
| 2012-0003 || 1 ||  || Implementation Details and Algorithmic Changes for SIFT
| colspan="5" | Describes the x-corner chessboard detector in BoofCv starting in 0.35
|}
|}

Latest revision as of 19:20, 26 October 2021

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{BoofCVWebsite,
author = {Abeles, Peter},
title = {BoofCV},
year = {2011-2021},
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
Describes BoofCV's SURF variant and compared performance. Fills in many gaps left in the original Authors paper.
arXiv Bib Pyramidal Blur Aware X-Corner Chessboard Detector
Describes the x-corner chessboard detector in BoofCv starting in 0.35