mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Merged pcl_integration branch to trunk
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1014 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -34,7 +34,9 @@ Statistics::Statistics() :
|
||||
_extended(0),
|
||||
_refImageId(0),
|
||||
_loopClosureId(0),
|
||||
_localLoopClosureId(0)
|
||||
_localLoopClosureId(0),
|
||||
_refDepthConstant(0),
|
||||
_loopDepthConstant(0)
|
||||
{
|
||||
_defaultDataInitialized = true;
|
||||
}
|
||||
@@ -49,14 +51,4 @@ void Statistics::addStatistic(const std::string & name, float value)
|
||||
uInsert(_data, std::pair<std::string, float>(name, value));
|
||||
}
|
||||
|
||||
void Statistics::setRefImage(const cv::Mat & image)
|
||||
{
|
||||
_refImage = image;
|
||||
}
|
||||
|
||||
void Statistics::setLoopImage(const cv::Mat & image)
|
||||
{
|
||||
_loopImage = image;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user