Just fix some comments

release/4.3a0
Duy-Nguyen Ta 2010-10-26 21:12:44 +00:00
父節點 8b50cfecc0
當前提交 645fe1592a
共有 6 個文件被更改,包括 11 次插入11 次删除

查看文件

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

查看文件

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

查看文件

@ -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;
}
/* ************************************************************************* */

查看文件

@ -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>

查看文件

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

查看文件

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