FlannIndex: changed how detection of index rebuilt is done (to handle index that always rebuild on addPoints()). CameraImages: Fixed null scan local transform

This commit is contained in:
matlabbe
2016-08-23 11:21:56 -04:00
parent c8cb961108
commit 48f54cf2f2
2 changed files with 26 additions and 24 deletions

View File

@@ -93,6 +93,7 @@ CameraImages::CameraImages(const std::string & path,
_dir(0),
_countScan(0),
_scanDir(0),
_scanLocalTransform(Transform::getIdentity()),
_scanMaxPts(0),
_scanDownsampleStep(1),
_scanVoxelSize(0.0f),