Skip to content

Commit f9b43ee

Browse files
authored
Update README.md
1 parent a801d80 commit f9b43ee

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# dbot
2-
Depth Based Object Tracking Library
1+
# Depth Based Object Tracking Library (dbot)
2+
3+
The core of this library are two probabilistic tracker
4+
* A Non-Parametric Tracker Based on Rao-Blackwellized Coordinate Descent Particle Filter
5+
6+
[M. Wuthrich, P. Pastor, M. Kalakrishnan, J. Bohg, and S. Schaal. Probabilistic Object Tracking using a Range Camera IEEE Intl Conf on Intelligent Robots and Systems, 2013]
7+
8+
http://arxiv.org/abs/1505.00241
9+
10+
* A Parametric Tracker Based on Robust Multi-Sensor Gaussian Filter Tracker
11+
12+
[J. Issac, M. Wuthrich, C. Garcia Cifuentes, J. Bohg, S. Trimpe, S. Schaal
13+
Depth-Based Object Tracking Using a Robust Gaussian Filter
14+
IEEE Intl Conf on Robotics and Automation, 2016]
15+
16+
http://arxiv.org/abs/1602.06157

0 commit comments

Comments
 (0)