-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elch.h (API changes): - Use Boost bundled properties for LoopGraph, every vertex stores a pointer to the corresponding point cloud in graph[vertex].cloud. - loop_graph_ is now stored as a shared_ptr. - loop_start_ and loop_end_ are saved as ints for now (will change in the future). - loop_transform_ is not stored as a pointer (may change in the future). elch.hpp: - Remove call to PCLBase::initCompute() as ELCH doesn't use a single input cloud or indices. - Change loopOptimizerAlgorithm to use start and end of the loop as stored in the object. - Adapt to API changes in elch.h. git-svn-id: svn+ssh://svn.pointclouds.org/pcl/trunk@3124 a9d63959-f2ad-4865-b262-bf0e56cfafb6
- Loading branch information
Showing
2 changed files
with
56 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters