@inproceedings{Hersch2008-ID753,
author = {Hersch, M. and Reichert, T. and Billard, A.},
title = {Iterative rigid body transformation estimation for visual 3-D object tracking},
booktitle = {Proceedings of the Third Interantional Conference on Computer Vision Theory and Applications (VISAPP 08))},
year = {2008},
}
Downloadable files:
// pdf
if (strlen($row['pdfFile'])>0) {
$tempFile = $row['pdfFile'];
$temp = "
pdf";
echo "[$temp] ";
}
// ps.Z
if (strlen($row['psZFile'])>0) {
$tempFile = $row['psZFile'];
$temp = "
ps.Z";
echo "[$temp] ";
}
// ps.gz
if (strlen($row['psgzFile'])>0) {
$tempFile = $row['psgzFile'];
$temp = "
ps.gz";
echo "[$temp] ";
}
?>