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
* @brief
* @author Duy-Nguyen
* @author Duy-Nguyen Ta
*/
#include "Feature2D.h"

View File

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

View File

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

View File

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

View File

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

View File

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