Just fix some comments

release/4.3a0
Duy-Nguyen Ta 2010-10-26 21:12:44 +00:00
parent 8b50cfecc0
commit 645fe1592a
6 changed files with 11 additions and 11 deletions

View File

@ -12,7 +12,7 @@
/** /**
* @file Feature2D.cpp * @file Feature2D.cpp
* @brief * @brief
* @author Duy-Nguyen * @author Duy-Nguyen Ta
*/ */
#include "Feature2D.h" #include "Feature2D.h"

View File

@ -12,7 +12,7 @@
/** /**
* @file Feature2D.h * @file Feature2D.h
* @brief * @brief
* @author Duy-Nguyen * @author Duy-Nguyen Ta
*/ */
#pragma once #pragma once

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
/** /**
* @file vSLAMexample.cpp * @file vISAMexample.cpp
* @brief An vSLAM example for synthesis sequence * @brief An ISAM example for synthesis sequence
* single camera * single camera
* @author Duy-Nguyen * @author Duy-Nguyen Ta
*/ */
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
@ -141,7 +141,7 @@ int main(int argc, char* argv[]) {
currentEstimate.print("Current estimate: "); currentEstimate.print("Current estimate: ");
} }
return 0; return 1;
} }
/* ************************************************************************* */ /* ************************************************************************* */

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
/** /**
* @file vSLAMexample.cpp * @file vSFMexample.cpp
* @brief An vSLAM example for synthesis sequence * @brief An vSFM example for synthesis sequence
* single camera * single camera
* @author Duy-Nguyen * @author Duy-Nguyen Ta
*/ */
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>

View File

@ -12,7 +12,7 @@
/** /**
* @file VSLAMutils.cpp * @file VSLAMutils.cpp
* @brief * @brief
* @author Duy-Nguyen * @author Duy-Nguyen Ta
*/ */
#include "vSLAMutils.h" #include "vSLAMutils.h"

View File

@ -12,7 +12,7 @@
/** /**
* @file Feature2D.cpp * @file Feature2D.cpp
* @brief * @brief
* @author Duy-Nguyen * @author Duy-Nguyen Ta
*/ */
#pragma once #pragma once