Tenth IEEE International Conference on Computer Vision (ICCV'05) Volume 1 2005
DOI: 10.1109/iccv.2005.104
|View full text |Cite
|
Sign up to set email alerts
|

Fusing points and lines for high performance tracking

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

2
525
0
9

Year Published

2007
2007
2023
2023

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 923 publications
(565 citation statements)
references
References 15 publications
2
525
0
9
Order By: Relevance
“…Firstly, the possibilities is overviewed that OpenCV can give about feature tracking. The currently supported feature detectors in OpenCV are as follows: AGAST (Mair et al, 2010), AKAZE (Pablo Alcantarilla (Georgia Institute of Technolog), 2013), BRISK (Leutenegger et al, 2011), FAST (Rosten and Drummond, 2005), GFTT (Tomasi, C. and Shi, J., 1994) (Good Features To Track -also known as Shi-Tomasi corners), KAZE (Alcantarilla et al, 2012), MSER (Matas et al, 2002), ORB (Rublee et al, 2011). However, if one compiles the contrib(nonfree) repository with the OpenCV, the following detectors can also be used: SIFT (Lowe, 1999b), STAR (Agrawal and Konolige, 2008), and SURF (Bay et al, 2008).…”
Section: Comparison Of Feature Matchers Implemented In Opencv3mentioning
confidence: 99%
“…Firstly, the possibilities is overviewed that OpenCV can give about feature tracking. The currently supported feature detectors in OpenCV are as follows: AGAST (Mair et al, 2010), AKAZE (Pablo Alcantarilla (Georgia Institute of Technolog), 2013), BRISK (Leutenegger et al, 2011), FAST (Rosten and Drummond, 2005), GFTT (Tomasi, C. and Shi, J., 1994) (Good Features To Track -also known as Shi-Tomasi corners), KAZE (Alcantarilla et al, 2012), MSER (Matas et al, 2002), ORB (Rublee et al, 2011). However, if one compiles the contrib(nonfree) repository with the OpenCV, the following detectors can also be used: SIFT (Lowe, 1999b), STAR (Agrawal and Konolige, 2008), and SURF (Bay et al, 2008).…”
Section: Comparison Of Feature Matchers Implemented In Opencv3mentioning
confidence: 99%
“…Focus points are considered to be features of the color image; i.e., points that are most likely of visual interest such as edges or corners [Hub88]. Therefore, we perform corner detection on the previously obtained color data by using the FAST feature detector [RD05]. We then select a single feature (per time step) that we consider to be the most likely focus point and set the focal plane according to the depth value of the chosen feature.…”
Section: Scene Rendering and Focus Computationmentioning
confidence: 99%
“…Even though this deterministic approach might seem simplistic, we prefer it because, in practice, it is very hard to evaluate a new radius from currently valid matches. For example, a similar problem is solved in Rosten and Drummond (2005) using an expectation minimization (EM) approach and the authors have to "give a kick downwards" to their blurring factor when EM converges too early. Here we show that value of η has relatively little impact on the optimizer's behavior.…”
Section: Parameters and Initial Conditionsmentioning
confidence: 99%
“…Rigid object detection and tracking have been extensively studied and effective, robust, and real-time solutions proposed Lowe, 2004;Rosten and Drummond, 2005). The two are of course complementary since trackers require initialization and, no matter how good they may be, will sometimes lose track, for example, because of severe occlusions.…”
Section: Introductionmentioning
confidence: 99%