Difference between revisions of "Papers and Reports"

From BoofCV
Jump to navigationJump to search
m
m
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
For your convenience, bibtex files have been provided for each document.  To cite BoofCV in general you can use the following bibtex:
For your convenience, bibtex files have been provided for each document.  To cite BoofCV in general you can use the following bibtex:
<pre>
<pre>
@misc{BoofCV2012,
@misc{BoofCV2016,
author = {Abeles, Peter},
author = {Abeles, Peter},
title = {BoofCV},
title = {BoofCV v0.25},
year = {2012},
year = {2016},
howpublished = {http://boofcv.org/}
howpublished = {http://boofcv.org/}
}
}
</pre>
</pre>


== List of Tech Reports ==
== Image Feature Trackers ==


{| class="wikitable"
{| class="wikitable" style="width: 800px"
! Number !! Doc Ver !! BibTex !! Title  
! Type !! Number !! Website !! BibTex !! Title  
|-
|-
| 2012-0001 || 1 || [http://boofcv.org/techreports/report20120001v1.txt Bib] || [http://boofcv.org/techreports/report20120001v1.pdf Hybrid Detect-Track and Detect-Describe-Associate Tracker]
| 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]
|-
|-
| 2012-0002 || 1 || || Implementation Details and Algorithmic Changes for SURF
| 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-0003 || 1 ||| Implementation Details and Algorithmic Changes for SIFT
| colspan="5" | 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.
|}
|}

Revision as of 17:52, 6 December 2016

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{BoofCV2016,
author = {Abeles, Peter},
title = {BoofCV v0.25},
year = {2016},
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.