Just fix some comments
父節點
8b50cfecc0
當前提交
645fe1592a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue