diff --git a/trunk/build/CMakeCache.txt b/trunk/build/CMakeCache.txt
new file mode 100644
index 0000000000000000000000000000000000000000..53d55f72ef03c7d6a4f3a242084f89560c3506bd
--- /dev/null
+++ b/trunk/build/CMakeCache.txt
@@ -0,0 +1,1006 @@
+# This is the CMakeCache file.
+# For build in directory: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+# It was generated by CMake: /usr/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//The threading library used by boost-thread
+BOOST_THREAD_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpthread.so
+
+//Boost chrono library (debug)
+Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_chrono.so
+
+//Boost chrono library (release)
+Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_chrono.so
+
+//Boost date_time library (debug)
+Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so
+
+//Boost date_time library (release)
+Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so
+
+//Boost filesystem library (debug)
+Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so
+
+//Boost filesystem library (release)
+Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so
+
+//Path to a file.
+Boost_INCLUDE_DIR:PATH=/usr/include
+
+//Boost iostreams library (debug)
+Boost_IOSTREAMS_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_iostreams.so
+
+//Boost iostreams library (release)
+Boost_IOSTREAMS_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_iostreams.so
+
+//Boost library directory
+Boost_LIBRARY_DIR:PATH=/usr/lib/x86_64-linux-gnu
+
+//Boost serialization library (debug)
+Boost_SERIALIZATION_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_serialization.so
+
+//Boost serialization library (release)
+Boost_SERIALIZATION_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_serialization.so
+
+//Boost system library (debug)
+Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so
+
+//Boost system library (release)
+Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so
+
+//Boost thread library (debug)
+Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_thread.so
+
+//Boost thread library (release)
+Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_thread.so
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/usr/bin/ar
+
+//For backwards compatibility, what version of CMake commands and
+// syntax should this version of CMake try to support.
+CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
+
+//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
+// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
+CMAKE_BUILD_TYPE:STRING=
+
+//Enable/Disable color output during build.
+CMAKE_COLOR_MAKEFILE:BOOL=ON
+
+//CXX compiler.
+CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
+
+//Flags used by the compiler during all build types.
+CMAKE_CXX_FLAGS:STRING=
+
+//Flags used by the compiler during debug builds.
+CMAKE_CXX_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the compiler during release minsize builds.
+CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the compiler during release builds (/MD /Ob1 /Oi
+// /Ot /Oy /Gs will produce slightly less optimized but smaller
+// files).
+CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the compiler during Release with Debug Info builds.
+CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//C compiler.
+CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
+
+//Flags used by the compiler during all build types.
+CMAKE_C_FLAGS:STRING=
+
+//Flags used by the compiler during debug builds.
+CMAKE_C_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the compiler during release minsize builds.
+CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the compiler during release builds (/MD /Ob1 /Oi
+// /Ot /Oy /Gs will produce slightly less optimized but smaller
+// files).
+CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the compiler during Release with Debug Info builds.
+CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//Flags used by the linker.
+CMAKE_EXE_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//Path to a program.
+CMAKE_LINKER:FILEPATH=/usr/bin/ld
+
+//Path to a program.
+CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
+
+//Flags used by the linker during the creation of modules.
+CMAKE_MODULE_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_NM:FILEPATH=/usr/bin/nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=tos-supervoxels
+
+//Path to a program.
+CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
+
+//Flags used by the linker during the creation of dll's.
+CMAKE_SHARED_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Flags used by the linker during the creation of static libraries.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during debug builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/usr/bin/strip
+
+//If true, cmake will use relative paths in makefiles and projects.
+CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make.  This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
+
+//Path to a file.
+DAVIDSDK_INCLUDE_DIR:PATH=DAVIDSDK_INCLUDE_DIR-NOTFOUND
+
+//Path to a library.
+DAVIDSDK_LIBRARY:FILEPATH=DAVIDSDK_LIBRARY-NOTFOUND
+
+//Graphviz Dot tool for using Doxygen
+DOXYGEN_DOT_EXECUTABLE:FILEPATH=/usr/bin/dot
+
+DOXYGEN_DOT_PATH:FILEPATH=/usr/bin
+
+//Doxygen documentation generation tool (http://www.doxygen.org)
+DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen
+
+//DepthSense SDK directory
+DSSDK_DIR:PATH=DSSDK_DIR-NOTFOUND
+
+//Path to a library.
+DSSDK_LIBRARY_DepthSense:FILEPATH=DSSDK_LIBRARY_DepthSense-NOTFOUND
+
+//Path to a library.
+DSSDK_LIBRARY_DepthSensePlugins:FILEPATH=DSSDK_LIBRARY_DepthSensePlugins-NOTFOUND
+
+//Path to a library.
+DSSDK_LIBRARY_turbojpeg:FILEPATH=DSSDK_LIBRARY_turbojpeg-NOTFOUND
+
+//Path to a file.
+EIGEN_INCLUDE_DIRS:PATH=/usr/include/eigen3
+
+//Path to a file.
+ENSENSO_INCLUDE_DIR:PATH=ENSENSO_INCLUDE_DIR-NOTFOUND
+
+//Path to a library.
+ENSENSO_LIBRARY:FILEPATH=ENSENSO_LIBRARY-NOTFOUND
+
+//Single output directory for building all executables.
+EXECUTABLE_OUTPUT_PATH:PATH=
+
+//Path to a file.
+FLANN_INCLUDE_DIRS:PATH=/usr/include
+
+//Path to a library.
+FLANN_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a
+
+//Path to a library.
+FLANN_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a
+
+//Path to a file.
+IRI_DOC_DIR:PATH=IRI_DOC_DIR-NOTFOUND
+
+//Single output directory for building all libraries.
+LIBRARY_OUTPUT_PATH:PATH=
+
+//Path to a file.
+LIBUSB_1_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a library.
+LIBUSB_1_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libusb-1.0.so
+
+//Path to a file.
+OPENNI2_INCLUDE_DIRS:PATH=/usr/include/openni2
+
+//Path to a library.
+OPENNI2_LIBRARY:FILEPATH=/usr/lib/libOpenNI2.so
+
+//Path to a file.
+OPENNI_INCLUDE_DIRS:PATH=/usr/include/ni
+
+//Path to a library.
+OPENNI_LIBRARY:FILEPATH=/usr/lib/libOpenNI.so
+
+//Path where debug 3rdpaty OpenCV dependencies are located
+OpenCV_3RDPARTY_LIB_DIR_DBG:PATH=
+
+//Path where release 3rdpaty OpenCV dependencies are located
+OpenCV_3RDPARTY_LIB_DIR_OPT:PATH=
+
+OpenCV_CONFIG_PATH:FILEPATH=/usr/share/OpenCV
+
+//The directory containing a CMake configuration file for OpenCV.
+OpenCV_DIR:PATH=/usr/share/OpenCV
+
+//Path where debug OpenCV libraries are located
+OpenCV_LIB_DIR_DBG:PATH=
+
+//Path where release OpenCV libraries are located
+OpenCV_LIB_DIR_OPT:PATH=
+
+//path to 2d headers
+PCL_2D_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to common headers
+PCL_COMMON_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_common library
+PCL_COMMON_LIBRARY:FILEPATH=/usr/local/lib/libpcl_common.so
+
+//path to pcl_common library debug
+PCL_COMMON_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_common.so
+
+//The directory containing a CMake configuration file for PCL.
+PCL_DIR:PATH=/usr/local/share/pcl-1.8
+
+//path to features headers
+PCL_FEATURES_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_features library
+PCL_FEATURES_LIBRARY:FILEPATH=/usr/local/lib/libpcl_features.so
+
+//path to pcl_features library debug
+PCL_FEATURES_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_features.so
+
+//path to filters headers
+PCL_FILTERS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_filters library
+PCL_FILTERS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_filters.so
+
+//path to pcl_filters library debug
+PCL_FILTERS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_filters.so
+
+//path to geometry headers
+PCL_GEOMETRY_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to io headers
+PCL_IO_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_io library
+PCL_IO_LIBRARY:FILEPATH=/usr/local/lib/libpcl_io.so
+
+//path to pcl_io library debug
+PCL_IO_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_io.so
+
+//path to kdtree headers
+PCL_KDTREE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_kdtree library
+PCL_KDTREE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_kdtree.so
+
+//path to pcl_kdtree library debug
+PCL_KDTREE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_kdtree.so
+
+//path to keypoints headers
+PCL_KEYPOINTS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_keypoints library
+PCL_KEYPOINTS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_keypoints.so
+
+//path to pcl_keypoints library debug
+PCL_KEYPOINTS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_keypoints.so
+
+//path to ml headers
+PCL_ML_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_ml library
+PCL_ML_LIBRARY:FILEPATH=/usr/local/lib/libpcl_ml.so
+
+//path to pcl_ml library debug
+PCL_ML_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_ml.so
+
+//path to octree headers
+PCL_OCTREE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_octree library
+PCL_OCTREE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_octree.so
+
+//path to pcl_octree library debug
+PCL_OCTREE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_octree.so
+
+//path to outofcore headers
+PCL_OUTOFCORE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_outofcore library
+PCL_OUTOFCORE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_outofcore.so
+
+//path to pcl_outofcore library debug
+PCL_OUTOFCORE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_outofcore.so
+
+//path to people headers
+PCL_PEOPLE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_people library
+PCL_PEOPLE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_people.so
+
+//path to pcl_people library debug
+PCL_PEOPLE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_people.so
+
+//path to recognition headers
+PCL_RECOGNITION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_recognition library
+PCL_RECOGNITION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_recognition.so
+
+//path to pcl_recognition library debug
+PCL_RECOGNITION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_recognition.so
+
+//path to registration headers
+PCL_REGISTRATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_registration library
+PCL_REGISTRATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_registration.so
+
+//path to pcl_registration library debug
+PCL_REGISTRATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_registration.so
+
+//path to sample_consensus headers
+PCL_SAMPLE_CONSENSUS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_sample_consensus library
+PCL_SAMPLE_CONSENSUS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_sample_consensus.so
+
+//path to pcl_sample_consensus library debug
+PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_sample_consensus.so
+
+//path to search headers
+PCL_SEARCH_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_search library
+PCL_SEARCH_LIBRARY:FILEPATH=/usr/local/lib/libpcl_search.so
+
+//path to pcl_search library debug
+PCL_SEARCH_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_search.so
+
+//path to segmentation headers
+PCL_SEGMENTATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_segmentation library
+PCL_SEGMENTATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_segmentation.so
+
+//path to pcl_segmentation library debug
+PCL_SEGMENTATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_segmentation.so
+
+//path to stereo headers
+PCL_STEREO_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_stereo library
+PCL_STEREO_LIBRARY:FILEPATH=/usr/local/lib/libpcl_stereo.so
+
+//path to pcl_stereo library debug
+PCL_STEREO_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_stereo.so
+
+//path to surface headers
+PCL_SURFACE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_surface library
+PCL_SURFACE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_surface.so
+
+//path to pcl_surface library debug
+PCL_SURFACE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_surface.so
+
+//path to tracking headers
+PCL_TRACKING_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_tracking library
+PCL_TRACKING_LIBRARY:FILEPATH=/usr/local/lib/libpcl_tracking.so
+
+//path to pcl_tracking library debug
+PCL_TRACKING_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_tracking.so
+
+//path to visualization headers
+PCL_VISUALIZATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8
+
+//path to pcl_visualization library
+PCL_VISUALIZATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_visualization.so
+
+//path to pcl_visualization library debug
+PCL_VISUALIZATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_visualization.so
+
+//pkg-config executable
+PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
+
+//Path to a file.
+QHULL_INCLUDE_DIRS:PATH=/usr/include
+
+//Path to a library.
+QHULL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libqhull.so
+
+//Path to a library.
+QHULL_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libqhull.so
+
+//RealSense SDK directory
+RSSDK_DIR:PATH=RSSDK_DIR-NOTFOUND
+
+//Path to a library.
+RSSDK_LIBRARY:FILEPATH=RSSDK_LIBRARY-NOTFOUND
+
+//Path to a library.
+RSSDK_LIBRARY_DEBUG:FILEPATH=RSSDK_LIBRARY_DEBUG-NOTFOUND
+
+//Value Computed by CMake
+tos-supervoxels_BINARY_DIR:STATIC=/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+//Value Computed by CMake
+tos-supervoxels_SOURCE_DIR:STATIC=/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+//Dependencies for the target
+tos_supervoxels_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libboost_system.so;general;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;general;/usr/lib/x86_64-linux-gnu/libboost_thread.so;general;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;general;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;general;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;general;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/local/lib/libpcl_common.so;debug;/usr/local/lib/libpcl_common.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;optimized;/usr/local/lib/libpcl_kdtree.so;debug;/usr/local/lib/libpcl_kdtree.so;optimized;/usr/local/lib/libpcl_octree.so;debug;/usr/local/lib/libpcl_octree.so;optimized;/usr/local/lib/libpcl_search.so;debug;/usr/local/lib/libpcl_search.so;optimized;/usr/local/lib/libpcl_sample_consensus.so;debug;/usr/local/lib/libpcl_sample_consensus.so;optimized;/usr/local/lib/libpcl_filters.so;debug;/usr/local/lib/libpcl_filters.so;general;/usr/lib/libOpenNI.so;general;/usr/lib/libOpenNI2.so;general;vtkCommon;general;vtkFiltering;general;vtkImaging;general;vtkGraphics;general;vtkGenericFiltering;general;vtkIO;general;vtkRendering;general;vtkVolumeRendering;general;vtkHybrid;general;vtkWidgets;general;vtkParallel;general;vtkInfovis;general;vtkGeovis;general;vtkViews;general;vtkCharts;optimized;/usr/local/lib/libpcl_io.so;debug;/usr/local/lib/libpcl_io.so;optimized;/usr/local/lib/libpcl_features.so;debug;/usr/local/lib/libpcl_features.so;optimized;/usr/local/lib/libpcl_visualization.so;debug;/usr/local/lib/libpcl_visualization.so;optimized;/usr/local/lib/libpcl_ml.so;debug;/usr/local/lib/libpcl_ml.so;optimized;/usr/local/lib/libpcl_segmentation.so;debug;/usr/local/lib/libpcl_segmentation.so;optimized;/usr/local/lib/libpcl_people.so;debug;/usr/local/lib/libpcl_people.so;optimized;/usr/local/lib/libpcl_registration.so;debug;/usr/local/lib/libpcl_registration.so;optimized;/usr/local/lib/libpcl_keypoints.so;debug;/usr/local/lib/libpcl_keypoints.so;optimized;/usr/local/lib/libpcl_outofcore.so;debug;/usr/local/lib/libpcl_outofcore.so;optimized;/usr/local/lib/libpcl_stereo.so;debug;/usr/local/lib/libpcl_stereo.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;optimized;/usr/local/lib/libpcl_surface.so;debug;/usr/local/lib/libpcl_surface.so;optimized;/usr/local/lib/libpcl_recognition.so;debug;/usr/local/lib/libpcl_recognition.so;optimized;/usr/local/lib/libpcl_tracking.so;debug;/usr/local/lib/libpcl_tracking.so;general;/usr/lib/x86_64-linux-gnu/libboost_system.so;general;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;general;/usr/lib/x86_64-linux-gnu/libboost_thread.so;general;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;general;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;general;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;general;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;general;/usr/lib/libOpenNI.so;general;/usr/lib/libOpenNI2.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;general;vtkCommon;general;vtkFiltering;general;vtkImaging;general;vtkGraphics;general;vtkGenericFiltering;general;vtkIO;general;vtkRendering;general;vtkVolumeRendering;general;vtkHybrid;general;vtkWidgets;general;vtkParallel;general;vtkInfovis;general;vtkGeovis;general;vtkViews;general;vtkCharts;
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//ADVANCED property for variable: Boost_CHRONO_LIBRARY_DEBUG
+Boost_CHRONO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_CHRONO_LIBRARY_RELEASE
+Boost_CHRONO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG
+Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE
+Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG
+Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE
+Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_INCLUDE_DIR
+Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_IOSTREAMS_LIBRARY_DEBUG
+Boost_IOSTREAMS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_IOSTREAMS_LIBRARY_RELEASE
+Boost_IOSTREAMS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_LIBRARY_DIR
+Boost_LIBRARY_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_DEBUG
+Boost_SERIALIZATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_RELEASE
+Boost_SERIALIZATION_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
+Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
+Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG
+Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE
+Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_AR
+CMAKE_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_BUILD_TOOL
+CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
+//What is the target build tool cmake is generating for.
+CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=12
+//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
+CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
+//ADVANCED property for variable: CMAKE_CXX_COMPILER
+CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS
+CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
+CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
+CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
+CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
+CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER
+CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS
+CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
+CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
+CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
+CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
+CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//Path to cache edit program executable.
+CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
+//Executable file format
+CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Unix Makefiles
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Start directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+//Install .so files without execute permission.
+CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
+//ADVANCED property for variable: CMAKE_LINKER
+CMAKE_LINKER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
+CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_NM
+CMAKE_NM-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=3
+//ADVANCED property for variable: CMAKE_OBJCOPY
+CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJDUMP
+CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_RANLIB
+CMAKE_RANLIB-ADVANCED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
+CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
+CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
+CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STRIP
+CMAKE_STRIP-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/bin/uname
+//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
+CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
+DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: DOXYGEN_DOT_PATH
+DOXYGEN_DOT_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: DOXYGEN_EXECUTABLE
+DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: DSSDK_LIBRARY_DepthSense
+DSSDK_LIBRARY_DepthSense-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: DSSDK_LIBRARY_DepthSensePlugins
+DSSDK_LIBRARY_DepthSensePlugins-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: DSSDK_LIBRARY_turbojpeg
+DSSDK_LIBRARY_turbojpeg-ADVANCED:INTERNAL=1
+//Details about finding Doxygen
+FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/usr/bin/doxygen][v1.8.6()]
+//Details about finding Flann
+FIND_PACKAGE_MESSAGE_DETAILS_Flann:INTERNAL=[/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a][/usr/include][v()]
+//Details about finding OpenNI2
+FIND_PACKAGE_MESSAGE_DETAILS_OpenNI2:INTERNAL=[/usr/lib/libOpenNI2.so][/usr/include/openni2][v()]
+//Details about finding PCL
+FIND_PACKAGE_MESSAGE_DETAILS_PCL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/local/lib/libpcl_common.so;debug;/usr/local/lib/libpcl_common.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;optimized;/usr/local/lib/libpcl_kdtree.so;debug;/usr/local/lib/libpcl_kdtree.so;optimized;/usr/local/lib/libpcl_octree.so;debug;/usr/local/lib/libpcl_octree.so;optimized;/usr/local/lib/libpcl_search.so;debug;/usr/local/lib/libpcl_search.so;optimized;/usr/local/lib/libpcl_sample_consensus.so;debug;/usr/local/lib/libpcl_sample_consensus.so;optimized;/usr/local/lib/libpcl_filters.so;debug;/usr/local/lib/libpcl_filters.so;/usr/lib/libOpenNI.so;/usr/lib/libOpenNI2.so;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkGenericFiltering;vtkIO;vtkRendering;vtkVolumeRendering;vtkHybrid;vtkWidgets;vtkParallel;vtkInfovis;vtkGeovis;vtkViews;vtkCharts;optimized;/usr/local/lib/libpcl_io.so;debug;/usr/local/lib/libpcl_io.so;optimized;/usr/local/lib/libpcl_features.so;debug;/usr/local/lib/libpcl_features.so;optimized;/usr/local/lib/libpcl_visualization.so;debug;/usr/local/lib/libpcl_visualization.so;optimized;/usr/local/lib/libpcl_ml.so;debug;/usr/local/lib/libpcl_ml.so;optimized;/usr/local/lib/libpcl_segmentation.so;debug;/usr/local/lib/libpcl_segmentation.so;optimized;/usr/local/lib/libpcl_people.so;debug;/usr/local/lib/libpcl_people.so;optimized;/usr/local/lib/libpcl_registration.so;debug;/usr/local/lib/libpcl_registration.so;optimized;/usr/local/lib/libpcl_keypoints.so;debug;/usr/local/lib/libpcl_keypoints.so;optimized;/usr/local/lib/libpcl_outofcore.so;debug;/usr/local/lib/libpcl_outofcore.so;optimized;/usr/local/lib/libpcl_stereo.so;debug;/usr/local/lib/libpcl_stereo.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;optimized;/usr/local/lib/libpcl_surface.so;debug;/usr/local/lib/libpcl_surface.so;optimized;/usr/local/lib/libpcl_recognition.so;debug;/usr/local/lib/libpcl_recognition.so;optimized;/usr/local/lib/libpcl_tracking.so;debug;/usr/local/lib/libpcl_tracking.so;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;/usr/lib/libOpenNI.so;/usr/lib/libOpenNI2.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkGenericFiltering;vtkIO;vtkRendering;vtkVolumeRendering;vtkHybrid;vtkWidgets;vtkParallel;vtkInfovis;vtkGeovis;vtkViews;vtkCharts][/usr/local/include/pcl-1.8;/usr/include/eigen3;/usr/include;/usr/include/ni;/usr/include/openni2;/usr/include/vtk-5.8][v(1.8)]
+//Details about finding PCL_2D
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_2D:INTERNAL=[/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_COMMON
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_COMMON:INTERNAL=[/usr/local/lib/libpcl_common.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_FEATURES
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_FEATURES:INTERNAL=[/usr/local/lib/libpcl_features.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_FILTERS
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_FILTERS:INTERNAL=[/usr/local/lib/libpcl_filters.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_GEOMETRY
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_GEOMETRY:INTERNAL=[/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_IO
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_IO:INTERNAL=[/usr/local/lib/libpcl_io.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_KDTREE
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_KDTREE:INTERNAL=[/usr/local/lib/libpcl_kdtree.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_KEYPOINTS
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_KEYPOINTS:INTERNAL=[/usr/local/lib/libpcl_keypoints.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_ML
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_ML:INTERNAL=[/usr/local/lib/libpcl_ml.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_OCTREE
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_OCTREE:INTERNAL=[/usr/local/lib/libpcl_octree.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_OUTOFCORE
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_OUTOFCORE:INTERNAL=[/usr/local/lib/libpcl_outofcore.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_PEOPLE
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_PEOPLE:INTERNAL=[/usr/local/lib/libpcl_people.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_RECOGNITION
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_RECOGNITION:INTERNAL=[/usr/local/lib/libpcl_recognition.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_REGISTRATION
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_REGISTRATION:INTERNAL=[/usr/local/lib/libpcl_registration.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_SAMPLE_CONSENSUS
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_SAMPLE_CONSENSUS:INTERNAL=[/usr/local/lib/libpcl_sample_consensus.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_SEARCH
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_SEARCH:INTERNAL=[/usr/local/lib/libpcl_search.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_SEGMENTATION
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_SEGMENTATION:INTERNAL=[/usr/local/lib/libpcl_segmentation.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_STEREO
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_STEREO:INTERNAL=[/usr/local/lib/libpcl_stereo.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_SURFACE
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_SURFACE:INTERNAL=[/usr/local/lib/libpcl_surface.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_TRACKING
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_TRACKING:INTERNAL=[/usr/local/lib/libpcl_tracking.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding PCL_VISUALIZATION
+FIND_PACKAGE_MESSAGE_DETAILS_PCL_VISUALIZATION:INTERNAL=[/usr/local/lib/libpcl_visualization.so][/usr/local/include/pcl-1.8][v()]
+//Details about finding eigen
+FIND_PACKAGE_MESSAGE_DETAILS_eigen:INTERNAL=[/usr/include/eigen3][v()]
+//Details about finding libusb-1.0
+FIND_PACKAGE_MESSAGE_DETAILS_libusb-1.0:INTERNAL=[/usr/include][v()]
+//Details about finding openni
+FIND_PACKAGE_MESSAGE_DETAILS_openni:INTERNAL=[/usr/lib/libOpenNI.so][/usr/include/ni][v()]
+//Details about finding qhull
+FIND_PACKAGE_MESSAGE_DETAILS_qhull:INTERNAL=[/usr/lib/x86_64-linux-gnu/libqhull.so][/usr/include][v()]
+//ADVANCED property for variable: OpenCV_3RDPARTY_LIB_DIR_DBG
+OpenCV_3RDPARTY_LIB_DIR_DBG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OpenCV_3RDPARTY_LIB_DIR_OPT
+OpenCV_3RDPARTY_LIB_DIR_OPT-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OpenCV_CONFIG_PATH
+OpenCV_CONFIG_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OpenCV_LIB_DIR_DBG
+OpenCV_LIB_DIR_DBG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OpenCV_LIB_DIR_OPT
+OpenCV_LIB_DIR_OPT-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_COMMON_LIBRARY
+PCL_COMMON_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_COMMON_LIBRARY_DEBUG
+PCL_COMMON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_FEATURES_LIBRARY
+PCL_FEATURES_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_FEATURES_LIBRARY_DEBUG
+PCL_FEATURES_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_FILTERS_LIBRARY
+PCL_FILTERS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_FILTERS_LIBRARY_DEBUG
+PCL_FILTERS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_IO_LIBRARY
+PCL_IO_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_IO_LIBRARY_DEBUG
+PCL_IO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_KDTREE_LIBRARY
+PCL_KDTREE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_KDTREE_LIBRARY_DEBUG
+PCL_KDTREE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_KEYPOINTS_LIBRARY
+PCL_KEYPOINTS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_KEYPOINTS_LIBRARY_DEBUG
+PCL_KEYPOINTS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_ML_LIBRARY
+PCL_ML_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_ML_LIBRARY_DEBUG
+PCL_ML_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_OCTREE_LIBRARY
+PCL_OCTREE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_OCTREE_LIBRARY_DEBUG
+PCL_OCTREE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_OUTOFCORE_LIBRARY
+PCL_OUTOFCORE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_OUTOFCORE_LIBRARY_DEBUG
+PCL_OUTOFCORE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_PEOPLE_LIBRARY
+PCL_PEOPLE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_PEOPLE_LIBRARY_DEBUG
+PCL_PEOPLE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_RECOGNITION_LIBRARY
+PCL_RECOGNITION_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_RECOGNITION_LIBRARY_DEBUG
+PCL_RECOGNITION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_REGISTRATION_LIBRARY
+PCL_REGISTRATION_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_REGISTRATION_LIBRARY_DEBUG
+PCL_REGISTRATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_SAMPLE_CONSENSUS_LIBRARY
+PCL_SAMPLE_CONSENSUS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG
+PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_SEARCH_LIBRARY
+PCL_SEARCH_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_SEARCH_LIBRARY_DEBUG
+PCL_SEARCH_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_SEGMENTATION_LIBRARY
+PCL_SEGMENTATION_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_SEGMENTATION_LIBRARY_DEBUG
+PCL_SEGMENTATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_STEREO_LIBRARY
+PCL_STEREO_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_STEREO_LIBRARY_DEBUG
+PCL_STEREO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_SURFACE_LIBRARY
+PCL_SURFACE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_SURFACE_LIBRARY_DEBUG
+PCL_SURFACE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_TRACKING_LIBRARY
+PCL_TRACKING_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_TRACKING_LIBRARY_DEBUG
+PCL_TRACKING_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_VISUALIZATION_LIBRARY
+PCL_VISUALIZATION_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PCL_VISUALIZATION_LIBRARY_DEBUG
+PCL_VISUALIZATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+PC_EIGEN_CFLAGS:INTERNAL=-I/usr/include/eigen3
+PC_EIGEN_CFLAGS_I:INTERNAL=
+PC_EIGEN_CFLAGS_OTHER:INTERNAL=
+PC_EIGEN_FOUND:INTERNAL=1
+PC_EIGEN_INCLUDEDIR:INTERNAL=
+PC_EIGEN_INCLUDE_DIRS:INTERNAL=/usr/include/eigen3
+PC_EIGEN_LDFLAGS:INTERNAL=
+PC_EIGEN_LDFLAGS_OTHER:INTERNAL=
+PC_EIGEN_LIBDIR:INTERNAL=
+PC_EIGEN_LIBRARIES:INTERNAL=
+PC_EIGEN_LIBRARY_DIRS:INTERNAL=
+PC_EIGEN_LIBS:INTERNAL=
+PC_EIGEN_LIBS_L:INTERNAL=
+PC_EIGEN_LIBS_OTHER:INTERNAL=
+PC_EIGEN_LIBS_PATHS:INTERNAL=
+PC_EIGEN_PREFIX:INTERNAL=
+PC_EIGEN_STATIC_CFLAGS:INTERNAL=-I/usr/include/eigen3
+PC_EIGEN_STATIC_CFLAGS_I:INTERNAL=
+PC_EIGEN_STATIC_CFLAGS_OTHER:INTERNAL=
+PC_EIGEN_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/eigen3
+PC_EIGEN_STATIC_LDFLAGS:INTERNAL=
+PC_EIGEN_STATIC_LDFLAGS_OTHER:INTERNAL=
+PC_EIGEN_STATIC_LIBDIR:INTERNAL=
+PC_EIGEN_STATIC_LIBRARIES:INTERNAL=
+PC_EIGEN_STATIC_LIBRARY_DIRS:INTERNAL=
+PC_EIGEN_STATIC_LIBS:INTERNAL=
+PC_EIGEN_STATIC_LIBS_L:INTERNAL=
+PC_EIGEN_STATIC_LIBS_OTHER:INTERNAL=
+PC_EIGEN_STATIC_LIBS_PATHS:INTERNAL=
+PC_EIGEN_VERSION:INTERNAL=3.2.0
+PC_EIGEN_eigen3_INCLUDEDIR:INTERNAL=
+PC_EIGEN_eigen3_LIBDIR:INTERNAL=
+PC_EIGEN_eigen3_PREFIX:INTERNAL=
+PC_EIGEN_eigen3_VERSION:INTERNAL=
+PC_FLANN_CFLAGS:INTERNAL=
+PC_FLANN_CFLAGS_I:INTERNAL=
+PC_FLANN_CFLAGS_OTHER:INTERNAL=
+PC_FLANN_FOUND:INTERNAL=1
+PC_FLANN_INCLUDEDIR:INTERNAL=/usr/include
+PC_FLANN_INCLUDE_DIRS:INTERNAL=
+PC_FLANN_LDFLAGS:INTERNAL=-lflann_cpp
+PC_FLANN_LDFLAGS_OTHER:INTERNAL=
+PC_FLANN_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
+PC_FLANN_LIBRARIES:INTERNAL=flann_cpp
+PC_FLANN_LIBRARY_DIRS:INTERNAL=
+PC_FLANN_LIBS:INTERNAL=
+PC_FLANN_LIBS_L:INTERNAL=
+PC_FLANN_LIBS_OTHER:INTERNAL=
+PC_FLANN_LIBS_PATHS:INTERNAL=
+PC_FLANN_PREFIX:INTERNAL=/usr
+PC_FLANN_STATIC_CFLAGS:INTERNAL=
+PC_FLANN_STATIC_CFLAGS_I:INTERNAL=
+PC_FLANN_STATIC_CFLAGS_OTHER:INTERNAL=
+PC_FLANN_STATIC_INCLUDE_DIRS:INTERNAL=
+PC_FLANN_STATIC_LDFLAGS:INTERNAL=-lflann_cpp
+PC_FLANN_STATIC_LDFLAGS_OTHER:INTERNAL=
+PC_FLANN_STATIC_LIBDIR:INTERNAL=
+PC_FLANN_STATIC_LIBRARIES:INTERNAL=flann_cpp
+PC_FLANN_STATIC_LIBRARY_DIRS:INTERNAL=
+PC_FLANN_STATIC_LIBS:INTERNAL=
+PC_FLANN_STATIC_LIBS_L:INTERNAL=
+PC_FLANN_STATIC_LIBS_OTHER:INTERNAL=
+PC_FLANN_STATIC_LIBS_PATHS:INTERNAL=
+PC_FLANN_VERSION:INTERNAL=1.8.4
+PC_FLANN_flann_INCLUDEDIR:INTERNAL=
+PC_FLANN_flann_LIBDIR:INTERNAL=
+PC_FLANN_flann_PREFIX:INTERNAL=
+PC_FLANN_flann_VERSION:INTERNAL=
+PC_OPENNI2_CFLAGS:INTERNAL=-I/usr/include/openni2
+PC_OPENNI2_CFLAGS_I:INTERNAL=
+PC_OPENNI2_CFLAGS_OTHER:INTERNAL=
+PC_OPENNI2_FOUND:INTERNAL=1
+PC_OPENNI2_INCLUDEDIR:INTERNAL=/usr/include/openni2
+PC_OPENNI2_INCLUDE_DIRS:INTERNAL=/usr/include/openni2
+PC_OPENNI2_LDFLAGS:INTERNAL=-L/usr/lib/OpenNI2/Drivers;-lOpenNI2;-lDummyDevice;-lOniFile;-lPS1080
+PC_OPENNI2_LDFLAGS_OTHER:INTERNAL=
+PC_OPENNI2_LIBDIR:INTERNAL=/usr/lib
+PC_OPENNI2_LIBRARIES:INTERNAL=OpenNI2;DummyDevice;OniFile;PS1080
+PC_OPENNI2_LIBRARY_DIRS:INTERNAL=/usr/lib/OpenNI2/Drivers
+PC_OPENNI2_LIBS:INTERNAL=
+PC_OPENNI2_LIBS_L:INTERNAL=
+PC_OPENNI2_LIBS_OTHER:INTERNAL=
+PC_OPENNI2_LIBS_PATHS:INTERNAL=
+PC_OPENNI2_PREFIX:INTERNAL=/usr
+PC_OPENNI2_STATIC_CFLAGS:INTERNAL=-I/usr/include/openni2
+PC_OPENNI2_STATIC_CFLAGS_I:INTERNAL=
+PC_OPENNI2_STATIC_CFLAGS_OTHER:INTERNAL=
+PC_OPENNI2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/openni2
+PC_OPENNI2_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/OpenNI2/Drivers;-lOpenNI2;-lDummyDevice;-lOniFile;-lPS1080
+PC_OPENNI2_STATIC_LDFLAGS_OTHER:INTERNAL=
+PC_OPENNI2_STATIC_LIBDIR:INTERNAL=
+PC_OPENNI2_STATIC_LIBRARIES:INTERNAL=OpenNI2;DummyDevice;OniFile;PS1080
+PC_OPENNI2_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/OpenNI2/Drivers
+PC_OPENNI2_STATIC_LIBS:INTERNAL=
+PC_OPENNI2_STATIC_LIBS_L:INTERNAL=
+PC_OPENNI2_STATIC_LIBS_OTHER:INTERNAL=
+PC_OPENNI2_STATIC_LIBS_PATHS:INTERNAL=
+PC_OPENNI2_VERSION:INTERNAL=2.2.0.3
+PC_OPENNI2_libopenni2_INCLUDEDIR:INTERNAL=
+PC_OPENNI2_libopenni2_LIBDIR:INTERNAL=
+PC_OPENNI2_libopenni2_PREFIX:INTERNAL=
+PC_OPENNI2_libopenni2_VERSION:INTERNAL=
+PC_OPENNI_CFLAGS:INTERNAL=-I/usr/include/ni
+PC_OPENNI_CFLAGS_I:INTERNAL=
+PC_OPENNI_CFLAGS_OTHER:INTERNAL=
+PC_OPENNI_FOUND:INTERNAL=1
+PC_OPENNI_INCLUDEDIR:INTERNAL=/usr/include/ni
+PC_OPENNI_INCLUDE_DIRS:INTERNAL=/usr/include/ni
+PC_OPENNI_LDFLAGS:INTERNAL=-lOpenNI
+PC_OPENNI_LDFLAGS_OTHER:INTERNAL=
+PC_OPENNI_LIBDIR:INTERNAL=/usr/lib
+PC_OPENNI_LIBRARIES:INTERNAL=OpenNI
+PC_OPENNI_LIBRARY_DIRS:INTERNAL=
+PC_OPENNI_LIBS:INTERNAL=
+PC_OPENNI_LIBS_L:INTERNAL=
+PC_OPENNI_LIBS_OTHER:INTERNAL=
+PC_OPENNI_LIBS_PATHS:INTERNAL=
+PC_OPENNI_PREFIX:INTERNAL=/usr
+PC_OPENNI_STATIC_CFLAGS:INTERNAL=-I/usr/include/ni
+PC_OPENNI_STATIC_CFLAGS_I:INTERNAL=
+PC_OPENNI_STATIC_CFLAGS_OTHER:INTERNAL=
+PC_OPENNI_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/ni
+PC_OPENNI_STATIC_LDFLAGS:INTERNAL=-lOpenNI
+PC_OPENNI_STATIC_LDFLAGS_OTHER:INTERNAL=
+PC_OPENNI_STATIC_LIBDIR:INTERNAL=
+PC_OPENNI_STATIC_LIBRARIES:INTERNAL=OpenNI
+PC_OPENNI_STATIC_LIBRARY_DIRS:INTERNAL=
+PC_OPENNI_STATIC_LIBS:INTERNAL=
+PC_OPENNI_STATIC_LIBS_L:INTERNAL=
+PC_OPENNI_STATIC_LIBS_OTHER:INTERNAL=
+PC_OPENNI_STATIC_LIBS_PATHS:INTERNAL=
+PC_OPENNI_VERSION:INTERNAL=1.5.4.0
+PC_OPENNI_libopenni_INCLUDEDIR:INTERNAL=
+PC_OPENNI_libopenni_LIBDIR:INTERNAL=
+PC_OPENNI_libopenni_PREFIX:INTERNAL=
+PC_OPENNI_libopenni_VERSION:INTERNAL=
+//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
+PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: RSSDK_LIBRARY
+RSSDK_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: RSSDK_LIBRARY_DEBUG
+RSSDK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//Last used BOOST_INCLUDEDIR value.
+_BOOST_INCLUDEDIR_LAST:INTERNAL=/usr/include
+//Last used Boost_ADDITIONAL_VERSIONS value.
+_Boost_ADDITIONAL_VERSIONS_LAST:INTERNAL=1.47;1.47.0
+//Components requested for this build tree.
+_Boost_COMPONENTS_SEARCHED:INTERNAL=chrono;date_time;filesystem;iostreams;serialization;system;thread
+//Last used Boost_INCLUDE_DIR value.
+_Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include
+//Last used Boost_LIBRARY_DIR value.
+_Boost_LIBRARY_DIR_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu
+//Last used Boost_USE_MULTITHREADED value.
+_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE
+__pkg_config_checked_PC_EIGEN:INTERNAL=1
+__pkg_config_checked_PC_FLANN:INTERNAL=1
+__pkg_config_checked_PC_OPENNI:INTERNAL=1
+__pkg_config_checked_PC_OPENNI2:INTERNAL=1
+
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f4a508bee87a3f1115f94732bcf8070afe43a282
--- /dev/null
+++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake
@@ -0,0 +1,56 @@
+set(CMAKE_C_COMPILER "/usr/bin/cc")
+set(CMAKE_C_COMPILER_ARG1 "")
+set(CMAKE_C_COMPILER_ID "GNU")
+set(CMAKE_C_COMPILER_VERSION "4.8.4")
+set(CMAKE_C_PLATFORM_ID "Linux")
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_COMPILER_IS_GNUCC 1)
+set(CMAKE_C_COMPILER_LOADED 1)
+set(CMAKE_C_COMPILER_WORKS TRUE)
+set(CMAKE_C_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+  set(CYGWIN 1)
+  set(UNIX 1)
+endif()
+
+set(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+if(CMAKE_COMPILER_IS_MINGW)
+  set(MINGW 1)
+endif()
+set(CMAKE_C_COMPILER_ID_RUN 1)
+set(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
+set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_C_LINKER_PREFERENCE 10)
+
+# Save compiler ABI information.
+set(CMAKE_C_SIZEOF_DATA_PTR "8")
+set(CMAKE_C_COMPILER_ABI "ELF")
+set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+
+if(CMAKE_C_SIZEOF_DATA_PTR)
+  set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_C_COMPILER_ABI)
+  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+endif()
+
+if(CMAKE_C_LIBRARY_ARCHITECTURE)
+  set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+endif()
+
+
+
+
+set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
+set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
+set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
+
+
+
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..1ca40dbcd6c03e7d7e7f8a4071e04d7aa7428614
--- /dev/null
+++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake
@@ -0,0 +1,57 @@
+set(CMAKE_CXX_COMPILER "/usr/bin/c++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "GNU")
+set(CMAKE_CXX_COMPILER_VERSION "4.8.4")
+set(CMAKE_CXX_PLATFORM_ID "Linux")
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_COMPILER_IS_GNUCXX 1)
+set(CMAKE_CXX_COMPILER_LOADED 1)
+set(CMAKE_CXX_COMPILER_WORKS TRUE)
+set(CMAKE_CXX_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+  set(CYGWIN 1)
+  set(UNIX 1)
+endif()
+
+set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+if(CMAKE_COMPILER_IS_MINGW)
+  set(MINGW 1)
+endif()
+set(CMAKE_CXX_COMPILER_ID_RUN 1)
+set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
+set(CMAKE_CXX_LINKER_PREFERENCE 30)
+set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+
+# Save compiler ABI information.
+set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
+set(CMAKE_CXX_COMPILER_ABI "ELF")
+set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+
+if(CMAKE_CXX_SIZEOF_DATA_PTR)
+  set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_CXX_COMPILER_ABI)
+  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+endif()
+
+if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+  set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+endif()
+
+
+
+
+set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
+set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
+set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
+
+
+
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin
new file mode 100755
index 0000000000000000000000000000000000000000..ffacac862dd52881b6ea403fc6e984f4d67891d8
Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin differ
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin
new file mode 100755
index 0000000000000000000000000000000000000000..5103deb825aa61fb9e732c9a96deb0f7830f8d47
Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin differ
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..44529c1133828c2d4892f3ff974884b087caf761
--- /dev/null
+++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-3.13.0-55-generic")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "3.13.0-55-generic")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+
+
+set(CMAKE_SYSTEM "Linux-3.13.0-55-generic")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "3.13.0-55-generic")
+set(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000000000000000000000000000000000000..cba81d4a6b5cc36ccdf8b4548036436087b6da7d
--- /dev/null
+++ b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,389 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+/* Version number components: V=Version, R=Revision, P=Patch
+   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+  /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER    % 10)
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__     & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+  /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "Watcom"
+  /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_C >= 0x5100
+   /* __SUNPRO_C = 0xVRRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
+# else
+   /* __SUNPRO_C = 0xVRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
+# endif
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+  /* __HP_cc = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100)
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+  /* __DECC_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000)
+
+#elif defined(__IBMC__)
+# if defined(__COMPILER_VER__)
+#  define COMPILER_ID "zOS"
+# else
+#  if __IBMC__ >= 800
+#   define COMPILER_ID "XL"
+#  else
+#   define COMPILER_ID "VisualAge"
+#  endif
+   /* __IBMC__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
+
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+  /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+#  if _MSC_VER >= 1400
+    /* _MSC_FULL_VER = VVRRPPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+#  else
+    /* _MSC_FULL_VER = VVRRPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+#  endif
+# endif
+# if defined(_MSC_BUILD)
+#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+/* Analog VisualDSP++ >= 4.5.6 */
+#elif defined(__VISUALDSPVERSION__)
+# define COMPILER_ID "ADSP"
+  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
+
+/* Analog VisualDSP++ < 4.5.6 */
+#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+
+/* IAR Systems compiler for embedded systems.
+   http://www.iar.com */
+#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+
+/* sdcc, the small devices C compiler for embedded systems,
+   http://sdcc.sourceforge.net  */
+#elif defined(SDCC)
+# define COMPILER_ID "SDCC"
+  /* SDCC = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(SDCC/100)
+#  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(SDCC    % 10)
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+  /* _SGI_COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION    % 10)
+# else
+  /* _COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION    % 10)
+# endif
+
+/* This compiler is either not known or is too old to define an
+   identification macro.  Try to identify the platform and guess that
+   it is the native compiler.  */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+
+/* Identify known platforms by name.  */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#else /* unknown platform */
+# define PLATFORM_ID ""
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+   the architecture of the compiler being used.  This is because
+   the compilers do not have flags that can change the architecture,
+   but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+#  define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+#  define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM)
+#  define ARCHITECTURE_ID "ARM"
+
+# elif defined(_M_MIPS)
+#  define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+#  define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#else
+#  define ARCHITECTURE_ID ""
+#endif
+
+/* Convert integer to decimal digit literals.  */
+#define DEC(n)                   \
+  ('0' + (((n) / 10000000)%10)), \
+  ('0' + (((n) / 1000000)%10)),  \
+  ('0' + (((n) / 100000)%10)),   \
+  ('0' + (((n) / 10000)%10)),    \
+  ('0' + (((n) / 1000)%10)),     \
+  ('0' + (((n) / 100)%10)),      \
+  ('0' + (((n) / 10)%10)),       \
+  ('0' +  ((n) % 10))
+
+/* Convert integer to hex digit literals.  */
+#define HEX(n)             \
+  ('0' + ((n)>>28 & 0xF)), \
+  ('0' + ((n)>>24 & 0xF)), \
+  ('0' + ((n)>>20 & 0xF)), \
+  ('0' + ((n)>>16 & 0xF)), \
+  ('0' + ((n)>>12 & 0xF)), \
+  ('0' + ((n)>>8  & 0xF)), \
+  ('0' + ((n)>>4  & 0xF)), \
+  ('0' + ((n)     & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+  COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+  '.', COMPILER_VERSION_MINOR,
+#  ifdef COMPILER_VERSION_PATCH
+   '.', COMPILER_VERSION_PATCH,
+#   ifdef COMPILER_VERSION_TWEAK
+    '.', COMPILER_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+int main(int argc, char* argv[])
+{
+  int require = 0;
+  require += info_compiler[argc];
+  require += info_platform[argc];
+  require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+  require += info_version[argc];
+#endif
+  (void)argv;
+  return require;
+}
+#endif
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out
new file mode 100755
index 0000000000000000000000000000000000000000..ddaaadc8f0be09eb9f5be82df6e9271de5cf5e27
Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out differ
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..e8220b26e508ad8289ae53743d2ffa316c17237f
--- /dev/null
+++ b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,377 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+   recognize the extension without flags.  Borland does not know .cxx for
+   example.  */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+/* Version number components: V=Version, R=Revision, P=Patch
+   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
+
+#if defined(__COMO__)
+# define COMPILER_ID "Comeau"
+  /* __COMO_VERSION__ = VRR */
+# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
+
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+  /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER    % 10)
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__     & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+  /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "Watcom"
+  /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+   /* __SUNPRO_CC = 0xVRRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
+# else
+   /* __SUNPRO_CC = 0xVRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+  /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+  /* __DECCXX_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000)
+
+#elif defined(__IBMCPP__)
+# if defined(__COMPILER_VER__)
+#  define COMPILER_ID "zOS"
+# else
+#  if __IBMCPP__ >= 800
+#   define COMPILER_ID "XL"
+#  else
+#   define COMPILER_ID "VisualAge"
+#  endif
+   /* __IBMCPP__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+  /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+#  if _MSC_VER >= 1400
+    /* _MSC_FULL_VER = VVRRPPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+#  else
+    /* _MSC_FULL_VER = VVRRPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+#  endif
+# endif
+# if defined(_MSC_BUILD)
+#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+/* Analog VisualDSP++ >= 4.5.6 */
+#elif defined(__VISUALDSPVERSION__)
+# define COMPILER_ID "ADSP"
+  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
+
+/* Analog VisualDSP++ < 4.5.6 */
+#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+
+/* IAR Systems compiler for embedded systems.
+   http://www.iar.com */
+#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+  /* _SGI_COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION    % 10)
+# else
+  /* _COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION    % 10)
+# endif
+
+/* This compiler is either not known or is too old to define an
+   identification macro.  Try to identify the platform and guess that
+   it is the native compiler.  */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+
+/* Identify known platforms by name.  */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#else /* unknown platform */
+# define PLATFORM_ID ""
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+   the architecture of the compiler being used.  This is because
+   the compilers do not have flags that can change the architecture,
+   but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+#  define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+#  define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM)
+#  define ARCHITECTURE_ID "ARM"
+
+# elif defined(_M_MIPS)
+#  define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+#  define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#else
+#  define ARCHITECTURE_ID ""
+#endif
+
+/* Convert integer to decimal digit literals.  */
+#define DEC(n)                   \
+  ('0' + (((n) / 10000000)%10)), \
+  ('0' + (((n) / 1000000)%10)),  \
+  ('0' + (((n) / 100000)%10)),   \
+  ('0' + (((n) / 10000)%10)),    \
+  ('0' + (((n) / 1000)%10)),     \
+  ('0' + (((n) / 100)%10)),      \
+  ('0' + (((n) / 10)%10)),       \
+  ('0' +  ((n) % 10))
+
+/* Convert integer to hex digit literals.  */
+#define HEX(n)             \
+  ('0' + ((n)>>28 & 0xF)), \
+  ('0' + ((n)>>24 & 0xF)), \
+  ('0' + ((n)>>20 & 0xF)), \
+  ('0' + ((n)>>16 & 0xF)), \
+  ('0' + ((n)>>12 & 0xF)), \
+  ('0' + ((n)>>8  & 0xF)), \
+  ('0' + ((n)>>4  & 0xF)), \
+  ('0' + ((n)     & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+  COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+  '.', COMPILER_VERSION_MINOR,
+#  ifdef COMPILER_VERSION_PATCH
+   '.', COMPILER_VERSION_PATCH,
+#   ifdef COMPILER_VERSION_TWEAK
+    '.', COMPILER_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+  int require = 0;
+  require += info_compiler[argc];
+  require += info_platform[argc];
+#ifdef COMPILER_VERSION_MAJOR
+  require += info_version[argc];
+#endif
+  (void)argv;
+  return require;
+}
diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out
new file mode 100755
index 0000000000000000000000000000000000000000..7e0fa3c8fd0dde946881102dca0d107963998684
Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out differ
diff --git a/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7dfd782a728748fd40c983777d04e06d3b4860d6
--- /dev/null
+++ b/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Relative path conversion top directories.
+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk")
+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build")
+
+# Force unix paths in dependencies.
+SET(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/trunk/build/CMakeFiles/CMakeOutput.log b/trunk/build/CMakeFiles/CMakeOutput.log
new file mode 100644
index 0000000000000000000000000000000000000000..3e8a7a782c67e1e97ab7aba4429f8e1353161f75
--- /dev/null
+++ b/trunk/build/CMakeFiles/CMakeOutput.log
@@ -0,0 +1,263 @@
+The system is: Linux - 3.13.0-55-generic - x86_64
+Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
+Compiler: /usr/bin/cc 
+Build flags: 
+Id flags: 
+
+The output was:
+0
+
+
+Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
+
+The C compiler identification is GNU, found in "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out"
+
+Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+Compiler: /usr/bin/c++ 
+Build flags: 
+Id flags: 
+
+The output was:
+0
+
+
+Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
+
+The CXX compiler identification is GNU, found in "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out"
+
+Determining if the C compiler works passed with the following output:
+Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec2954816196/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec2954816196.dir/build.make CMakeFiles/cmTryCompileExec2954816196.dir/build
+make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec2954816196.dir/testCCompiler.c.o
+/usr/bin/cc    -o CMakeFiles/cmTryCompileExec2954816196.dir/testCCompiler.c.o   -c /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/testCCompiler.c
+Linking C executable cmTryCompileExec2954816196
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2954816196.dir/link.txt --verbose=1
+/usr/bin/cc       CMakeFiles/cmTryCompileExec2954816196.dir/testCCompiler.c.o  -o cmTryCompileExec2954816196 -rdynamic 
+make[1]: Leaving directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'
+
+
+Detecting C compiler ABI info compiled with the following output:
+Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec2247603948/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec2247603948.dir/build.make CMakeFiles/cmTryCompileExec2247603948.dir/build
+make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o
+/usr/bin/cc    -o CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
+Linking C executable cmTryCompileExec2247603948
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2247603948.dir/link.txt --verbose=1
+/usr/bin/cc     -v CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec2247603948 -rdynamic  
+Using built-in specs.
+COLLECT_GCC=/usr/bin/cc
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) 
+COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/
+LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/
+COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2247603948' '-rdynamic' '-mtune=generic' '-march=x86-64'
+ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec2247603948 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
+make[1]: Leaving directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'
+
+
+Parsed C implicit link information from above output:
+  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+  ignore line: [Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp]
+  ignore line: []
+  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec2247603948/fast"]
+  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec2247603948.dir/build.make CMakeFiles/cmTryCompileExec2247603948.dir/build]
+  ignore line: [make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp']
+  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
+  ignore line: [Building C object CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o]
+  ignore line: [/usr/bin/cc    -o CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
+  ignore line: [Linking C executable cmTryCompileExec2247603948]
+  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2247603948.dir/link.txt --verbose=1]
+  ignore line: [/usr/bin/cc     -v CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec2247603948 -rdynamic  ]
+  ignore line: [Using built-in specs.]
+  ignore line: [COLLECT_GCC=/usr/bin/cc]
+  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
+  ignore line: [Target: x86_64-linux-gnu]
+  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
+  ignore line: [Thread model: posix]
+  ignore line: [gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) ]
+  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/]
+  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/]
+  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2247603948' '-rdynamic' '-mtune=generic' '-march=x86-64']
+  link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec2247603948 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
+    arg [--sysroot=/] ==> ignore
+    arg [--build-id] ==> ignore
+    arg [--eh-frame-hdr] ==> ignore
+    arg [-m] ==> ignore
+    arg [elf_x86_64] ==> ignore
+    arg [--hash-style=gnu] ==> ignore
+    arg [--as-needed] ==> ignore
+    arg [-export-dynamic] ==> ignore
+    arg [-dynamic-linker] ==> ignore
+    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
+    arg [-zrelro] ==> ignore
+    arg [-o] ==> ignore
+    arg [cmTryCompileExec2247603948] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
+    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
+    arg [-L/lib/../lib] ==> dir [/lib/../lib]
+    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
+    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
+    arg [CMakeFiles/cmTryCompileExec2247603948.dir/CMakeCCompilerABI.c.o] ==> ignore
+    arg [-lgcc] ==> lib [gcc]
+    arg [--as-needed] ==> ignore
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [--no-as-needed] ==> ignore
+    arg [-lc] ==> lib [c]
+    arg [-lgcc] ==> lib [gcc]
+    arg [--as-needed] ==> ignore
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [--no-as-needed] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
+  remove lib [gcc]
+  remove lib [gcc_s]
+  remove lib [gcc]
+  remove lib [gcc_s]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib]
+  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
+  collapse library dir [/lib/../lib] ==> [/lib]
+  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib]
+  implicit libs: [c]
+  implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
+  implicit fwks: []
+
+
+Determining if the CXX compiler works passed with the following output:
+Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec1062812044/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec1062812044.dir/build.make CMakeFiles/cmTryCompileExec1062812044.dir/build
+make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building CXX object CMakeFiles/cmTryCompileExec1062812044.dir/testCXXCompiler.cxx.o
+/usr/bin/c++     -o CMakeFiles/cmTryCompileExec1062812044.dir/testCXXCompiler.cxx.o -c /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
+Linking CXX executable cmTryCompileExec1062812044
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1062812044.dir/link.txt --verbose=1
+/usr/bin/c++        CMakeFiles/cmTryCompileExec1062812044.dir/testCXXCompiler.cxx.o  -o cmTryCompileExec1062812044 -rdynamic 
+make[1]: Leaving directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'
+
+
+Detecting CXX compiler ABI info compiled with the following output:
+Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec3976199578/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec3976199578.dir/build.make CMakeFiles/cmTryCompileExec3976199578.dir/build
+make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building CXX object CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o
+/usr/bin/c++     -o CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
+Linking CXX executable cmTryCompileExec3976199578
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3976199578.dir/link.txt --verbose=1
+/usr/bin/c++      -v CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec3976199578 -rdynamic  
+Using built-in specs.
+COLLECT_GCC=/usr/bin/c++
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) 
+COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/
+LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/
+COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3976199578' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
+ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec3976199578 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
+make[1]: Leaving directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'
+
+
+Parsed CXX implicit link information from above output:
+  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+  ignore line: [Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp]
+  ignore line: []
+  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3976199578/fast"]
+  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3976199578.dir/build.make CMakeFiles/cmTryCompileExec3976199578.dir/build]
+  ignore line: [make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp']
+  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
+  ignore line: [Building CXX object CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o]
+  ignore line: [/usr/bin/c++     -o CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
+  ignore line: [Linking CXX executable cmTryCompileExec3976199578]
+  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3976199578.dir/link.txt --verbose=1]
+  ignore line: [/usr/bin/c++      -v CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec3976199578 -rdynamic  ]
+  ignore line: [Using built-in specs.]
+  ignore line: [COLLECT_GCC=/usr/bin/c++]
+  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
+  ignore line: [Target: x86_64-linux-gnu]
+  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
+  ignore line: [Thread model: posix]
+  ignore line: [gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) ]
+  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/]
+  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/]
+  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3976199578' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
+  link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec3976199578 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
+    arg [--sysroot=/] ==> ignore
+    arg [--build-id] ==> ignore
+    arg [--eh-frame-hdr] ==> ignore
+    arg [-m] ==> ignore
+    arg [elf_x86_64] ==> ignore
+    arg [--hash-style=gnu] ==> ignore
+    arg [--as-needed] ==> ignore
+    arg [-export-dynamic] ==> ignore
+    arg [-dynamic-linker] ==> ignore
+    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
+    arg [-zrelro] ==> ignore
+    arg [-o] ==> ignore
+    arg [cmTryCompileExec3976199578] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
+    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
+    arg [-L/lib/../lib] ==> dir [/lib/../lib]
+    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
+    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
+    arg [CMakeFiles/cmTryCompileExec3976199578.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
+    arg [-lstdc++] ==> lib [stdc++]
+    arg [-lm] ==> lib [m]
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [-lgcc] ==> lib [gcc]
+    arg [-lc] ==> lib [c]
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [-lgcc] ==> lib [gcc]
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
+  remove lib [gcc_s]
+  remove lib [gcc]
+  remove lib [gcc_s]
+  remove lib [gcc]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib]
+  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
+  collapse library dir [/lib/../lib] ==> [/lib]
+  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib]
+  implicit libs: [stdc++;m;c]
+  implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
+  implicit fwks: []
+
+
diff --git a/trunk/build/CMakeFiles/CMakeRuleHashes.txt b/trunk/build/CMakeFiles/CMakeRuleHashes.txt
new file mode 100644
index 0000000000000000000000000000000000000000..24d9d38a7aba4692aa2c29242ee14b3a687fba2e
--- /dev/null
+++ b/trunk/build/CMakeFiles/CMakeRuleHashes.txt
@@ -0,0 +1,4 @@
+# Hashes of file build rules.
+5dff4c3be749e9c56d21c354b2d2b5be CMakeFiles/distclean
+fb69216cfbeef17613033c32a2697871 CMakeFiles/doc
+2ccaf6576ee8bd7cb628aad7384d3f1d CMakeFiles/uninstall
diff --git a/trunk/build/CMakeFiles/Makefile.cmake b/trunk/build/CMakeFiles/Makefile.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..27e6acba653ff410cf2f98b639700a81d5cac2aa
--- /dev/null
+++ b/trunk/build/CMakeFiles/Makefile.cmake
@@ -0,0 +1,100 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# The generator used is:
+SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
+
+# The top level Makefile was generated from the following files:
+SET(CMAKE_MAKEFILE_DEPENDS
+  "CMakeCache.txt"
+  "../CMakeLists.txt"
+  "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
+  "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
+  "CMakeFiles/2.8.12.2/CMakeSystem.cmake"
+  "../src/CMakeLists.txt"
+  "../src/examples/CMakeLists.txt"
+  "/usr/lib/vtk-5.8/CMake/vtkMakeInstantiator.cmake"
+  "/usr/lib/vtk-5.8/UseVTK.cmake"
+  "/usr/lib/vtk-5.8/VTKConfig-Java.cmake"
+  "/usr/lib/vtk-5.8/VTKConfig-Python.cmake"
+  "/usr/lib/vtk-5.8/VTKConfig-Tcl.cmake"
+  "/usr/lib/vtk-5.8/VTKConfig.cmake"
+  "/usr/lib/vtk-5.8/VTKConfigQt.cmake"
+  "/usr/lib/vtk-5.8/VTKConfigVersion.cmake"
+  "/usr/lib/vtk-5.8/VTKTargets-release.cmake"
+  "/usr/lib/vtk-5.8/VTKTargets.cmake"
+  "/usr/local/share/pcl-1.8/PCLConfig.cmake"
+  "/usr/local/share/pcl-1.8/PCLConfigVersion.cmake"
+  "/usr/share/OpenCV/OpenCVConfig-version.cmake"
+  "/usr/share/OpenCV/OpenCVConfig.cmake"
+  "/usr/share/OpenCV/OpenCVModules-release.cmake"
+  "/usr/share/OpenCV/OpenCVModules.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in"
+  "/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c"
+  "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in"
+  "/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp"
+  "/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeClDeps.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeDetermineCompiler.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeImportBuildSettings.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeSystem.cmake.in"
+  "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeUnixFindMake.cmake"
+  "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake"
+  "/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake"
+  "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake"
+  "/usr/share/cmake-2.8/Modules/FindBoost.cmake"
+  "/usr/share/cmake-2.8/Modules/FindDoxygen.cmake"
+  "/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake"
+  "/usr/share/cmake-2.8/Modules/FindPackageMessage.cmake"
+  "/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake"
+  "/usr/share/cmake-2.8/Modules/FindVTK.cmake"
+  "/usr/share/cmake-2.8/Modules/MultiArchCross.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux-CXX.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake"
+  )
+
+# The corresponding makefile is:
+SET(CMAKE_MAKEFILE_OUTPUTS
+  "Makefile"
+  "CMakeFiles/cmake.check_cache"
+  )
+
+# Byproducts of CMake generate step:
+SET(CMAKE_MAKEFILE_PRODUCTS
+  "CMakeFiles/2.8.12.2/CMakeSystem.cmake"
+  "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
+  "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
+  "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
+  "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
+  "CMakeFiles/CMakeDirectoryInformation.cmake"
+  "src/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "src/examples/CMakeFiles/CMakeDirectoryInformation.cmake"
+  )
+
+# Dependency information for all targets:
+SET(CMAKE_DEPEND_INFO_FILES
+  "CMakeFiles/distclean.dir/DependInfo.cmake"
+  "CMakeFiles/doc.dir/DependInfo.cmake"
+  "CMakeFiles/uninstall.dir/DependInfo.cmake"
+  "src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake"
+  "src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake"
+  )
diff --git a/trunk/build/CMakeFiles/Makefile2 b/trunk/build/CMakeFiles/Makefile2
new file mode 100644
index 0000000000000000000000000000000000000000..7e35a4c15f9124a08137663a3b0673c52b1c5ddb
--- /dev/null
+++ b/trunk/build/CMakeFiles/Makefile2
@@ -0,0 +1,262 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+# The main recursive all target
+all:
+.PHONY : all
+
+# The main recursive preinstall target
+preinstall:
+.PHONY : preinstall
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+#=============================================================================
+# Target rules for target CMakeFiles/distclean.dir
+
+# All Build rule for target.
+CMakeFiles/distclean.dir/all:
+	$(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/depend
+	$(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 
+	@echo "Built target distclean"
+.PHONY : CMakeFiles/distclean.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/distclean.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/distclean.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+.PHONY : CMakeFiles/distclean.dir/rule
+
+# Convenience name for target.
+distclean: CMakeFiles/distclean.dir/rule
+.PHONY : distclean
+
+# clean rule for target.
+CMakeFiles/distclean.dir/clean:
+	$(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/clean
+.PHONY : CMakeFiles/distclean.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/distclean.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/doc.dir
+
+# All Build rule for target.
+CMakeFiles/doc.dir/all:
+	$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/depend
+	$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 
+	@echo "Built target doc"
+.PHONY : CMakeFiles/doc.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/doc.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/doc.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+.PHONY : CMakeFiles/doc.dir/rule
+
+# Convenience name for target.
+doc: CMakeFiles/doc.dir/rule
+.PHONY : doc
+
+# clean rule for target.
+CMakeFiles/doc.dir/clean:
+	$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/clean
+.PHONY : CMakeFiles/doc.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/doc.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/uninstall.dir
+
+# All Build rule for target.
+CMakeFiles/uninstall.dir/all:
+	$(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend
+	$(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 
+	@echo "Built target uninstall"
+.PHONY : CMakeFiles/uninstall.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/uninstall.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+.PHONY : CMakeFiles/uninstall.dir/rule
+
+# Convenience name for target.
+uninstall: CMakeFiles/uninstall.dir/rule
+.PHONY : uninstall
+
+# clean rule for target.
+CMakeFiles/uninstall.dir/clean:
+	$(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean
+.PHONY : CMakeFiles/uninstall.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/uninstall.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory src
+
+# Convenience name for "all" pass in the directory.
+src/all: src/CMakeFiles/tos_supervoxels.dir/all
+src/all: src/examples/all
+.PHONY : src/all
+
+# Convenience name for "clean" pass in the directory.
+src/clean: src/CMakeFiles/tos_supervoxels.dir/clean
+src/clean: src/examples/clean
+.PHONY : src/clean
+
+# Convenience name for "preinstall" pass in the directory.
+src/preinstall: src/examples/preinstall
+.PHONY : src/preinstall
+
+#=============================================================================
+# Target rules for target src/CMakeFiles/tos_supervoxels.dir
+
+# All Build rule for target.
+src/CMakeFiles/tos_supervoxels.dir/all:
+	$(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/depend
+	$(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles  1
+	@echo "Built target tos_supervoxels"
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/all
+
+# Include target in all.
+all: src/CMakeFiles/tos_supervoxels.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/CMakeFiles/tos_supervoxels.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 1
+	$(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/tos_supervoxels.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/rule
+
+# Convenience name for target.
+tos_supervoxels: src/CMakeFiles/tos_supervoxels.dir/rule
+.PHONY : tos_supervoxels
+
+# clean rule for target.
+src/CMakeFiles/tos_supervoxels.dir/clean:
+	$(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/clean
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/clean
+
+# clean rule for target.
+clean: src/CMakeFiles/tos_supervoxels.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory src/examples
+
+# Convenience name for "all" pass in the directory.
+src/examples/all: src/examples/CMakeFiles/tos_supervoxels_test.dir/all
+.PHONY : src/examples/all
+
+# Convenience name for "clean" pass in the directory.
+src/examples/clean: src/examples/CMakeFiles/tos_supervoxels_test.dir/clean
+.PHONY : src/examples/clean
+
+# Convenience name for "preinstall" pass in the directory.
+src/examples/preinstall:
+.PHONY : src/examples/preinstall
+
+#=============================================================================
+# Target rules for target src/examples/CMakeFiles/tos_supervoxels_test.dir
+
+# All Build rule for target.
+src/examples/CMakeFiles/tos_supervoxels_test.dir/all: src/CMakeFiles/tos_supervoxels.dir/all
+	$(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/depend
+	$(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles  2
+	@echo "Built target tos_supervoxels_test"
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/all
+
+# Include target in all.
+all: src/examples/CMakeFiles/tos_supervoxels_test.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/examples/CMakeFiles/tos_supervoxels_test.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 2
+	$(MAKE) -f CMakeFiles/Makefile2 src/examples/CMakeFiles/tos_supervoxels_test.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/rule
+
+# Convenience name for target.
+tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/rule
+.PHONY : tos_supervoxels_test
+
+# clean rule for target.
+src/examples/CMakeFiles/tos_supervoxels_test.dir/clean:
+	$(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/clean
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/clean
+
+# clean rule for target.
+clean: src/examples/CMakeFiles/tos_supervoxels_test.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/trunk/build/CMakeFiles/TargetDirectories.txt b/trunk/build/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4183157d85af7c30b85d36a6d149a4c2370cc2b3
--- /dev/null
+++ b/trunk/build/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,5 @@
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/distclean.dir
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/doc.dir
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/uninstall.dir
diff --git a/trunk/build/CMakeFiles/cmake.check_cache b/trunk/build/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000000000000000000000000000000000000..3dccd731726d7faa8b29d8d7dba3b981a53ca497
--- /dev/null
+++ b/trunk/build/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake b/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022
--- /dev/null
+++ b/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake
@@ -0,0 +1,15 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/trunk/build/CMakeFiles/distclean.dir/build.make b/trunk/build/CMakeFiles/distclean.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..bd525bf817a277eb43b414ca2e69d078b3ae2774
--- /dev/null
+++ b/trunk/build/CMakeFiles/distclean.dir/build.make
@@ -0,0 +1,72 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+# Utility rule file for distclean.
+
+# Include the progress variables for this target.
+include CMakeFiles/distclean.dir/progress.make
+
+CMakeFiles/distclean:
+	@echo cleaning cmake files
+
+distclean: CMakeFiles/distclean
+distclean: CMakeFiles/distclean.dir/build.make
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "distribution clean"
+	make clean
+	rm -rf /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/*
+.PHONY : distclean
+
+# Rule to build all files generated by this target.
+CMakeFiles/distclean.dir/build: distclean
+.PHONY : CMakeFiles/distclean.dir/build
+
+CMakeFiles/distclean.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/distclean.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/distclean.dir/clean
+
+CMakeFiles/distclean.dir/depend:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/distclean.dir/depend
+
diff --git a/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..2c45f349313f2bae81e603e031db3059e53a44f0
--- /dev/null
+++ b/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/distclean"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/distclean.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/trunk/build/CMakeFiles/distclean.dir/progress.make b/trunk/build/CMakeFiles/distclean.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/trunk/build/CMakeFiles/distclean.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake b/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022
--- /dev/null
+++ b/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake
@@ -0,0 +1,15 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/trunk/build/CMakeFiles/doc.dir/build.make b/trunk/build/CMakeFiles/doc.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..240c113a75d6de338cc4ea376a7600873aab0f70
--- /dev/null
+++ b/trunk/build/CMakeFiles/doc.dir/build.make
@@ -0,0 +1,69 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+# Utility rule file for doc.
+
+# Include the progress variables for this target.
+include CMakeFiles/doc.dir/progress.make
+
+CMakeFiles/doc:
+	/usr/bin/doxygen /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/doc/doxygen.conf
+
+doc: CMakeFiles/doc
+doc: CMakeFiles/doc.dir/build.make
+.PHONY : doc
+
+# Rule to build all files generated by this target.
+CMakeFiles/doc.dir/build: doc
+.PHONY : CMakeFiles/doc.dir/build
+
+CMakeFiles/doc.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/doc.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/doc.dir/clean
+
+CMakeFiles/doc.dir/depend:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/doc.dir/depend
+
diff --git a/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..29c6e210d6cf3b041a85353288c0eac6880b1091
--- /dev/null
+++ b/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/doc"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/doc.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/trunk/build/CMakeFiles/doc.dir/depend.internal b/trunk/build/CMakeFiles/doc.dir/depend.internal
new file mode 100644
index 0000000000000000000000000000000000000000..38eae05f3398a65e78ad308f0e89165462d74d9b
--- /dev/null
+++ b/trunk/build/CMakeFiles/doc.dir/depend.internal
@@ -0,0 +1,3 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
diff --git a/trunk/build/CMakeFiles/doc.dir/depend.make b/trunk/build/CMakeFiles/doc.dir/depend.make
new file mode 100644
index 0000000000000000000000000000000000000000..38eae05f3398a65e78ad308f0e89165462d74d9b
--- /dev/null
+++ b/trunk/build/CMakeFiles/doc.dir/depend.make
@@ -0,0 +1,3 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
diff --git a/trunk/build/CMakeFiles/doc.dir/progress.make b/trunk/build/CMakeFiles/doc.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/trunk/build/CMakeFiles/doc.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/trunk/build/CMakeFiles/progress.marks b/trunk/build/CMakeFiles/progress.marks
new file mode 100644
index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f
--- /dev/null
+++ b/trunk/build/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+2
diff --git a/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake b/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022
--- /dev/null
+++ b/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake
@@ -0,0 +1,15 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/trunk/build/CMakeFiles/uninstall.dir/build.make b/trunk/build/CMakeFiles/uninstall.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..deac1c657b8059e303fcf1dd1a9ef9e13439eff6
--- /dev/null
+++ b/trunk/build/CMakeFiles/uninstall.dir/build.make
@@ -0,0 +1,71 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+# Utility rule file for uninstall.
+
+# Include the progress variables for this target.
+include CMakeFiles/uninstall.dir/progress.make
+
+CMakeFiles/uninstall:
+	@echo uninstall package
+
+uninstall: CMakeFiles/uninstall
+uninstall: CMakeFiles/uninstall.dir/build.make
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "uninstall package"
+	xargs rm < install_manifest.txt
+.PHONY : uninstall
+
+# Rule to build all files generated by this target.
+CMakeFiles/uninstall.dir/build: uninstall
+.PHONY : CMakeFiles/uninstall.dir/build
+
+CMakeFiles/uninstall.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/uninstall.dir/clean
+
+CMakeFiles/uninstall.dir/depend:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/uninstall.dir/depend
+
diff --git a/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..828e2a209f029beee0ab24aff5e354cc2a14a974
--- /dev/null
+++ b/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/uninstall"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/trunk/build/CMakeFiles/uninstall.dir/progress.make b/trunk/build/CMakeFiles/uninstall.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/trunk/build/CMakeFiles/uninstall.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/trunk/build/Makefile b/trunk/build/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..40f9cf41da42ebd66d1ccd512491ceb01eac8bca
--- /dev/null
+++ b/trunk/build/Makefile
@@ -0,0 +1,240 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target edit_cache
+edit_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
+	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+.PHONY : edit_cache/fast
+
+# Special rule for the target install
+install: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install
+
+# Special rule for the target install
+install/fast: preinstall/fast
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install/fast
+
+# Special rule for the target install/local
+install/local: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+.PHONY : install/local
+
+# Special rule for the target install/local
+install/local/fast: install/local
+.PHONY : install/local/fast
+
+# Special rule for the target install/strip
+install/strip: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
+	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+.PHONY : install/strip
+
+# Special rule for the target install/strip
+install/strip/fast: install/strip
+.PHONY : install/strip/fast
+
+# Special rule for the target list_install_components
+list_install_components:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
+.PHONY : list_install_components
+
+# Special rule for the target list_install_components
+list_install_components/fast: list_install_components
+.PHONY : list_install_components/fast
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+.PHONY : rebuild_cache/fast
+
+# The main all target
+all: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/progress.marks
+	$(MAKE) -f CMakeFiles/Makefile2 all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+	$(MAKE) -f CMakeFiles/Makefile2 clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+#=============================================================================
+# Target rules for targets named distclean
+
+# Build rule for target.
+distclean: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 distclean
+.PHONY : distclean
+
+# fast build rule for target.
+distclean/fast:
+	$(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/build
+.PHONY : distclean/fast
+
+#=============================================================================
+# Target rules for targets named doc
+
+# Build rule for target.
+doc: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 doc
+.PHONY : doc
+
+# fast build rule for target.
+doc/fast:
+	$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build
+.PHONY : doc/fast
+
+#=============================================================================
+# Target rules for targets named uninstall
+
+# Build rule for target.
+uninstall: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 uninstall
+.PHONY : uninstall
+
+# fast build rule for target.
+uninstall/fast:
+	$(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
+.PHONY : uninstall/fast
+
+#=============================================================================
+# Target rules for targets named tos_supervoxels
+
+# Build rule for target.
+tos_supervoxels: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 tos_supervoxels
+.PHONY : tos_supervoxels
+
+# fast build rule for target.
+tos_supervoxels/fast:
+	$(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build
+.PHONY : tos_supervoxels/fast
+
+#=============================================================================
+# Target rules for targets named tos_supervoxels_test
+
+# Build rule for target.
+tos_supervoxels_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 tos_supervoxels_test
+.PHONY : tos_supervoxels_test
+
+# fast build rule for target.
+tos_supervoxels_test/fast:
+	$(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build
+.PHONY : tos_supervoxels_test/fast
+
+# Help Target
+help:
+	@echo "The following are some of the valid targets for this Makefile:"
+	@echo "... all (the default if no target is provided)"
+	@echo "... clean"
+	@echo "... depend"
+	@echo "... distclean"
+	@echo "... doc"
+	@echo "... edit_cache"
+	@echo "... install"
+	@echo "... install/local"
+	@echo "... install/strip"
+	@echo "... list_install_components"
+	@echo "... rebuild_cache"
+	@echo "... uninstall"
+	@echo "... tos_supervoxels"
+	@echo "... tos_supervoxels_test"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/trunk/build/cmake_install.cmake b/trunk/build/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f0edda4be68eea46ad8da27773dff47bafab804d
--- /dev/null
+++ b/trunk/build/cmake_install.cmake
@@ -0,0 +1,50 @@
+# Install script for directory: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "1")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  INCLUDE("/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/cmake_install.cmake")
+
+ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+
+IF(CMAKE_INSTALL_COMPONENT)
+  SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+ELSE(CMAKE_INSTALL_COMPONENT)
+  SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+ENDIF(CMAKE_INSTALL_COMPONENT)
+
+FILE(WRITE "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/${CMAKE_INSTALL_MANIFEST}" "")
+FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
+  FILE(APPEND "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
+ENDFOREACH(file)
diff --git a/trunk/build/install_manifest.txt b/trunk/build/install_manifest.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7a95dbe8c1ce65fd24db34c6627e17bdbf8cc5ec
--- /dev/null
+++ b/trunk/build/install_manifest.txt
@@ -0,0 +1,3 @@
+/usr/local/lib/iridrivers/libtos_supervoxels.so
+/usr/local/include/iridrivers/tos_supervoxels.h
+/usr/share/cmake-2.8/Modules/Findtos_supervoxels.cmake
diff --git a/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7dfd782a728748fd40c983777d04e06d3b4860d6
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Relative path conversion top directories.
+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk")
+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build")
+
+# Force unix paths in dependencies.
+SET(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/trunk/build/src/CMakeFiles/progress.marks b/trunk/build/src/CMakeFiles/progress.marks
new file mode 100644
index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+2
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/CXX.includecache b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/CXX.includecache
new file mode 100644
index 0000000000000000000000000000000000000000..b7953eab3a7016b1c8f1a36d4a247437f7ee89e0
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/CXX.includecache
@@ -0,0 +1,3762 @@
+#IncludeRegexLine: ^[ 	]*#[ 	]*(include|import)[ 	]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform: 
+
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp
+tos_supervoxels.h
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h
+
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/console/parse.h
+-
+pcl/io/pcd_io.h
+-
+pcl/visualization/pcl_visualizer.h
+-
+pcl/segmentation/supervoxel_clustering.h
+-
+iostream
+-
+pcl/ModelCoefficients.h
+-
+pcl/sample_consensus/method_types.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/segmentation/sac_segmentation.h
+-
+pcl/segmentation/lccp_segmentation.h
+-
+vtkPolyLine.h
+-
+pcl/filters/extract_indices.h
+-
+pcl/surface/convex_hull.h
+-
+pcl/segmentation/extract_polygonal_prism_data.h
+-
+
+/usr/include/eigen3/Eigen/Cholesky
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/misc/Solve.h
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+src/Cholesky/LLT.h
+/usr/include/eigen3/Eigen/src/Cholesky/LLT.h
+src/Cholesky/LDLT.h
+/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
+src/Cholesky/LLT_MKL.h
+/usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/Core/util/Macros.h
+/usr/include/eigen3/Eigen/src/Core/util/Macros.h
+complex
+-
+src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
+malloc.h
+-
+immintrin.h
+-
+emmintrin.h
+-
+xmmintrin.h
+-
+pmmintrin.h
+-
+tmmintrin.h
+-
+smmintrin.h
+-
+nmmintrin.h
+-
+altivec.h
+-
+arm_neon.h
+-
+omp.h
+-
+cerrno
+-
+cstddef
+-
+cstdlib
+-
+cmath
+-
+cassert
+-
+functional
+-
+iosfwd
+-
+cstring
+-
+string
+-
+limits
+-
+climits
+-
+algorithm
+-
+iostream
+-
+intrin.h
+-
+new
+-
+src/Core/util/Constants.h
+/usr/include/eigen3/Eigen/src/Core/util/Constants.h
+src/Core/util/ForwardDeclarations.h
+/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
+src/Core/util/Meta.h
+/usr/include/eigen3/Eigen/src/Core/util/Meta.h
+src/Core/util/StaticAssert.h
+/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
+src/Core/util/XprHelper.h
+/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
+src/Core/util/Memory.h
+/usr/include/eigen3/Eigen/src/Core/util/Memory.h
+src/Core/NumTraits.h
+/usr/include/eigen3/Eigen/src/Core/NumTraits.h
+src/Core/MathFunctions.h
+/usr/include/eigen3/Eigen/src/Core/MathFunctions.h
+src/Core/GenericPacketMath.h
+/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
+src/Core/arch/SSE/PacketMath.h
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
+src/Core/arch/SSE/MathFunctions.h
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
+src/Core/arch/SSE/Complex.h
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
+src/Core/arch/AltiVec/PacketMath.h
+/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
+src/Core/arch/AltiVec/Complex.h
+/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
+src/Core/arch/NEON/PacketMath.h
+/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
+src/Core/arch/NEON/Complex.h
+/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
+src/Core/arch/Default/Settings.h
+/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
+src/Core/Functors.h
+/usr/include/eigen3/Eigen/src/Core/Functors.h
+src/Core/DenseCoeffsBase.h
+/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
+src/Core/DenseBase.h
+/usr/include/eigen3/Eigen/src/Core/DenseBase.h
+src/Core/MatrixBase.h
+/usr/include/eigen3/Eigen/src/Core/MatrixBase.h
+src/Core/EigenBase.h
+/usr/include/eigen3/Eigen/src/Core/EigenBase.h
+src/Core/Assign.h
+/usr/include/eigen3/Eigen/src/Core/Assign.h
+src/Core/util/BlasUtil.h
+/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
+src/Core/DenseStorage.h
+/usr/include/eigen3/Eigen/src/Core/DenseStorage.h
+src/Core/NestByValue.h
+/usr/include/eigen3/Eigen/src/Core/NestByValue.h
+src/Core/ForceAlignedAccess.h
+/usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h
+src/Core/ReturnByValue.h
+/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
+src/Core/NoAlias.h
+/usr/include/eigen3/Eigen/src/Core/NoAlias.h
+src/Core/PlainObjectBase.h
+/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
+src/Core/Matrix.h
+/usr/include/eigen3/Eigen/src/Core/Matrix.h
+src/Core/Array.h
+/usr/include/eigen3/Eigen/src/Core/Array.h
+src/Core/CwiseBinaryOp.h
+/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
+src/Core/CwiseUnaryOp.h
+/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
+src/Core/CwiseNullaryOp.h
+/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
+src/Core/CwiseUnaryView.h
+/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
+src/Core/SelfCwiseBinaryOp.h
+/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
+src/Core/Dot.h
+/usr/include/eigen3/Eigen/src/Core/Dot.h
+src/Core/StableNorm.h
+/usr/include/eigen3/Eigen/src/Core/StableNorm.h
+src/Core/MapBase.h
+/usr/include/eigen3/Eigen/src/Core/MapBase.h
+src/Core/Stride.h
+/usr/include/eigen3/Eigen/src/Core/Stride.h
+src/Core/Map.h
+/usr/include/eigen3/Eigen/src/Core/Map.h
+src/Core/Block.h
+/usr/include/eigen3/Eigen/src/Core/Block.h
+src/Core/VectorBlock.h
+/usr/include/eigen3/Eigen/src/Core/VectorBlock.h
+src/Core/Ref.h
+/usr/include/eigen3/Eigen/src/Core/Ref.h
+src/Core/Transpose.h
+/usr/include/eigen3/Eigen/src/Core/Transpose.h
+src/Core/DiagonalMatrix.h
+/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
+src/Core/Diagonal.h
+/usr/include/eigen3/Eigen/src/Core/Diagonal.h
+src/Core/DiagonalProduct.h
+/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
+src/Core/PermutationMatrix.h
+/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
+src/Core/Transpositions.h
+/usr/include/eigen3/Eigen/src/Core/Transpositions.h
+src/Core/Redux.h
+/usr/include/eigen3/Eigen/src/Core/Redux.h
+src/Core/Visitor.h
+/usr/include/eigen3/Eigen/src/Core/Visitor.h
+src/Core/Fuzzy.h
+/usr/include/eigen3/Eigen/src/Core/Fuzzy.h
+src/Core/IO.h
+/usr/include/eigen3/Eigen/src/Core/IO.h
+src/Core/Swap.h
+/usr/include/eigen3/Eigen/src/Core/Swap.h
+src/Core/CommaInitializer.h
+/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
+src/Core/Flagged.h
+/usr/include/eigen3/Eigen/src/Core/Flagged.h
+src/Core/ProductBase.h
+/usr/include/eigen3/Eigen/src/Core/ProductBase.h
+src/Core/GeneralProduct.h
+/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
+src/Core/TriangularMatrix.h
+/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
+src/Core/SelfAdjointView.h
+/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
+src/Core/products/GeneralBlockPanelKernel.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+src/Core/products/Parallelizer.h
+/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
+src/Core/products/CoeffBasedProduct.h
+/usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h
+src/Core/products/GeneralMatrixVector.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
+src/Core/products/GeneralMatrixMatrix.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
+src/Core/SolveTriangular.h
+/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
+src/Core/products/GeneralMatrixMatrixTriangular.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+src/Core/products/SelfadjointMatrixVector.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
+src/Core/products/SelfadjointMatrixMatrix.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
+src/Core/products/SelfadjointProduct.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
+src/Core/products/SelfadjointRank2Update.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
+src/Core/products/TriangularMatrixVector.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
+src/Core/products/TriangularMatrixMatrix.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
+src/Core/products/TriangularSolverMatrix.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
+src/Core/products/TriangularSolverVector.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
+src/Core/BandMatrix.h
+/usr/include/eigen3/Eigen/src/Core/BandMatrix.h
+src/Core/CoreIterators.h
+/usr/include/eigen3/Eigen/src/Core/CoreIterators.h
+src/Core/BooleanRedux.h
+/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
+src/Core/Select.h
+/usr/include/eigen3/Eigen/src/Core/Select.h
+src/Core/VectorwiseOp.h
+/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
+src/Core/Random.h
+/usr/include/eigen3/Eigen/src/Core/Random.h
+src/Core/Replicate.h
+/usr/include/eigen3/Eigen/src/Core/Replicate.h
+src/Core/Reverse.h
+/usr/include/eigen3/Eigen/src/Core/Reverse.h
+src/Core/ArrayBase.h
+/usr/include/eigen3/Eigen/src/Core/ArrayBase.h
+src/Core/ArrayWrapper.h
+/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
+src/Core/products/GeneralMatrixMatrix_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
+src/Core/products/GeneralMatrixVector_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
+src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+src/Core/products/SelfadjointMatrixMatrix_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
+src/Core/products/SelfadjointMatrixVector_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
+src/Core/products/TriangularMatrixMatrix_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
+src/Core/products/TriangularMatrixVector_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
+src/Core/products/TriangularSolverMatrix_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
+src/Core/Assign_MKL.h
+/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
+src/Core/GlobalFunctions.h
+/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+Eigen2Support
+/usr/include/eigen3/Eigen/Eigen2Support
+
+/usr/include/eigen3/Eigen/Dense
+Core
+/usr/include/eigen3/Eigen/Core
+LU
+/usr/include/eigen3/Eigen/LU
+Cholesky
+/usr/include/eigen3/Eigen/Cholesky
+QR
+/usr/include/eigen3/Eigen/QR
+SVD
+/usr/include/eigen3/Eigen/SVD
+Geometry
+/usr/include/eigen3/Eigen/Geometry
+Eigenvalues
+/usr/include/eigen3/Eigen/Eigenvalues
+
+/usr/include/eigen3/Eigen/Eigen2Support
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/Eigen2Support/Macros.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h
+src/Eigen2Support/Memory.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h
+src/Eigen2Support/Meta.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h
+src/Eigen2Support/Lazy.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h
+src/Eigen2Support/Cwise.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h
+src/Eigen2Support/CwiseOperators.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h
+src/Eigen2Support/TriangularSolver.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h
+src/Eigen2Support/Block.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Block.h
+src/Eigen2Support/VectorBlock.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h
+src/Eigen2Support/Minor.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h
+src/Eigen2Support/MathFunctions.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+iostream
+-
+
+/usr/include/eigen3/Eigen/Eigenvalues
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+Cholesky
+/usr/include/eigen3/Eigen/Cholesky
+Jacobi
+/usr/include/eigen3/Eigen/Jacobi
+Householder
+/usr/include/eigen3/Eigen/Householder
+LU
+/usr/include/eigen3/Eigen/LU
+Geometry
+/usr/include/eigen3/Eigen/Geometry
+src/Eigenvalues/Tridiagonalization.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
+src/Eigenvalues/RealSchur.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
+src/Eigenvalues/EigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
+src/Eigenvalues/SelfAdjointEigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+src/Eigenvalues/HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
+src/Eigenvalues/ComplexSchur.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
+src/Eigenvalues/ComplexEigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
+src/Eigenvalues/RealQZ.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
+src/Eigenvalues/GeneralizedEigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+src/Eigenvalues/MatrixBaseEigenvalues.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+src/Eigenvalues/RealSchur_MKL.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h
+src/Eigenvalues/ComplexSchur_MKL.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
+src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/Geometry
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+SVD
+/usr/include/eigen3/Eigen/SVD
+LU
+/usr/include/eigen3/Eigen/LU
+limits
+-
+src/Geometry/OrthoMethods.h
+/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
+src/Geometry/EulerAngles.h
+/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
+src/Geometry/Homogeneous.h
+/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
+src/Geometry/RotationBase.h
+/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
+src/Geometry/Rotation2D.h
+/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
+src/Geometry/Quaternion.h
+/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
+src/Geometry/AngleAxis.h
+/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
+src/Geometry/Transform.h
+/usr/include/eigen3/Eigen/src/Geometry/Transform.h
+src/Geometry/Translation.h
+/usr/include/eigen3/Eigen/src/Geometry/Translation.h
+src/Geometry/Scaling.h
+/usr/include/eigen3/Eigen/src/Geometry/Scaling.h
+src/Geometry/Hyperplane.h
+/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
+src/Geometry/ParametrizedLine.h
+/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
+src/Geometry/AlignedBox.h
+/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
+src/Geometry/Umeyama.h
+/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
+src/Geometry/arch/Geometry_SSE.h
+/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
+src/Eigen2Support/Geometry/All.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/Householder
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/Householder/Householder.h
+/usr/include/eigen3/Eigen/src/Householder/Householder.h
+src/Householder/HouseholderSequence.h
+/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
+src/Householder/BlockHouseholder.h
+/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/Jacobi
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/Jacobi/Jacobi.h
+/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/LU
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/misc/Solve.h
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+src/misc/Kernel.h
+/usr/include/eigen3/Eigen/src/misc/Kernel.h
+src/misc/Image.h
+/usr/include/eigen3/Eigen/src/misc/Image.h
+src/LU/FullPivLU.h
+/usr/include/eigen3/Eigen/src/LU/FullPivLU.h
+src/LU/PartialPivLU.h
+/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
+src/LU/PartialPivLU_MKL.h
+/usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h
+src/LU/Determinant.h
+/usr/include/eigen3/Eigen/src/LU/Determinant.h
+src/LU/Inverse.h
+/usr/include/eigen3/Eigen/src/LU/Inverse.h
+src/LU/arch/Inverse_SSE.h
+/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
+src/Eigen2Support/LU.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/LU.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/QR
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+Cholesky
+/usr/include/eigen3/Eigen/Cholesky
+Jacobi
+/usr/include/eigen3/Eigen/Jacobi
+Householder
+/usr/include/eigen3/Eigen/Householder
+src/misc/Solve.h
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+src/QR/HouseholderQR.h
+/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
+src/QR/FullPivHouseholderQR.h
+/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
+src/QR/ColPivHouseholderQR.h
+/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
+src/QR/HouseholderQR_MKL.h
+/usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h
+src/QR/ColPivHouseholderQR_MKL.h
+/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h
+src/Eigen2Support/QR.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/QR.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+Eigenvalues
+/usr/include/eigen3/Eigen/Eigenvalues
+
+/usr/include/eigen3/Eigen/SVD
+QR
+/usr/include/eigen3/Eigen/QR
+Householder
+/usr/include/eigen3/Eigen/Householder
+Jacobi
+/usr/include/eigen3/Eigen/Jacobi
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/misc/Solve.h
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+src/SVD/JacobiSVD.h
+/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
+src/SVD/JacobiSVD_MKL.h
+/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h
+src/SVD/UpperBidiagonalization.h
+/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
+src/Eigen2Support/SVD.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/StdVector
+Core
+/usr/include/eigen3/Eigen/Core
+vector
+-
+src/StlSupport/StdVector.h
+/usr/include/eigen3/Eigen/src/StlSupport/StdVector.h
+
+/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
+
+/usr/include/eigen3/Eigen/src/Cholesky/LLT.h
+
+/usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Cholesky/Eigen/src/Core/util/MKL_support.h
+iostream
+-
+
+/usr/include/eigen3/Eigen/src/Core/Array.h
+
+/usr/include/eigen3/Eigen/src/Core/ArrayBase.h
+../plugins/CommonCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+../plugins/MatrixCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+../plugins/ArrayCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+../plugins/CommonCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+../plugins/MatrixCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+../plugins/ArrayCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
+
+/usr/include/eigen3/Eigen/src/Core/Assign.h
+
+/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/BandMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/Block.h
+
+/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
+
+/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
+
+/usr/include/eigen3/Eigen/src/Core/CoreIterators.h
+
+/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
+
+/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
+
+/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
+
+/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
+
+/usr/include/eigen3/Eigen/src/Core/DenseBase.h
+../plugins/BlockMethods.h
+/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
+
+/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
+
+/usr/include/eigen3/Eigen/src/Core/DenseStorage.h
+
+/usr/include/eigen3/Eigen/src/Core/Diagonal.h
+
+/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
+
+/usr/include/eigen3/Eigen/src/Core/Dot.h
+
+/usr/include/eigen3/Eigen/src/Core/EigenBase.h
+
+/usr/include/eigen3/Eigen/src/Core/Flagged.h
+
+/usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h
+
+/usr/include/eigen3/Eigen/src/Core/Functors.h
+
+/usr/include/eigen3/Eigen/src/Core/Fuzzy.h
+
+/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
+
+/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
+
+/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
+
+/usr/include/eigen3/Eigen/src/Core/IO.h
+
+/usr/include/eigen3/Eigen/src/Core/Map.h
+
+/usr/include/eigen3/Eigen/src/Core/MapBase.h
+
+/usr/include/eigen3/Eigen/src/Core/MathFunctions.h
+
+/usr/include/eigen3/Eigen/src/Core/Matrix.h
+
+/usr/include/eigen3/Eigen/src/Core/MatrixBase.h
+../plugins/CommonCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+../plugins/CommonCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+../plugins/MatrixCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+../plugins/MatrixCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/Core/NestByValue.h
+
+/usr/include/eigen3/Eigen/src/Core/NoAlias.h
+
+/usr/include/eigen3/Eigen/src/Core/NumTraits.h
+
+/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
+
+/usr/include/eigen3/Eigen/src/Core/ProductBase.h
+
+/usr/include/eigen3/Eigen/src/Core/Random.h
+
+/usr/include/eigen3/Eigen/src/Core/Redux.h
+
+/usr/include/eigen3/Eigen/src/Core/Ref.h
+
+/usr/include/eigen3/Eigen/src/Core/Replicate.h
+
+/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
+
+/usr/include/eigen3/Eigen/src/Core/Reverse.h
+
+/usr/include/eigen3/Eigen/src/Core/Select.h
+
+/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
+
+/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
+
+/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
+
+/usr/include/eigen3/Eigen/src/Core/StableNorm.h
+
+/usr/include/eigen3/Eigen/src/Core/Stride.h
+
+/usr/include/eigen3/Eigen/src/Core/Swap.h
+
+/usr/include/eigen3/Eigen/src/Core/Transpose.h
+
+/usr/include/eigen3/Eigen/src/Core/Transpositions.h
+
+/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/VectorBlock.h
+
+/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
+
+/usr/include/eigen3/Eigen/src/Core/Visitor.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
+
+/usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
+
+/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
+
+/usr/include/eigen3/Eigen/src/Core/util/Constants.h
+
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
+
+/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
+mkl.h
+-
+mkl_lapacke.h
+-
+
+/usr/include/eigen3/Eigen/src/Core/util/Macros.h
+cstdlib
+-
+iostream
+-
+
+/usr/include/eigen3/Eigen/src/Core/util/Memory.h
+unistd.h
+-
+
+/usr/include/eigen3/Eigen/src/Core/util/Meta.h
+
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
+
+/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Block.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h
+limits
+-
+RotationBase.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+Rotation2D.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+Quaternion.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+AngleAxis.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+Transform.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+Translation.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+Scaling.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+AlignedBox.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+Hyperplane.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+ParametrizedLine.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+RotationBase.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+Rotation2D.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+Quaternion.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+AngleAxis.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+Transform.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+Translation.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+Scaling.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+AlignedBox.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+Hyperplane.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+ParametrizedLine.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/LU.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/QR.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h
+./HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/././HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h
+./HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/././HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
+./ComplexSchur.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
+./HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
+./RealSchur.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+./RealQZ.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+./Tridiagonalization.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
+./HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+./Tridiagonalization.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
+
+/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
+
+/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
+
+/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
+
+/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
+
+/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
+
+/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Scaling.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Transform.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Translation.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
+
+/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
+
+/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
+
+/usr/include/eigen3/Eigen/src/Householder/Householder.h
+
+/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
+
+/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
+
+/usr/include/eigen3/Eigen/src/LU/Determinant.h
+
+/usr/include/eigen3/Eigen/src/LU/FullPivLU.h
+
+/usr/include/eigen3/Eigen/src/LU/Inverse.h
+
+/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
+
+/usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/LU/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
+
+/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
+
+/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/QR/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
+
+/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
+
+/usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/QR/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
+
+/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/SVD/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
+
+/usr/include/eigen3/Eigen/src/StlSupport/StdVector.h
+Eigen/src/StlSupport/details.h
+/usr/include/eigen3/Eigen/src/StlSupport/Eigen/src/StlSupport/details.h
+
+/usr/include/eigen3/Eigen/src/StlSupport/details.h
+
+/usr/include/eigen3/Eigen/src/misc/Image.h
+
+/usr/include/eigen3/Eigen/src/misc/Kernel.h
+
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+
+/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
+
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+
+/usr/include/eigen3/unsupported/Eigen/NonLinearOptimization
+vector
+-
+Eigen/Core
+-
+Eigen/Jacobi
+-
+Eigen/QR
+-
+unsupported/Eigen/NumericalDiff
+-
+src/NonLinearOptimization/qrsolv.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
+src/NonLinearOptimization/r1updt.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
+src/NonLinearOptimization/r1mpyq.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
+src/NonLinearOptimization/rwupdt.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
+src/NonLinearOptimization/fdjac1.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
+src/NonLinearOptimization/lmpar.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
+src/NonLinearOptimization/dogleg.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
+src/NonLinearOptimization/covar.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h
+src/NonLinearOptimization/chkder.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h
+src/NonLinearOptimization/HybridNonLinearSolver.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
+src/NonLinearOptimization/LevenbergMarquardt.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
+
+/usr/include/eigen3/unsupported/Eigen/NumericalDiff
+Eigen/Core
+-
+src/NumericalDiff/NumericalDiff.h
+/usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
+
+/usr/include/vtk-5.8/vtkABI.h
+
+/usr/include/vtk-5.8/vtkAbstractArray.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkVariant.h
+/usr/include/vtk-5.8/vtkVariant.h
+
+/usr/include/vtk-5.8/vtkAbstractMapper.h
+vtkAlgorithm.h
+/usr/include/vtk-5.8/vtkAlgorithm.h
+
+/usr/include/vtk-5.8/vtkAbstractMapper3D.h
+vtkAbstractMapper.h
+/usr/include/vtk-5.8/vtkAbstractMapper.h
+
+/usr/include/vtk-5.8/vtkActor.h
+vtkProp3D.h
+/usr/include/vtk-5.8/vtkProp3D.h
+
+/usr/include/vtk-5.8/vtkActor2D.h
+vtkProp.h
+/usr/include/vtk-5.8/vtkProp.h
+vtkCoordinate.h
+/usr/include/vtk-5.8/vtkCoordinate.h
+
+/usr/include/vtk-5.8/vtkActorCollection.h
+vtkPropCollection.h
+/usr/include/vtk-5.8/vtkPropCollection.h
+vtkActor.h
+/usr/include/vtk-5.8/vtkActor.h
+
+/usr/include/vtk-5.8/vtkAlgorithm.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkAlgorithmOutput.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkAppendPolyData.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkArrayIterator.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+vtkArrayIterator.h
+/usr/include/vtk-5.8/vtkArrayIterator.h
+vtkArrayIteratorTemplateImplicit.txx
+/usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx
+
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx
+vtkArrayIteratorTemplate.h
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+vtkAbstractArray.h
+/usr/include/vtk-5.8/vtkAbstractArray.h
+vtkObjectFactory.h
+/usr/include/vtk-5.8/vtkObjectFactory.h
+
+/usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx
+vtkArrayIteratorTemplate.txx
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx
+
+/usr/include/vtk-5.8/vtkCell.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkIdList.h
+/usr/include/vtk-5.8/vtkIdList.h
+vtkCellType.h
+/usr/include/vtk-5.8/vtkCellType.h
+
+/usr/include/vtk-5.8/vtkCellArray.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkIdTypeArray.h
+/usr/include/vtk-5.8/vtkIdTypeArray.h
+vtkCell.h
+/usr/include/vtk-5.8/vtkCell.h
+
+/usr/include/vtk-5.8/vtkCellData.h
+vtkDataSetAttributes.h
+/usr/include/vtk-5.8/vtkDataSetAttributes.h
+
+/usr/include/vtk-5.8/vtkCellLinks.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkCellType.h
+
+/usr/include/vtk-5.8/vtkCellTypes.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkIntArray.h
+/usr/include/vtk-5.8/vtkIntArray.h
+vtkUnsignedCharArray.h
+/usr/include/vtk-5.8/vtkUnsignedCharArray.h
+vtkCellType.h
+/usr/include/vtk-5.8/vtkCellType.h
+
+/usr/include/vtk-5.8/vtkCollection.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkCommand.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+vtkDebugLeaksManager.h
+/usr/include/vtk-5.8/vtkDebugLeaksManager.h
+
+/usr/include/vtk-5.8/vtkConfigure.h
+
+/usr/include/vtk-5.8/vtkCoordinate.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkAbstractArray.h
+/usr/include/vtk-5.8/vtkAbstractArray.h
+
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplateImplicit.txx
+/usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx
+
+/usr/include/vtk-5.8/vtkDataArrayTemplate.txx
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+vtkArrayIteratorTemplate.h
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+vtkIdList.h
+/usr/include/vtk-5.8/vtkIdList.h
+vtkInformation.h
+/usr/include/vtk-5.8/vtkInformation.h
+vtkInformationDoubleVectorKey.h
+/usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h
+vtkInformationInformationVectorKey.h
+/usr/include/vtk-5.8/vtkInformationInformationVectorKey.h
+vtkInformationVector.h
+/usr/include/vtk-5.8/vtkInformationVector.h
+vtkSortDataArray.h
+/usr/include/vtk-5.8/vtkSortDataArray.h
+vtkTypeTraits.h
+/usr/include/vtk-5.8/vtkTypeTraits.h
+vtkstd/new
+-
+vtkstd/exception
+-
+vtkstd/utility
+-
+vtkstd/algorithm
+-
+vtkstd/map
+-
+
+/usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx
+vtkDataArrayTemplate.txx
+/usr/include/vtk-5.8/vtkDataArrayTemplate.txx
+
+/usr/include/vtk-5.8/vtkDataObject.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkDataSet.h
+vtkDataObject.h
+/usr/include/vtk-5.8/vtkDataObject.h
+
+/usr/include/vtk-5.8/vtkDataSetAttributes.h
+vtkFieldData.h
+/usr/include/vtk-5.8/vtkFieldData.h
+
+/usr/include/vtk-5.8/vtkDataSetMapper.h
+vtkMapper.h
+/usr/include/vtk-5.8/vtkMapper.h
+
+/usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkDebugLeaksManager.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkFieldData.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkAbstractArray.h
+/usr/include/vtk-5.8/vtkAbstractArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+
+/usr/include/vtk-5.8/vtkFloatArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+
+/usr/include/vtk-5.8/vtkFollower.h
+vtkActor.h
+/usr/include/vtk-5.8/vtkActor.h
+
+/usr/include/vtk-5.8/vtkIOStream.h
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkConfigure.h
+vtkWin32Header.h
+/usr/include/vtk-5.8/vtkWin32Header.h
+iostream
+-
+fstream
+-
+iomanip
+-
+vtkWinCE.h
+/usr/include/vtk-5.8/vtkWinCE.h
+iostream.h
+-
+iomanip.h
+-
+fstream.h
+-
+strstream
+-
+strstrea.h
+-
+strstream.h
+-
+
+/usr/include/vtk-5.8/vtkIOStreamFwd.h
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkConfigure.h
+iosfwd
+-
+iosfwd.h
+-
+
+/usr/include/vtk-5.8/vtkIdList.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkIdTypeArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+
+/usr/include/vtk-5.8/vtkImageAlgorithm.h
+vtkAlgorithm.h
+/usr/include/vtk-5.8/vtkAlgorithm.h
+
+/usr/include/vtk-5.8/vtkIndent.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkInformation.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h
+vtkInformationKey.h
+/usr/include/vtk-5.8/vtkInformationKey.h
+vtkCommonInformationKeyManager.h
+/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+
+/usr/include/vtk-5.8/vtkInformationInformationVectorKey.h
+vtkInformationKey.h
+/usr/include/vtk-5.8/vtkInformationKey.h
+vtkCommonInformationKeyManager.h
+/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+
+/usr/include/vtk-5.8/vtkInformationKey.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkInformationVector.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkIntArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+
+/usr/include/vtk-5.8/vtkInteractorObserver.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkInteractorStyle.h
+vtkInteractorObserver.h
+/usr/include/vtk-5.8/vtkInteractorObserver.h
+
+/usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h
+vtkInteractorStyleTrackballCamera.h
+/usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h
+
+/usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h
+vtkInteractorStyle.h
+/usr/include/vtk-5.8/vtkInteractorStyle.h
+
+/usr/include/vtk-5.8/vtkLODActor.h
+vtkActor.h
+/usr/include/vtk-5.8/vtkActor.h
+
+/usr/include/vtk-5.8/vtkLeaderActor2D.h
+vtkActor2D.h
+/usr/include/vtk-5.8/vtkActor2D.h
+
+/usr/include/vtk-5.8/vtkLineSource.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkMapper.h
+vtkAbstractMapper3D.h
+/usr/include/vtk-5.8/vtkAbstractMapper3D.h
+vtkScalarsToColors.h
+/usr/include/vtk-5.8/vtkScalarsToColors.h
+
+/usr/include/vtk-5.8/vtkMath.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkPolynomialSolversUnivariate.h
+/usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h
+assert.h
+-
+
+/usr/include/vtk-5.8/vtkMatrix4x4.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkOStrStreamWrapper.h
+
+/usr/include/vtk-5.8/vtkOStreamWrapper.h
+
+/usr/include/vtk-5.8/vtkObject.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+vtkSetGet.h
+/usr/include/vtk-5.8/vtkSetGet.h
+vtkTimeStamp.h
+/usr/include/vtk-5.8/vtkTimeStamp.h
+vtkWeakPointerBase.h
+/usr/include/vtk-5.8/vtkWeakPointerBase.h
+
+/usr/include/vtk-5.8/vtkObjectBase.h
+vtkIndent.h
+/usr/include/vtk-5.8/vtkIndent.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkObjectFactory.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkPointData.h
+vtkDataSetAttributes.h
+/usr/include/vtk-5.8/vtkDataSetAttributes.h
+
+/usr/include/vtk-5.8/vtkPointSet.h
+vtkDataSet.h
+/usr/include/vtk-5.8/vtkDataSet.h
+vtkPoints.h
+/usr/include/vtk-5.8/vtkPoints.h
+
+/usr/include/vtk-5.8/vtkPoints.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+
+/usr/include/vtk-5.8/vtkPolyData.h
+vtkPointSet.h
+/usr/include/vtk-5.8/vtkPointSet.h
+vtkCellTypes.h
+/usr/include/vtk-5.8/vtkCellTypes.h
+vtkCellLinks.h
+/usr/include/vtk-5.8/vtkCellLinks.h
+
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+vtkAlgorithm.h
+/usr/include/vtk-5.8/vtkAlgorithm.h
+vtkPolyData.h
+/usr/include/vtk-5.8/vtkPolyData.h
+
+/usr/include/vtk-5.8/vtkPolyDataMapper.h
+vtkMapper.h
+/usr/include/vtk-5.8/vtkMapper.h
+vtkTexture.h
+/usr/include/vtk-5.8/vtkTexture.h
+
+/usr/include/vtk-5.8/vtkPolyLine.h
+vtkCell.h
+/usr/include/vtk-5.8/vtkCell.h
+
+/usr/include/vtk-5.8/vtkPolygon.h
+vtkCell.h
+/usr/include/vtk-5.8/vtkCell.h
+
+/usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkProp.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkProp3D.h
+vtkProp.h
+/usr/include/vtk-5.8/vtkProp.h
+
+/usr/include/vtk-5.8/vtkPropCollection.h
+vtkCollection.h
+/usr/include/vtk-5.8/vtkCollection.h
+vtkProp.h
+/usr/include/vtk-5.8/vtkProp.h
+
+/usr/include/vtk-5.8/vtkProperty.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkProperty2D.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkRenderer.h
+vtkViewport.h
+/usr/include/vtk-5.8/vtkViewport.h
+vtkVolumeCollection.h
+/usr/include/vtk-5.8/vtkVolumeCollection.h
+vtkActorCollection.h
+/usr/include/vtk-5.8/vtkActorCollection.h
+
+/usr/include/vtk-5.8/vtkRendererCollection.h
+vtkCollection.h
+/usr/include/vtk-5.8/vtkCollection.h
+vtkRenderer.h
+/usr/include/vtk-5.8/vtkRenderer.h
+
+/usr/include/vtk-5.8/vtkScalarsToColors.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkSetGet.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+math.h
+-
+
+/usr/include/vtk-5.8/vtkSmartPointer.h
+vtkSmartPointerBase.h
+/usr/include/vtk-5.8/vtkSmartPointerBase.h
+
+/usr/include/vtk-5.8/vtkSmartPointerBase.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+
+/usr/include/vtk-5.8/vtkSortDataArray.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkSphereSource.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkStdString.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+vtkstd/string
+-
+
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+vtkWin32Header.h
+/usr/include/vtk-5.8/vtkWin32Header.h
+vtkIOStreamFwd.h
+/usr/include/vtk-5.8/vtkIOStreamFwd.h
+vtkIOStream.h
+/usr/include/vtk-5.8/vtkIOStream.h
+vtkType.h
+/usr/include/vtk-5.8/vtkType.h
+vtkOStreamWrapper.h
+/usr/include/vtk-5.8/vtkOStreamWrapper.h
+vtkOStrStreamWrapper.h
+/usr/include/vtk-5.8/vtkOStrStreamWrapper.h
+stdio.h
+-
+stdlib.h
+-
+string.h
+-
+mem.h
+-
+search.h
+-
+
+/usr/include/vtk-5.8/vtkTextProperty.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkTexture.h
+vtkImageAlgorithm.h
+/usr/include/vtk-5.8/vtkImageAlgorithm.h
+
+/usr/include/vtk-5.8/vtkTimeStamp.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkType.h
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkConfigure.h
+
+/usr/include/vtk-5.8/vtkTypeTraits.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkUnicodeString.h
+vtkSystemIncludes.h
+-
+vtkstd/string
+-
+vtkstd/vector
+-
+
+/usr/include/vtk-5.8/vtkUnsignedCharArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+
+/usr/include/vtk-5.8/vtkUnstructuredGrid.h
+vtkPointSet.h
+/usr/include/vtk-5.8/vtkPointSet.h
+
+/usr/include/vtk-5.8/vtkVariant.h
+vtkType.h
+/usr/include/vtk-5.8/vtkType.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+vtkSetGet.h
+/usr/include/vtk-5.8/vtkSetGet.h
+vtkStdString.h
+/usr/include/vtk-5.8/vtkStdString.h
+vtkUnicodeString.h
+/usr/include/vtk-5.8/vtkUnicodeString.h
+vtkVariantInlineOperators.h
+/usr/include/vtk-5.8/vtkVariantInlineOperators.h
+
+/usr/include/vtk-5.8/vtkVariantInlineOperators.h
+climits
+-
+
+/usr/include/vtk-5.8/vtkVectorText.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkVersion.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtksys/DateStamp.h
+-
+
+/usr/include/vtk-5.8/vtkViewport.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkVolume.h
+vtkProp3D.h
+/usr/include/vtk-5.8/vtkProp3D.h
+
+/usr/include/vtk-5.8/vtkVolumeCollection.h
+vtkPropCollection.h
+/usr/include/vtk-5.8/vtkPropCollection.h
+vtkVolume.h
+/usr/include/vtk-5.8/vtkVolume.h
+
+/usr/include/vtk-5.8/vtkWeakPointerBase.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+
+/usr/include/vtk-5.8/vtkWin32Header.h
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkConfigure.h
+vtkABI.h
+/usr/include/vtk-5.8/vtkABI.h
+windows.h
+-
+
+/usr/include/vtk-5.8/vtkstd/algorithm
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+algorithm
+-
+
+/usr/include/vtk-5.8/vtkstd/exception
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+exception
+-
+
+/usr/include/vtk-5.8/vtkstd/map
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+map
+-
+
+/usr/include/vtk-5.8/vtkstd/new
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+new
+-
+
+/usr/include/vtk-5.8/vtkstd/string
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+string
+-
+
+/usr/include/vtk-5.8/vtkstd/utility
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+utility
+-
+
+/usr/include/vtk-5.8/vtkstd/vector
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+vector
+-
+
+/usr/include/vtk-5.8/vtksys/DateStamp.h
+
+/usr/local/include/pcl-1.8/pcl/ModelCoefficients.h
+string
+-
+vector
+-
+ostream
+-
+pcl/PCLHeader.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PCLHeader.h
+string
+-
+vector
+-
+boost/shared_ptr.hpp
+-
+pcl/pcl_macros.h
+-
+ostream
+-
+
+/usr/local/include/pcl-1.8/pcl/PCLImage.h
+string
+-
+vector
+-
+ostream
+-
+pcl/PCLHeader.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h
+string
+-
+vector
+-
+ostream
+-
+boost/detail/endian.hpp
+-
+pcl/PCLHeader.h
+-
+pcl/PCLPointField.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PCLPointField.h
+string
+-
+vector
+-
+ostream
+-
+boost/shared_ptr.hpp
+-
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PointIndices.h
+string
+-
+vector
+-
+ostream
+-
+pcl/PCLHeader.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PolygonMesh.h
+string
+-
+vector
+-
+ostream
+-
+pcl/PCLHeader.h
+-
+pcl/PCLPointCloud2.h
+-
+pcl/Vertices.h
+-
+
+/usr/local/include/pcl-1.8/pcl/TextureMesh.h
+Eigen/Core
+-
+string
+-
+pcl/PCLPointCloud2.h
+-
+pcl/Vertices.h
+-
+
+/usr/local/include/pcl-1.8/pcl/Vertices.h
+string
+-
+vector
+-
+ostream
+-
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/cloud_iterator.h
+pcl/point_cloud.h
+-
+pcl/PointIndices.h
+-
+pcl/correspondence.h
+-
+pcl/impl/cloud_iterator.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/centroid.h
+pcl/point_cloud.h
+-
+pcl/point_traits.h
+-
+pcl/PointIndices.h
+-
+pcl/cloud_iterator.h
+-
+pcl/common/impl/accumulators.hpp
+-
+pcl/common/impl/centroid.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/colors.h
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/common.h
+pcl/pcl_base.h
+-
+cfloat
+-
+pcl/common/impl/common.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/concatenate.h
+pcl/conversions.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/copy_point.h
+pcl/common/impl/copy_point.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/distances.h
+pcl/common/common.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/eigen.h
+cmath
+-
+pcl/ModelCoefficients.h
+-
+Eigen/StdVector
+-
+Eigen/Core
+-
+Eigen/Eigenvalues
+-
+Eigen/Geometry
+-
+Eigen/SVD
+-
+Eigen/LU
+-
+Eigen/Dense
+-
+Eigen/Eigenvalues
+-
+pcl/common/impl/eigen.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/geometry.h
+Eigen/Core
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp
+map
+-
+boost/mpl/filter_view.hpp
+-
+boost/fusion/include/mpl.hpp
+-
+boost/fusion/include/for_each.hpp
+-
+boost/fusion/include/as_vector.hpp
+-
+pcl/point_types.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp
+pcl/common/centroid.h
+-
+pcl/conversions.h
+-
+boost/mpl/size.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/common.hpp
+pcl/point_types.h
+-
+pcl/common/common.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp
+pcl/point_types.h
+-
+pcl/point_traits.h
+-
+pcl/for_each_type.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp
+pcl/console/print.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/io.hpp
+pcl/common/concatenate.h
+-
+pcl/common/copy_point.h
+-
+pcl/point_types.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp
+pcl/cloud_iterator.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp
+
+/usr/local/include/pcl-1.8/pcl/common/io.h
+string
+-
+pcl/pcl_base.h
+-
+pcl/PointIndices.h
+-
+pcl/conversions.h
+-
+pcl/exceptions.h
+-
+locale
+-
+pcl/common/impl/io.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/point_operators.h
+
+/usr/local/include/pcl-1.8/pcl/common/point_tests.h
+Eigen/src/StlSupport/details.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/projection_matrix.h
+pcl/common/eigen.h
+-
+pcl/console/print.h
+-
+pcl/common/impl/projection_matrix.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/time.h
+cmath
+-
+queue
+-
+string
+-
+boost/date_time/posix_time/posix_time.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/transforms.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/common/centroid.h
+-
+pcl/common/eigen.h
+-
+pcl/PointIndices.h
+-
+pcl/common/impl/transforms.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/console/parse.h
+vector
+-
+sstream
+-
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/console/print.h
+stdio.h
+-
+stdarg.h
+-
+pcl/pcl_exports.h
+-
+pcl/pcl_config.h
+-
+
+/usr/local/include/pcl-1.8/pcl/conversions.h
+pcl/PCLPointField.h
+-
+pcl/PCLPointCloud2.h
+-
+pcl/PCLImage.h
+-
+pcl/point_cloud.h
+-
+pcl/point_traits.h
+-
+pcl/for_each_type.h
+-
+pcl/exceptions.h
+-
+pcl/console/print.h
+-
+boost/foreach.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/correspondence.h
+boost/shared_ptr.hpp
+-
+Eigen/StdVector
+-
+Eigen/Geometry
+-
+pcl/pcl_exports.h
+-
+
+/usr/local/include/pcl-1.8/pcl/exceptions.h
+stdexcept
+-
+sstream
+-
+pcl/pcl_macros.h
+-
+boost/current_function.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/features/feature.h
+boost/function.hpp
+-
+boost/bind.hpp
+-
+pcl/pcl_base.h
+-
+pcl/search/search.h
+-
+pcl/features/impl/feature.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp
+pcl/search/pcl_search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp
+pcl/features/normal_3d.h
+-
+
+/usr/local/include/pcl-1.8/pcl/features/normal_3d.h
+pcl/features/feature.h
+-
+pcl/common/centroid.h
+-
+pcl/features/impl/normal_3d.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/boost.h
+boost/random.hpp
+-
+boost/random/normal_distribution.hpp
+-
+boost/shared_ptr.hpp
+-
+boost/make_shared.hpp
+-
+boost/dynamic_bitset.hpp
+-
+boost/mpl/size.hpp
+-
+boost/unordered_map.hpp
+-
+boost/fusion/sequence/intrinsic/at_key.hpp
+-
+boost/bind.hpp
+-
+boost/function.hpp
+-
+boost/optional.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/extract_indices.h
+pcl/filters/filter_indices.h
+-
+pcl/filters/impl/extract_indices.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/filter.h
+pcl/pcl_base.h
+-
+pcl/common/io.h
+-
+pcl/conversions.h
+-
+pcl/filters/boost.h
+-
+cfloat
+-
+pcl/PointIndices.h
+-
+pcl/filters/impl/filter.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/filter_indices.h
+pcl/filters/filter.h
+-
+pcl/filters/impl/filter_indices.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp
+pcl/filters/extract_indices.h
+-
+pcl/common/io.h
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp
+pcl/pcl_macros.h
+-
+pcl/filters/filter.h
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp
+pcl/pcl_macros.h
+-
+pcl/filters/filter_indices.h
+-
+
+/usr/local/include/pcl-1.8/pcl/for_each_type.h
+boost/mpl/is_sequence.hpp
+-
+boost/mpl/begin_end.hpp
+-
+boost/mpl/next_prior.hpp
+-
+boost/mpl/deref.hpp
+-
+boost/mpl/assert.hpp
+-
+boost/mpl/remove_if.hpp
+-
+boost/mpl/contains.hpp
+-
+boost/mpl/not.hpp
+-
+boost/mpl/aux_/unwrap.hpp
+-
+boost/type_traits/is_same.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h
+pcl/common/eigen.h
+-
+pcl/point_cloud.h
+-
+pcl/ModelCoefficients.h
+-
+
+/usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp
+pcl/cloud_iterator.h
+-
+
+/usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp
+pcl/pcl_config.h
+-
+boost/preprocessor/seq/for_each.hpp
+-
+boost/preprocessor/seq/for_each_product.hpp
+-
+boost/preprocessor/seq/to_tuple.hpp
+-
+boost/preprocessor/cat.hpp
+-
+boost/preprocessor/expand.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp
+pcl/pcl_base.h
+-
+pcl/console/print.h
+-
+cstddef
+-
+
+/usr/local/include/pcl-1.8/pcl/impl/point_types.hpp
+Eigen/Core
+-
+ostream
+-
+pcl/common/point_tests.h
+-
+
+/usr/local/include/pcl-1.8/pcl/io/boost.h
+boost/version.hpp
+-
+boost/numeric/conversion/cast.hpp
+-
+boost/thread/mutex.hpp
+-
+boost/thread/condition.hpp
+-
+boost/thread.hpp
+-
+boost/thread/thread.hpp
+-
+boost/filesystem.hpp
+-
+boost/bind.hpp
+-
+boost/cstdint.hpp
+-
+boost/function.hpp
+-
+boost/tuple/tuple.hpp
+-
+boost/shared_ptr.hpp
+-
+boost/weak_ptr.hpp
+-
+boost/mpl/fold.hpp
+-
+boost/mpl/inherit.hpp
+-
+boost/mpl/inherit_linearly.hpp
+-
+boost/mpl/joint_view.hpp
+-
+boost/mpl/transform.hpp
+-
+boost/mpl/vector.hpp
+-
+boost/algorithm/string.hpp
+-
+boost/date_time/posix_time/posix_time.hpp
+-
+boost/chrono.hpp
+-
+boost/tokenizer.hpp
+-
+boost/foreach.hpp
+-
+boost/shared_array.hpp
+-
+boost/interprocess/sync/file_lock.hpp
+-
+boost/interprocess/permissions.hpp
+-
+boost/iostreams/device/mapped_file.hpp
+-
+boost/signals2.hpp
+-
+boost/signals2/slot.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/io/file_io.h
+pcl/pcl_macros.h
+-
+pcl/common/io.h
+-
+pcl/io/boost.h
+-
+cmath
+-
+sstream
+-
+pcl/PolygonMesh.h
+-
+pcl/TextureMesh.h
+-
+
+/usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp
+fstream
+-
+fcntl.h
+-
+string
+-
+stdlib.h
+-
+pcl/io/boost.h
+-
+pcl/console/print.h
+-
+pcl/io/pcd_io.h
+-
+io.h
+-
+windows.h
+-
+sys/mman.h
+-
+pcl/io/lzf.h
+-
+
+/usr/local/include/pcl-1.8/pcl/io/lzf.h
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/io/pcd_io.h
+pcl/point_cloud.h
+-
+pcl/io/file_io.h
+-
+pcl/io/impl/pcd_io.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/kdtree/flann.h
+flann/flann.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp
+cstdio
+-
+pcl/kdtree/kdtree_flann.h
+-
+pcl/kdtree/flann.h
+-
+pcl/console/print.h
+-
+
+/usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h
+limits.h
+-
+pcl/pcl_macros.h
+-
+pcl/point_cloud.h
+-
+pcl/point_representation.h
+-
+pcl/common/io.h
+-
+pcl/common/copy_point.h
+-
+
+/usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h
+pcl/kdtree/kdtree.h
+-
+pcl/kdtree/flann.h
+-
+boost/shared_array.hpp
+-
+pcl/kdtree/impl/kdtree_flann.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/boost.h
+boost/graph/adjacency_list.hpp
+-
+boost/function.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp
+vector
+-
+pcl/impl/instantiate.hpp
+-
+pcl/point_types.h
+-
+pcl/octree/octree.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp
+vector
+-
+assert.h
+-
+pcl/common/common.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp
+vector
+-
+assert.h
+-
+pcl/common/common.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp
+pcl/octree/octree_pointcloud_adjacency.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp
+pcl/octree/octree_pointcloud_voxelcentroid.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/common/common.h
+-
+assert.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree.h
+pcl/octree/octree_base.h
+-
+pcl/octree/octree2buf_base.h
+-
+pcl/octree/octree_iterator.h
+-
+pcl/octree/octree_pointcloud.h
+-
+pcl/octree/octree_pointcloud_density.h
+-
+pcl/octree/octree_pointcloud_occupancy.h
+-
+pcl/octree/octree_pointcloud_singlepoint.h
+-
+pcl/octree/octree_pointcloud_pointvector.h
+-
+pcl/octree/octree_pointcloud_changedetector.h
+-
+pcl/octree/octree_pointcloud_voxelcentroid.h
+-
+pcl/octree/octree_search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h
+vector
+-
+octree_nodes.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+octree_container.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+octree_key.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+octree_iterator.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+stdio.h
+-
+string.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_base.h
+cstddef
+-
+vector
+-
+octree_nodes.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+octree_container.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+octree_key.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+octree_iterator.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+string.h
+-
+vector
+-
+cstddef
+-
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_impl.h
+pcl/octree/octree.h
+-
+pcl/octree/impl/octree_base.hpp
+-
+pcl/octree/impl/octree2buf_base.hpp
+-
+pcl/octree/impl/octree_pointcloud.hpp
+-
+pcl/octree/impl/octree_iterator.hpp
+-
+pcl/octree/impl/octree_search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+cstddef
+-
+vector
+-
+deque
+-
+octree_nodes.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+octree_key.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+iterator
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+string
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+cstddef
+-
+assert.h
+-
+cstring
+-
+string.h
+-
+Eigen/Core
+-
+pcl/pcl_macros.h
+-
+octree_container.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+octree_base.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_base.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+queue
+-
+vector
+-
+algorithm
+-
+iostream
+-
+pcl/octree/impl/octree_pointcloud.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h
+pcl/console/print.h
+-
+pcl/common/geometry.h
+-
+pcl/octree/boost.h
+-
+pcl/octree/octree_impl.h
+-
+pcl/octree/octree_pointcloud_adjacency_container.h
+-
+set
+-
+list
+-
+pcl/octree/impl/octree_pointcloud_adjacency.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+pcl/common/point_operators.h
+-
+pcl/point_types.h
+-
+pcl/register_point_struct.h
+-
+pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_search.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+pcl/octree/impl/octree_search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/pcl_base.h
+pcl/pcl_macros.h
+-
+boost/shared_ptr.hpp
+-
+Eigen/StdVector
+-
+Eigen/Core
+-
+pcl/point_cloud.h
+-
+pcl/PointIndices.h
+-
+pcl/PCLPointCloud2.h
+-
+pcl/impl/pcl_base.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/pcl_config.h
+
+/usr/local/include/pcl-1.8/pcl/pcl_exports.h
+
+/usr/local/include/pcl-1.8/pcl/pcl_macros.h
+pcl/pcl_config.h
+-
+boost/cstdint.hpp
+-
+cstdlib
+-
+iostream
+-
+stdarg.h
+-
+stdio.h
+-
+math.h
+-
+math.h
+-
+cmath
+-
+cmath
+-
+stdio.h
+-
+math.h
+-
+
+/usr/local/include/pcl-1.8/pcl/point_cloud.h
+Eigen/StdVector
+-
+Eigen/Geometry
+-
+pcl/PCLHeader.h
+-
+pcl/exceptions.h
+-
+pcl/point_traits.h
+-
+
+/usr/local/include/pcl-1.8/pcl/point_representation.h
+pcl/point_types.h
+-
+pcl/pcl_macros.h
+-
+pcl/for_each_type.h
+-
+
+/usr/local/include/pcl-1.8/pcl/point_traits.h
+pcl/pcl_macros.h
+/usr/local/include/pcl-1.8/pcl/pcl/pcl_macros.h
+pcl/PCLPointField.h
+-
+boost/type_traits/remove_all_extents.hpp
+-
+boost/type_traits/is_same.hpp
+-
+boost/mpl/assert.hpp
+-
+boost/mpl/bool.hpp
+-
+Eigen/Core
+-
+Eigen/src/StlSupport/details.h
+-
+
+/usr/local/include/pcl-1.8/pcl/point_types.h
+pcl/pcl_macros.h
+-
+bitset
+-
+pcl/register_point_struct.h
+-
+boost/mpl/contains.hpp
+-
+boost/mpl/fold.hpp
+-
+boost/mpl/vector.hpp
+-
+pcl/impl/point_types.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/register_point_struct.h
+pcl/pcl_macros.h
+-
+pcl/point_traits.h
+-
+boost/mpl/vector.hpp
+-
+boost/preprocessor/seq/enum.hpp
+-
+boost/preprocessor/seq/for_each.hpp
+-
+boost/preprocessor/seq/transform.hpp
+-
+boost/preprocessor/cat.hpp
+-
+boost/preprocessor/comparison.hpp
+-
+boost/utility.hpp
+-
+boost/type_traits.hpp
+-
+stddef.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h
+boost/random.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h
+Eigen/Core
+-
+unsupported/Eigen/NonLinearOptimization
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp
+pcl/sample_consensus/lmeds.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp
+pcl/sample_consensus/mlesac.h
+-
+pcl/point_types.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp
+pcl/sample_consensus/msac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp
+boost/math/distributions/binomial.hpp
+-
+pcl/sample_consensus/prosac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp
+pcl/sample_consensus/ransac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp
+pcl/sample_consensus/rmsac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp
+pcl/sample_consensus/rransac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_circle.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_circle3d.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_cone.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_cylinder.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp
+pcl/sample_consensus/sac_model_line.h
+-
+pcl/common/centroid.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp
+pcl/sample_consensus/sac_model_normal_parallel_plane.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp
+pcl/sample_consensus/sac_model_normal_plane.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp
+pcl/sample_consensus/sac_model_normal_sphere.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp
+pcl/common/common.h
+-
+pcl/sample_consensus/sac_model_parallel_line.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp
+pcl/sample_consensus/sac_model_parallel_plane.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp
+pcl/sample_consensus/sac_model_perpendicular_plane.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/common/centroid.h
+-
+pcl/common/eigen.h
+-
+pcl/common/concatenate.h
+-
+pcl/point_types.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_sphere.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp
+pcl/sample_consensus/sac_model_stick.h
+-
+pcl/common/centroid.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/lmeds.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/mlesac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h
+map
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h
+algorithm
+-
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/msac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/prosac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/ransac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h
+algorithm
+-
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/rmsac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/rransac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h
+pcl/sample_consensus/boost.h
+-
+pcl/sample_consensus/sac_model.h
+-
+ctime
+-
+set
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h
+cfloat
+-
+ctime
+-
+limits.h
+-
+set
+-
+pcl/console/print.h
+-
+pcl/point_cloud.h
+-
+pcl/sample_consensus/boost.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/search/search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_circle.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_circle3d.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/pcl_macros.h
+-
+pcl/common/common.h
+-
+pcl/common/distances.h
+-
+limits.h
+-
+pcl/sample_consensus/impl/sac_model_cone.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/pcl_macros.h
+-
+pcl/common/common.h
+-
+pcl/common/distances.h
+-
+pcl/sample_consensus/impl/sac_model_cylinder.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/common/eigen.h
+-
+pcl/sample_consensus/impl/sac_model_line.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h
+pcl/sample_consensus/sac_model_normal_plane.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/sample_consensus/sac_model_perpendicular_plane.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_normal_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/sac_model_sphere.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/common/common.h
+-
+pcl/sample_consensus/impl/sac_model_normal_sphere.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h
+pcl/sample_consensus/sac_model_line.h
+-
+pcl/sample_consensus/impl/sac_model_parallel_line.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/common/common.h
+-
+pcl/sample_consensus/impl/sac_model_parallel_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/common/common.h
+-
+pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_sphere.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/common/eigen.h
+-
+pcl/sample_consensus/impl/sac_model_stick.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp
+pcl/search/kdtree.h
+-
+pcl/search/impl/search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp
+pcl/search/organized.h
+-
+pcl/common/eigen.h
+-
+pcl/common/time.h
+-
+Eigen/Eigenvalues
+-
+
+/usr/local/include/pcl-1.8/pcl/search/impl/search.hpp
+pcl/search/search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/search/kdtree.h
+pcl/search/search.h
+-
+pcl/kdtree/kdtree_flann.h
+-
+pcl/search/impl/kdtree.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/octree.h
+pcl/search/search.h
+-
+pcl/octree/octree_search.h
+-
+pcl/octree/impl/octree_search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/organized.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/search/search.h
+-
+pcl/common/eigen.h
+-
+algorithm
+-
+queue
+-
+vector
+-
+pcl/common/projection_matrix.h
+-
+pcl/search/impl/organized.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/pcl_search.h
+pcl/search/search.h
+-
+pcl/search/kdtree.h
+-
+pcl/search/octree.h
+-
+pcl/search/organized.h
+-
+
+/usr/local/include/pcl-1.8/pcl/search/search.h
+pcl/point_cloud.h
+-
+pcl/for_each_type.h
+-
+pcl/common/concatenate.h
+-
+pcl/common/copy_point.h
+-
+pcl/search/impl/search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/boost.h
+boost/version.hpp
+-
+boost/make_shared.hpp
+-
+boost/graph/adjacency_list.hpp
+-
+boost/multi_array.hpp
+-
+boost/ptr_container/ptr_list.hpp
+-
+boost/graph/boykov_kolmogorov_max_flow.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h
+pcl/pcl_base.h
+-
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/segmentation/impl/extract_polygonal_prism_data.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp
+pcl/segmentation/extract_polygonal_prism_data.h
+-
+pcl/common/centroid.h
+-
+pcl/common/eigen.h
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp
+pcl/segmentation/lccp_segmentation.h
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp
+pcl/segmentation/sac_segmentation.h
+-
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/lmeds.h
+-
+pcl/sample_consensus/mlesac.h
+-
+pcl/sample_consensus/msac.h
+-
+pcl/sample_consensus/ransac.h
+-
+pcl/sample_consensus/rmsac.h
+-
+pcl/sample_consensus/rransac.h
+-
+pcl/sample_consensus/prosac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/sac_model_circle.h
+-
+pcl/sample_consensus/sac_model_circle3d.h
+-
+pcl/sample_consensus/sac_model_cone.h
+-
+pcl/sample_consensus/sac_model_cylinder.h
+-
+pcl/sample_consensus/sac_model_line.h
+-
+pcl/sample_consensus/sac_model_normal_plane.h
+-
+pcl/sample_consensus/sac_model_parallel_plane.h
+-
+pcl/sample_consensus/sac_model_normal_parallel_plane.h
+-
+pcl/sample_consensus/sac_model_parallel_line.h
+-
+pcl/sample_consensus/sac_model_perpendicular_plane.h
+-
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/sample_consensus/sac_model_sphere.h
+-
+pcl/sample_consensus/sac_model_normal_sphere.h
+-
+pcl/sample_consensus/sac_model_stick.h
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp
+pcl/segmentation/supervoxel_clustering.h
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h
+pcl/pcl_base.h
+-
+pcl/point_types.h
+-
+pcl/point_cloud.h
+-
+pcl/segmentation/supervoxel_clustering.h
+-
+pcl/segmentation/impl/lccp_segmentation.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h
+pcl/pcl_base.h
+-
+pcl/PointIndices.h
+-
+pcl/ModelCoefficients.h
+-
+pcl/sample_consensus/method_types.h
+-
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/search/search.h
+-
+pcl/segmentation/impl/sac_segmentation.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h
+pcl/features/normal_3d.h
+-
+pcl/pcl_base.h
+-
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/octree/octree.h
+-
+pcl/octree/octree_pointcloud_adjacency.h
+-
+pcl/search/search.h
+-
+pcl/segmentation/boost.h
+-
+pcl/common/time.h
+-
+pcl/segmentation/impl/supervoxel_clustering.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/boost.h
+boost/bind.hpp
+-
+boost/function.hpp
+-
+boost/random.hpp
+-
+boost/unordered_map.hpp
+-
+boost/dynamic_bitset/dynamic_bitset.hpp
+-
+boost/shared_ptr.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/convex_hull.h
+pcl/pcl_config.h
+-
+pcl/surface/reconstruction.h
+-
+pcl/ModelCoefficients.h
+-
+pcl/PolygonMesh.h
+-
+pcl/surface/impl/convex_hull.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp
+pcl/pcl_config.h
+-
+pcl/surface/convex_hull.h
+-
+pcl/common/common.h
+-
+pcl/common/eigen.h
+-
+pcl/common/transforms.h
+-
+pcl/common/io.h
+-
+stdio.h
+-
+stdlib.h
+-
+pcl/surface/qhull.h
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp
+pcl/search/pcl_search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/qhull.h
+pcl/pcl_config.h
+-
+libqhull/libqhull.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/libqhull.h
+libqhull/mem.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/mem.h
+libqhull/qset.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/qset.h
+libqhull/geom.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/geom.h
+libqhull/merge.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/merge.h
+libqhull/poly.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/poly.h
+libqhull/io.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/io.h
+libqhull/stat.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/stat.h
+qhull/qhull.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/qhull.h
+qhull/mem.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/mem.h
+qhull/qset.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/qset.h
+qhull/geom.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/geom.h
+qhull/merge.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/merge.h
+qhull/poly.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/poly.h
+qhull/io.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/io.h
+qhull/stat.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/stat.h
+
+/usr/local/include/pcl-1.8/pcl/surface/reconstruction.h
+pcl/pcl_base.h
+-
+pcl/PolygonMesh.h
+-
+pcl/search/pcl_search.h
+-
+pcl/conversions.h
+-
+pcl/surface/boost.h
+-
+pcl/surface/impl/reconstruction.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/boost.h
+boost/function.hpp
+-
+boost/shared_array.hpp
+-
+boost/signals2.hpp
+-
+boost/shared_ptr.hpp
+-
+boost/algorithm/string.hpp
+-
+boost/algorithm/string/split.hpp
+-
+boost/algorithm/string/classification.hpp
+-
+boost/thread.hpp
+-
+boost/bind.hpp
+-
+boost/unordered_map.hpp
+-
+boost/thread/mutex.hpp
+-
+boost/thread/thread.hpp
+-
+boost/foreach.hpp
+-
+boost/date_time/posix_time/posix_time.hpp
+-
+boost/filesystem.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h
+pcl/visualization/point_cloud_handlers.h
+-
+vector
+-
+map
+-
+pcl/PCLPointCloud2.h
+-
+boost/unordered_map.hpp
+-
+vtkLODActor.h
+-
+vtkSmartPointer.h
+-
+pcl/PCLPointCloud2.h
+-
+pcl/visualization/boost.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/common.h
+pcl/pcl_macros.h
+-
+pcl/visualization/eigen.h
+-
+vtkMatrix4x4.h
+-
+pcl/visualization/common/impl/common.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp
+vtkSmartPointer.h
+-
+vtkPoints.h
+-
+vtkPolygon.h
+-
+vtkUnstructuredGrid.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h
+map
+-
+string
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h
+pcl/ModelCoefficients.h
+-
+pcl/point_cloud.h
+-
+pcl/visualization/eigen.h
+-
+pcl/geometry/planar_polygon.h
+-
+pcl/visualization/common/impl/shapes.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/eigen.h
+Eigen/Geometry
+-
+Eigen/Dense
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp
+vtkVersion.h
+-
+vtkSmartPointer.h
+-
+vtkCellArray.h
+-
+vtkLeaderActor2D.h
+-
+vtkVectorText.h
+-
+vtkAlgorithmOutput.h
+-
+vtkFollower.h
+-
+vtkMath.h
+-
+vtkSphereSource.h
+-
+vtkProperty2D.h
+-
+vtkDataSetSurfaceFilter.h
+-
+vtkPointData.h
+-
+vtkPolyDataMapper.h
+-
+vtkProperty.h
+-
+vtkMapper.h
+-
+vtkCellData.h
+-
+vtkDataSetMapper.h
+-
+vtkRenderer.h
+-
+vtkRendererCollection.h
+-
+vtkAppendPolyData.h
+-
+vtkTextProperty.h
+-
+vtkLODActor.h
+-
+vtkLineSource.h
+-
+pcl/visualization/common/shapes.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp
+set
+-
+map
+-
+pcl/pcl_macros.h
+-
+pcl/common/colors.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h
+pcl/console/print.h
+-
+pcl/visualization/common/actor_map.h
+-
+pcl/visualization/common/ren_win_interact_map.h
+-
+pcl/visualization/keyboard_event.h
+-
+pcl/visualization/mouse_event.h
+-
+pcl/visualization/point_picking_event.h
+-
+pcl/visualization/area_picking_event.h
+-
+boost/signals2/signal.hpp
+-
+vtkInteractorStyleRubberBandPick.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h
+string
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h
+pcl/visualization/keyboard_event.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h
+pcl/correspondence.h
+-
+pcl/ModelCoefficients.h
+-
+pcl/PolygonMesh.h
+-
+pcl/TextureMesh.h
+-
+pcl/console/print.h
+-
+pcl/visualization/common/actor_map.h
+-
+pcl/visualization/common/common.h
+-
+pcl/visualization/point_cloud_geometry_handlers.h
+-
+pcl/visualization/point_cloud_color_handlers.h
+-
+pcl/visualization/point_picking_event.h
+-
+pcl/visualization/area_picking_event.h
+-
+pcl/visualization/interactor_style.h
+-
+pcl/visualization/impl/pcl_visualizer.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h
+pcl/point_cloud.h
+-
+pcl/common/io.h
+-
+pcl/visualization/common/common.h
+-
+vtkSmartPointer.h
+-
+vtkDataArray.h
+-
+vtkFloatArray.h
+-
+vtkUnsignedCharArray.h
+-
+pcl/visualization/impl/point_cloud_color_handlers.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h
+pcl/point_cloud.h
+-
+pcl/common/io.h
+-
+vtkSmartPointer.h
+-
+vtkPoints.h
+-
+vtkFloatArray.h
+-
+pcl/visualization/impl/point_cloud_geometry_handlers.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h
+pcl/visualization/point_cloud_geometry_handlers.h
+-
+pcl/visualization/point_cloud_color_handlers.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h
+pcl/pcl_macros.h
+-
+vector
+-
+vtkCommand.h
+-
+
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..27d42d8a8dc009bbc79440cba7dc1df47d9f2fa7
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake
@@ -0,0 +1,41 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+SET(CMAKE_DEPENDS_CHECK_CXX
+  "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp" "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o"
+  )
+SET(CMAKE_CXX_COMPILER_ID "GNU")
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "DISABLE_DAVIDSDK"
+  "DISABLE_DSSDK"
+  "DISABLE_ENSENSO"
+  "DISABLE_LIBUSB_1_0"
+  "DISABLE_PCAP"
+  "DISABLE_PNG"
+  "DISABLE_RSSDK"
+  "EIGEN_USE_NEW_STDVECTOR"
+  "EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET"
+  "FLANN_STATIC"
+  "qh_QHpointer"
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/usr/include/vtk-5.8"
+  "../src/."
+  "/usr/local/include/pcl-1.8"
+  "/usr/include/eigen3"
+  "/usr/include/ni"
+  "/usr/include/openni2"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..def69a1e1e9ed095b396f4bdff1e1169a2986817
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make
@@ -0,0 +1,210 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+# Include any dependencies generated for this target.
+include src/CMakeFiles/tos_supervoxels.dir/depend.make
+
+# Include the progress variables for this target.
+include src/CMakeFiles/tos_supervoxels.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include src/CMakeFiles/tos_supervoxels.dir/flags.make
+
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: src/CMakeFiles/tos_supervoxels.dir/flags.make
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: ../src/tos_supervoxels.cpp
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1)
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o"
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++   $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o -c /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp
+
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i"
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++  $(CXX_DEFINES) $(CXX_FLAGS) -E /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp > CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i
+
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s"
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++  $(CXX_DEFINES) $(CXX_FLAGS) -S /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp -o CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s
+
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires:
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires
+
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires
+	$(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides.build
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides
+
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides.build: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o
+
+# Object files for target tos_supervoxels
+tos_supervoxels_OBJECTS = \
+"CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o"
+
+# External object files for target tos_supervoxels
+tos_supervoxels_EXTERNAL_OBJECTS =
+
+../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o
+../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/build.make
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_system.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_thread.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_serialization.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_chrono.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libpthread.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_common.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_kdtree.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_octree.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_search.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_sample_consensus.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_filters.so
+../lib/libtos_supervoxels.so: /usr/lib/libOpenNI.so
+../lib/libtos_supervoxels.so: /usr/lib/libOpenNI2.so
+../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkGenericFiltering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkGeovis.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkCharts.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_io.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_features.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_visualization.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_ml.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_segmentation.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_people.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_registration.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_keypoints.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_outofcore.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_stereo.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libqhull.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_surface.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_recognition.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_tracking.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_system.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_thread.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_serialization.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_chrono.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libpthread.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libqhull.so
+../lib/libtos_supervoxels.so: /usr/lib/libOpenNI.so
+../lib/libtos_supervoxels.so: /usr/lib/libOpenNI2.so
+../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a
+../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkGenericFiltering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkGeovis.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkCharts.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_common.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_kdtree.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_octree.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_search.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_sample_consensus.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_filters.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_io.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_features.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_visualization.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_ml.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_segmentation.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_people.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_registration.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_keypoints.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_outofcore.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_stereo.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_surface.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_recognition.so
+../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_tracking.so
+../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0
+../lib/libtos_supervoxels.so: /usr/lib/libvtksys.so.5.8.0
+../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/link.txt
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library ../../lib/libtos_supervoxels.so"
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tos_supervoxels.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+src/CMakeFiles/tos_supervoxels.dir/build: ../lib/libtos_supervoxels.so
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/build
+
+src/CMakeFiles/tos_supervoxels.dir/requires: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/requires
+
+src/CMakeFiles/tos_supervoxels.dir/clean:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && $(CMAKE_COMMAND) -P CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/clean
+
+src/CMakeFiles/tos_supervoxels.dir/depend:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/depend
+
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..35d48e2e7957c86b8a195198143b3b4af136b088
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o"
+  "../../lib/libtos_supervoxels.pdb"
+  "../../lib/libtos_supervoxels.so"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang CXX)
+  INCLUDE(CMakeFiles/tos_supervoxels.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.internal b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.internal
new file mode 100644
index 0000000000000000000000000000000000000000..f16f1d9bdd482c6229f37250327e8c41e0178fdc
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.internal
@@ -0,0 +1,528 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o
+ /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp
+ /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h
+ /usr/include/eigen3/Eigen/Cholesky
+ /usr/include/eigen3/Eigen/Core
+ /usr/include/eigen3/Eigen/Dense
+ /usr/include/eigen3/Eigen/Eigen2Support
+ /usr/include/eigen3/Eigen/Eigenvalues
+ /usr/include/eigen3/Eigen/Geometry
+ /usr/include/eigen3/Eigen/Householder
+ /usr/include/eigen3/Eigen/Jacobi
+ /usr/include/eigen3/Eigen/LU
+ /usr/include/eigen3/Eigen/QR
+ /usr/include/eigen3/Eigen/SVD
+ /usr/include/eigen3/Eigen/StdVector
+ /usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
+ /usr/include/eigen3/Eigen/src/Cholesky/LLT.h
+ /usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/Array.h
+ /usr/include/eigen3/Eigen/src/Core/ArrayBase.h
+ /usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
+ /usr/include/eigen3/Eigen/src/Core/Assign.h
+ /usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/BandMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/Block.h
+ /usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
+ /usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
+ /usr/include/eigen3/Eigen/src/Core/CoreIterators.h
+ /usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
+ /usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
+ /usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
+ /usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
+ /usr/include/eigen3/Eigen/src/Core/DenseBase.h
+ /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
+ /usr/include/eigen3/Eigen/src/Core/DenseStorage.h
+ /usr/include/eigen3/Eigen/src/Core/Diagonal.h
+ /usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
+ /usr/include/eigen3/Eigen/src/Core/Dot.h
+ /usr/include/eigen3/Eigen/src/Core/EigenBase.h
+ /usr/include/eigen3/Eigen/src/Core/Flagged.h
+ /usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h
+ /usr/include/eigen3/Eigen/src/Core/Functors.h
+ /usr/include/eigen3/Eigen/src/Core/Fuzzy.h
+ /usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
+ /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
+ /usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
+ /usr/include/eigen3/Eigen/src/Core/IO.h
+ /usr/include/eigen3/Eigen/src/Core/Map.h
+ /usr/include/eigen3/Eigen/src/Core/MapBase.h
+ /usr/include/eigen3/Eigen/src/Core/MathFunctions.h
+ /usr/include/eigen3/Eigen/src/Core/Matrix.h
+ /usr/include/eigen3/Eigen/src/Core/MatrixBase.h
+ /usr/include/eigen3/Eigen/src/Core/NestByValue.h
+ /usr/include/eigen3/Eigen/src/Core/NoAlias.h
+ /usr/include/eigen3/Eigen/src/Core/NumTraits.h
+ /usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
+ /usr/include/eigen3/Eigen/src/Core/ProductBase.h
+ /usr/include/eigen3/Eigen/src/Core/Random.h
+ /usr/include/eigen3/Eigen/src/Core/Redux.h
+ /usr/include/eigen3/Eigen/src/Core/Ref.h
+ /usr/include/eigen3/Eigen/src/Core/Replicate.h
+ /usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
+ /usr/include/eigen3/Eigen/src/Core/Reverse.h
+ /usr/include/eigen3/Eigen/src/Core/Select.h
+ /usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
+ /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
+ /usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
+ /usr/include/eigen3/Eigen/src/Core/StableNorm.h
+ /usr/include/eigen3/Eigen/src/Core/Stride.h
+ /usr/include/eigen3/Eigen/src/Core/Swap.h
+ /usr/include/eigen3/Eigen/src/Core/Transpose.h
+ /usr/include/eigen3/Eigen/src/Core/Transpositions.h
+ /usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/VectorBlock.h
+ /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
+ /usr/include/eigen3/Eigen/src/Core/Visitor.h
+ /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
+ /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
+ /usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
+ /usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
+ /usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
+ /usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
+ /usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
+ /usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
+ /usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
+ /usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
+ /usr/include/eigen3/Eigen/src/Core/util/Constants.h
+ /usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+ /usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
+ /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
+ /usr/include/eigen3/Eigen/src/Core/util/Macros.h
+ /usr/include/eigen3/Eigen/src/Core/util/Memory.h
+ /usr/include/eigen3/Eigen/src/Core/util/Meta.h
+ /usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+ /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
+ /usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Block.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/LU.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/QR.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
+ /usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
+ /usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
+ /usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
+ /usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
+ /usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
+ /usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
+ /usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
+ /usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
+ /usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
+ /usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
+ /usr/include/eigen3/Eigen/src/Geometry/Scaling.h
+ /usr/include/eigen3/Eigen/src/Geometry/Transform.h
+ /usr/include/eigen3/Eigen/src/Geometry/Translation.h
+ /usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
+ /usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
+ /usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
+ /usr/include/eigen3/Eigen/src/Householder/Householder.h
+ /usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
+ /usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
+ /usr/include/eigen3/Eigen/src/LU/Determinant.h
+ /usr/include/eigen3/Eigen/src/LU/FullPivLU.h
+ /usr/include/eigen3/Eigen/src/LU/Inverse.h
+ /usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
+ /usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h
+ /usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
+ /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
+ /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h
+ /usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
+ /usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
+ /usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h
+ /usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
+ /usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h
+ /usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
+ /usr/include/eigen3/Eigen/src/StlSupport/StdVector.h
+ /usr/include/eigen3/Eigen/src/StlSupport/details.h
+ /usr/include/eigen3/Eigen/src/misc/Image.h
+ /usr/include/eigen3/Eigen/src/misc/Kernel.h
+ /usr/include/eigen3/Eigen/src/misc/Solve.h
+ /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
+ /usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+ /usr/include/eigen3/unsupported/Eigen/NonLinearOptimization
+ /usr/include/eigen3/unsupported/Eigen/NumericalDiff
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
+ /usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
+ /usr/include/vtk-5.8/vtkABI.h
+ /usr/include/vtk-5.8/vtkAbstractArray.h
+ /usr/include/vtk-5.8/vtkAbstractMapper.h
+ /usr/include/vtk-5.8/vtkAbstractMapper3D.h
+ /usr/include/vtk-5.8/vtkActor.h
+ /usr/include/vtk-5.8/vtkActor2D.h
+ /usr/include/vtk-5.8/vtkActorCollection.h
+ /usr/include/vtk-5.8/vtkAlgorithm.h
+ /usr/include/vtk-5.8/vtkAlgorithmOutput.h
+ /usr/include/vtk-5.8/vtkAppendPolyData.h
+ /usr/include/vtk-5.8/vtkArrayIterator.h
+ /usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+ /usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx
+ /usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx
+ /usr/include/vtk-5.8/vtkCell.h
+ /usr/include/vtk-5.8/vtkCellArray.h
+ /usr/include/vtk-5.8/vtkCellData.h
+ /usr/include/vtk-5.8/vtkCellLinks.h
+ /usr/include/vtk-5.8/vtkCellType.h
+ /usr/include/vtk-5.8/vtkCellTypes.h
+ /usr/include/vtk-5.8/vtkCollection.h
+ /usr/include/vtk-5.8/vtkCommand.h
+ /usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+ /usr/include/vtk-5.8/vtkConfigure.h
+ /usr/include/vtk-5.8/vtkCoordinate.h
+ /usr/include/vtk-5.8/vtkDataArray.h
+ /usr/include/vtk-5.8/vtkDataArrayTemplate.h
+ /usr/include/vtk-5.8/vtkDataArrayTemplate.txx
+ /usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx
+ /usr/include/vtk-5.8/vtkDataObject.h
+ /usr/include/vtk-5.8/vtkDataSet.h
+ /usr/include/vtk-5.8/vtkDataSetAttributes.h
+ /usr/include/vtk-5.8/vtkDataSetMapper.h
+ /usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h
+ /usr/include/vtk-5.8/vtkDebugLeaksManager.h
+ /usr/include/vtk-5.8/vtkFieldData.h
+ /usr/include/vtk-5.8/vtkFloatArray.h
+ /usr/include/vtk-5.8/vtkFollower.h
+ /usr/include/vtk-5.8/vtkIOStream.h
+ /usr/include/vtk-5.8/vtkIOStreamFwd.h
+ /usr/include/vtk-5.8/vtkIdList.h
+ /usr/include/vtk-5.8/vtkIdTypeArray.h
+ /usr/include/vtk-5.8/vtkImageAlgorithm.h
+ /usr/include/vtk-5.8/vtkIndent.h
+ /usr/include/vtk-5.8/vtkInformation.h
+ /usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h
+ /usr/include/vtk-5.8/vtkInformationInformationVectorKey.h
+ /usr/include/vtk-5.8/vtkInformationKey.h
+ /usr/include/vtk-5.8/vtkInformationVector.h
+ /usr/include/vtk-5.8/vtkIntArray.h
+ /usr/include/vtk-5.8/vtkInteractorObserver.h
+ /usr/include/vtk-5.8/vtkInteractorStyle.h
+ /usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h
+ /usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h
+ /usr/include/vtk-5.8/vtkLODActor.h
+ /usr/include/vtk-5.8/vtkLeaderActor2D.h
+ /usr/include/vtk-5.8/vtkLineSource.h
+ /usr/include/vtk-5.8/vtkMapper.h
+ /usr/include/vtk-5.8/vtkMath.h
+ /usr/include/vtk-5.8/vtkMatrix4x4.h
+ /usr/include/vtk-5.8/vtkOStrStreamWrapper.h
+ /usr/include/vtk-5.8/vtkOStreamWrapper.h
+ /usr/include/vtk-5.8/vtkObject.h
+ /usr/include/vtk-5.8/vtkObjectBase.h
+ /usr/include/vtk-5.8/vtkObjectFactory.h
+ /usr/include/vtk-5.8/vtkPointData.h
+ /usr/include/vtk-5.8/vtkPointSet.h
+ /usr/include/vtk-5.8/vtkPoints.h
+ /usr/include/vtk-5.8/vtkPolyData.h
+ /usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+ /usr/include/vtk-5.8/vtkPolyDataMapper.h
+ /usr/include/vtk-5.8/vtkPolyLine.h
+ /usr/include/vtk-5.8/vtkPolygon.h
+ /usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h
+ /usr/include/vtk-5.8/vtkProp.h
+ /usr/include/vtk-5.8/vtkProp3D.h
+ /usr/include/vtk-5.8/vtkPropCollection.h
+ /usr/include/vtk-5.8/vtkProperty.h
+ /usr/include/vtk-5.8/vtkProperty2D.h
+ /usr/include/vtk-5.8/vtkRenderer.h
+ /usr/include/vtk-5.8/vtkRendererCollection.h
+ /usr/include/vtk-5.8/vtkScalarsToColors.h
+ /usr/include/vtk-5.8/vtkSetGet.h
+ /usr/include/vtk-5.8/vtkSmartPointer.h
+ /usr/include/vtk-5.8/vtkSmartPointerBase.h
+ /usr/include/vtk-5.8/vtkSortDataArray.h
+ /usr/include/vtk-5.8/vtkSphereSource.h
+ /usr/include/vtk-5.8/vtkStdString.h
+ /usr/include/vtk-5.8/vtkSystemIncludes.h
+ /usr/include/vtk-5.8/vtkTextProperty.h
+ /usr/include/vtk-5.8/vtkTexture.h
+ /usr/include/vtk-5.8/vtkTimeStamp.h
+ /usr/include/vtk-5.8/vtkType.h
+ /usr/include/vtk-5.8/vtkTypeTraits.h
+ /usr/include/vtk-5.8/vtkUnicodeString.h
+ /usr/include/vtk-5.8/vtkUnsignedCharArray.h
+ /usr/include/vtk-5.8/vtkUnstructuredGrid.h
+ /usr/include/vtk-5.8/vtkVariant.h
+ /usr/include/vtk-5.8/vtkVariantInlineOperators.h
+ /usr/include/vtk-5.8/vtkVectorText.h
+ /usr/include/vtk-5.8/vtkVersion.h
+ /usr/include/vtk-5.8/vtkViewport.h
+ /usr/include/vtk-5.8/vtkVolume.h
+ /usr/include/vtk-5.8/vtkVolumeCollection.h
+ /usr/include/vtk-5.8/vtkWeakPointerBase.h
+ /usr/include/vtk-5.8/vtkWin32Header.h
+ /usr/include/vtk-5.8/vtkstd/algorithm
+ /usr/include/vtk-5.8/vtkstd/exception
+ /usr/include/vtk-5.8/vtkstd/map
+ /usr/include/vtk-5.8/vtkstd/new
+ /usr/include/vtk-5.8/vtkstd/string
+ /usr/include/vtk-5.8/vtkstd/utility
+ /usr/include/vtk-5.8/vtkstd/vector
+ /usr/include/vtk-5.8/vtksys/DateStamp.h
+ /usr/local/include/pcl-1.8/pcl/ModelCoefficients.h
+ /usr/local/include/pcl-1.8/pcl/PCLHeader.h
+ /usr/local/include/pcl-1.8/pcl/PCLImage.h
+ /usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h
+ /usr/local/include/pcl-1.8/pcl/PCLPointField.h
+ /usr/local/include/pcl-1.8/pcl/PointIndices.h
+ /usr/local/include/pcl-1.8/pcl/PolygonMesh.h
+ /usr/local/include/pcl-1.8/pcl/TextureMesh.h
+ /usr/local/include/pcl-1.8/pcl/Vertices.h
+ /usr/local/include/pcl-1.8/pcl/cloud_iterator.h
+ /usr/local/include/pcl-1.8/pcl/common/centroid.h
+ /usr/local/include/pcl-1.8/pcl/common/colors.h
+ /usr/local/include/pcl-1.8/pcl/common/common.h
+ /usr/local/include/pcl-1.8/pcl/common/concatenate.h
+ /usr/local/include/pcl-1.8/pcl/common/copy_point.h
+ /usr/local/include/pcl-1.8/pcl/common/distances.h
+ /usr/local/include/pcl-1.8/pcl/common/eigen.h
+ /usr/local/include/pcl-1.8/pcl/common/geometry.h
+ /usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/common.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/io.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp
+ /usr/local/include/pcl-1.8/pcl/common/io.h
+ /usr/local/include/pcl-1.8/pcl/common/point_operators.h
+ /usr/local/include/pcl-1.8/pcl/common/point_tests.h
+ /usr/local/include/pcl-1.8/pcl/common/projection_matrix.h
+ /usr/local/include/pcl-1.8/pcl/common/time.h
+ /usr/local/include/pcl-1.8/pcl/common/transforms.h
+ /usr/local/include/pcl-1.8/pcl/console/parse.h
+ /usr/local/include/pcl-1.8/pcl/console/print.h
+ /usr/local/include/pcl-1.8/pcl/conversions.h
+ /usr/local/include/pcl-1.8/pcl/correspondence.h
+ /usr/local/include/pcl-1.8/pcl/exceptions.h
+ /usr/local/include/pcl-1.8/pcl/features/feature.h
+ /usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp
+ /usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp
+ /usr/local/include/pcl-1.8/pcl/features/normal_3d.h
+ /usr/local/include/pcl-1.8/pcl/filters/boost.h
+ /usr/local/include/pcl-1.8/pcl/filters/extract_indices.h
+ /usr/local/include/pcl-1.8/pcl/filters/filter.h
+ /usr/local/include/pcl-1.8/pcl/filters/filter_indices.h
+ /usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp
+ /usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp
+ /usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp
+ /usr/local/include/pcl-1.8/pcl/for_each_type.h
+ /usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h
+ /usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp
+ /usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp
+ /usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp
+ /usr/local/include/pcl-1.8/pcl/impl/point_types.hpp
+ /usr/local/include/pcl-1.8/pcl/io/boost.h
+ /usr/local/include/pcl-1.8/pcl/io/file_io.h
+ /usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp
+ /usr/local/include/pcl-1.8/pcl/io/lzf.h
+ /usr/local/include/pcl-1.8/pcl/io/pcd_io.h
+ /usr/local/include/pcl-1.8/pcl/kdtree/flann.h
+ /usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp
+ /usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h
+ /usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h
+ /usr/local/include/pcl-1.8/pcl/octree/boost.h
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/octree.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_base.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_impl.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_search.h
+ /usr/local/include/pcl-1.8/pcl/pcl_base.h
+ /usr/local/include/pcl-1.8/pcl/pcl_config.h
+ /usr/local/include/pcl-1.8/pcl/pcl_exports.h
+ /usr/local/include/pcl-1.8/pcl/pcl_macros.h
+ /usr/local/include/pcl-1.8/pcl/point_cloud.h
+ /usr/local/include/pcl-1.8/pcl/point_representation.h
+ /usr/local/include/pcl-1.8/pcl/point_traits.h
+ /usr/local/include/pcl-1.8/pcl/point_types.h
+ /usr/local/include/pcl-1.8/pcl/register_point_struct.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h
+ /usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp
+ /usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp
+ /usr/local/include/pcl-1.8/pcl/search/impl/search.hpp
+ /usr/local/include/pcl-1.8/pcl/search/kdtree.h
+ /usr/local/include/pcl-1.8/pcl/search/octree.h
+ /usr/local/include/pcl-1.8/pcl/search/organized.h
+ /usr/local/include/pcl-1.8/pcl/search/pcl_search.h
+ /usr/local/include/pcl-1.8/pcl/search/search.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/boost.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp
+ /usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp
+ /usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp
+ /usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp
+ /usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h
+ /usr/local/include/pcl-1.8/pcl/surface/boost.h
+ /usr/local/include/pcl-1.8/pcl/surface/convex_hull.h
+ /usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp
+ /usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp
+ /usr/local/include/pcl-1.8/pcl/surface/qhull.h
+ /usr/local/include/pcl-1.8/pcl/surface/reconstruction.h
+ /usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h
+ /usr/local/include/pcl-1.8/pcl/visualization/boost.h
+ /usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h
+ /usr/local/include/pcl-1.8/pcl/visualization/common/common.h
+ /usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h
+ /usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h
+ /usr/local/include/pcl-1.8/pcl/visualization/eigen.h
+ /usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h
+ /usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h
+ /usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h
+ /usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h
+ /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h
+ /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h
+ /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h
+ /usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make
new file mode 100644
index 0000000000000000000000000000000000000000..160d7ab78f56d41670e0e0828cd5e26e7527ba4a
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make
@@ -0,0 +1,528 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: ../src/tos_supervoxels.cpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: ../src/tos_supervoxels.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Cholesky
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Core
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Dense
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Eigen2Support
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Eigenvalues
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Geometry
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Householder
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Jacobi
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/LU
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/QR
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/SVD
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/StdVector
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Cholesky/LLT.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Array.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ArrayBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Assign.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/BandMatrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Block.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CoreIterators.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DenseBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DenseStorage.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Diagonal.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Dot.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/EigenBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Flagged.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Functors.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Fuzzy.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/IO.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Map.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/MapBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/MathFunctions.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Matrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/MatrixBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/NestByValue.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/NoAlias.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/NumTraits.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ProductBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Random.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Redux.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Ref.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Replicate.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Reverse.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Select.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/StableNorm.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Stride.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Swap.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Transpose.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Transpositions.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/VectorBlock.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Visitor.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/Constants.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/Macros.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/Memory.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/Meta.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Block.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/LU.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/QR.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Scaling.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Transform.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Translation.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Householder/Householder.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/Determinant.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/FullPivLU.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/Inverse.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/StlSupport/StdVector.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/StlSupport/details.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/misc/Image.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/misc/Kernel.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/misc/Solve.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/NonLinearOptimization
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/NumericalDiff
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkABI.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAbstractArray.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAbstractMapper.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAbstractMapper3D.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkActor.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkActor2D.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkActorCollection.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAlgorithm.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAlgorithmOutput.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAppendPolyData.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkArrayIterator.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCell.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellArray.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellData.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellLinks.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellType.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellTypes.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCollection.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCommand.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkConfigure.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCoordinate.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataArray.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataArrayTemplate.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataArrayTemplate.txx
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataObject.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataSet.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataSetAttributes.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataSetMapper.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDebugLeaksManager.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkFieldData.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkFloatArray.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkFollower.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIOStream.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIOStreamFwd.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIdList.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIdTypeArray.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkImageAlgorithm.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIndent.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformation.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformationInformationVectorKey.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformationKey.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformationVector.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIntArray.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInteractorObserver.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInteractorStyle.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkLODActor.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkLeaderActor2D.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkLineSource.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkMapper.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkMath.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkMatrix4x4.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkOStrStreamWrapper.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkOStreamWrapper.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkObject.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkObjectBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkObjectFactory.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPointData.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPointSet.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPoints.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolyData.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolyDataMapper.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolyLine.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolygon.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkProp.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkProp3D.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPropCollection.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkProperty.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkProperty2D.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkRenderer.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkRendererCollection.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkScalarsToColors.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSetGet.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSmartPointer.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSmartPointerBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSortDataArray.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSphereSource.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkStdString.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSystemIncludes.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkTextProperty.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkTexture.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkTimeStamp.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkType.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkTypeTraits.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkUnicodeString.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkUnsignedCharArray.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkUnstructuredGrid.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVariant.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVariantInlineOperators.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVectorText.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVersion.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkViewport.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVolume.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVolumeCollection.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkWeakPointerBase.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkWin32Header.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/algorithm
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/exception
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/map
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/new
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/string
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/utility
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/vector
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtksys/DateStamp.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/ModelCoefficients.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PCLHeader.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PCLImage.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PCLPointField.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PointIndices.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PolygonMesh.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/TextureMesh.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/Vertices.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/cloud_iterator.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/centroid.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/colors.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/common.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/concatenate.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/copy_point.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/distances.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/eigen.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/geometry.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/common.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/io.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/io.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/point_operators.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/point_tests.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/projection_matrix.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/time.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/transforms.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/console/parse.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/console/print.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/conversions.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/correspondence.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/exceptions.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/features/feature.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/features/normal_3d.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/boost.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/extract_indices.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/filter.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/filter_indices.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/for_each_type.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/impl/point_types.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/boost.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/file_io.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/lzf.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/pcd_io.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/kdtree/flann.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/boost.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_base.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_impl.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_search.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/pcl_base.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/pcl_config.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/pcl_exports.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/pcl_macros.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/point_cloud.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/point_representation.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/point_traits.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/point_types.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/register_point_struct.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/impl/search.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/kdtree.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/octree.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/organized.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/pcl_search.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/search.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/boost.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/boost.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/convex_hull.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/qhull.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/reconstruction.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/boost.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/common.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/eigen.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h
+src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h
+
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make
new file mode 100644
index 0000000000000000000000000000000000000000..c197189a13f67f8b27e8d75677e64f2eef76c9e4
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make
@@ -0,0 +1,8 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# compile CXX with /usr/bin/c++
+CXX_FLAGS =   -Wno-deprecated -O3 -fPIC -I/usr/include/vtk-5.8 -I/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/. -I/usr/local/include/pcl-1.8 -I/usr/include/eigen3 -I/usr/include/ni -I/usr/include/openni2   
+
+CXX_DEFINES = -DDISABLE_DAVIDSDK -DDISABLE_DSSDK -DDISABLE_ENSENSO -DDISABLE_LIBUSB_1_0 -DDISABLE_PCAP -DDISABLE_PNG -DDISABLE_RSSDK -DEIGEN_USE_NEW_STDVECTOR -DEIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET -DFLANN_STATIC -Dqh_QHpointer -Dtos_supervoxels_EXPORTS
+
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7c78defb3e92086025e173dcb341d0209f6b93d9
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt
@@ -0,0 +1 @@
+/usr/bin/c++  -fPIC   -Wno-deprecated -O3    -shared -Wl,-soname,libtos_supervoxels.so -o ../../lib/libtos_supervoxels.so CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o  -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lboost_chrono -lpthread /usr/local/lib/libpcl_common.so -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so -lOpenNI -lOpenNI2 /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_outofcore.so /usr/local/lib/libpcl_stereo.so -lqhull /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_tracking.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lboost_chrono -lpthread -lqhull -lOpenNI -lOpenNI2 -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_common.so /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_outofcore.so /usr/local/lib/libpcl_stereo.so /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_tracking.so /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkCommon.so.5.8.0 -lm /usr/lib/libvtksys.so.5.8.0 -ldl -Wl,-rpath,/usr/local/lib: 
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..781c7de277467a8195d562b5d08164806763e9bb
--- /dev/null
+++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 1
+
diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o
new file mode 100644
index 0000000000000000000000000000000000000000..722d8c3eeb868ea1626313aa7b00d07442da1b2d
Binary files /dev/null and b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o differ
diff --git a/trunk/build/src/Makefile b/trunk/build/src/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..1ea82060fb5e23843e4f8365e59a317c155ac017
--- /dev/null
+++ b/trunk/build/src/Makefile
@@ -0,0 +1,203 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target edit_cache
+edit_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
+	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+.PHONY : edit_cache/fast
+
+# Special rule for the target install
+install: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install
+
+# Special rule for the target install
+install/fast: preinstall/fast
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install/fast
+
+# Special rule for the target install/local
+install/local: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+.PHONY : install/local
+
+# Special rule for the target install/local
+install/local/fast: install/local
+.PHONY : install/local/fast
+
+# Special rule for the target install/strip
+install/strip: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
+	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+.PHONY : install/strip
+
+# Special rule for the target install/strip
+install/strip/fast: install/strip
+.PHONY : install/strip/fast
+
+# Special rule for the target list_install_components
+list_install_components:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
+.PHONY : list_install_components
+
+# Special rule for the target list_install_components
+list_install_components/fast: list_install_components
+.PHONY : list_install_components/fast
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+.PHONY : rebuild_cache/fast
+
+# The main all target
+all: cmake_check_build_system
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/progress.marks
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+# Convenience name for target.
+src/CMakeFiles/tos_supervoxels.dir/rule:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/tos_supervoxels.dir/rule
+.PHONY : src/CMakeFiles/tos_supervoxels.dir/rule
+
+# Convenience name for target.
+tos_supervoxels: src/CMakeFiles/tos_supervoxels.dir/rule
+.PHONY : tos_supervoxels
+
+# fast build rule for target.
+tos_supervoxels/fast:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build
+.PHONY : tos_supervoxels/fast
+
+# target to build an object file
+tos_supervoxels.o:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o
+.PHONY : tos_supervoxels.o
+
+# target to preprocess a source file
+tos_supervoxels.i:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i
+.PHONY : tos_supervoxels.i
+
+# target to generate assembly for a file
+tos_supervoxels.s:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s
+.PHONY : tos_supervoxels.s
+
+# Help Target
+help:
+	@echo "The following are some of the valid targets for this Makefile:"
+	@echo "... all (the default if no target is provided)"
+	@echo "... clean"
+	@echo "... depend"
+	@echo "... edit_cache"
+	@echo "... install"
+	@echo "... install/local"
+	@echo "... install/strip"
+	@echo "... list_install_components"
+	@echo "... rebuild_cache"
+	@echo "... tos_supervoxels"
+	@echo "... tos_supervoxels.o"
+	@echo "... tos_supervoxels.i"
+	@echo "... tos_supervoxels.s"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/trunk/build/src/cmake_install.cmake b/trunk/build/src/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7ff76a9f822aeecbe675b1224bcfe2b7c7cb89a5
--- /dev/null
+++ b/trunk/build/src/cmake_install.cmake
@@ -0,0 +1,74 @@
+# Install script for directory: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "1")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so")
+    FILE(RPATH_CHECK
+         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so"
+         RPATH "")
+  ENDIF()
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/iridrivers" TYPE SHARED_LIBRARY FILES "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/lib/libtos_supervoxels.so")
+  IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so")
+    FILE(RPATH_REMOVE
+         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so")
+    IF(CMAKE_INSTALL_DO_STRIP)
+      EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so")
+    ENDIF(CMAKE_INSTALL_DO_STRIP)
+  ENDIF()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/iridrivers" TYPE FILE FILES "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/usr/share/cmake-2.8/Modules/Findtos_supervoxels.cmake")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/usr/share/cmake-2.8/Modules" TYPE FILE FILES "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/../Findtos_supervoxels.cmake")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  INCLUDE("/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/cmake_install.cmake")
+
+ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+
diff --git a/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7dfd782a728748fd40c983777d04e06d3b4860d6
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Relative path conversion top directories.
+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk")
+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build")
+
+# Force unix paths in dependencies.
+SET(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/trunk/build/src/examples/CMakeFiles/progress.marks b/trunk/build/src/examples/CMakeFiles/progress.marks
new file mode 100644
index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+2
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/CXX.includecache b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/CXX.includecache
new file mode 100644
index 0000000000000000000000000000000000000000..bf17cff0664d55bbfee91000250d2fe99c5df023
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/CXX.includecache
@@ -0,0 +1,3774 @@
+#IncludeRegexLine: ^[ 	]*#[ 	]*(include|import)[ 	]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform: 
+
+../src/./tos_supervoxels.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/console/parse.h
+-
+pcl/io/pcd_io.h
+-
+pcl/visualization/pcl_visualizer.h
+-
+pcl/segmentation/supervoxel_clustering.h
+-
+iostream
+-
+pcl/ModelCoefficients.h
+-
+pcl/sample_consensus/method_types.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/segmentation/sac_segmentation.h
+-
+pcl/segmentation/lccp_segmentation.h
+-
+vtkPolyLine.h
+-
+pcl/filters/extract_indices.h
+-
+pcl/surface/convex_hull.h
+-
+pcl/segmentation/extract_polygonal_prism_data.h
+-
+
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp
+tos_supervoxels.h
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels.h
+pcl/visualization/pcl_visualizer.h
+-
+pcl/console/parse.h
+-
+opencv2/imgproc/imgproc.hpp
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/opencv2/imgproc/imgproc.hpp
+opencv2/highgui/highgui.hpp
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/opencv2/highgui/highgui.hpp
+opencv2/core/core.hpp
+/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/opencv2/core/core.hpp
+pcl/kdtree/kdtree_flann.h
+-
+
+/usr/include/eigen3/Eigen/Cholesky
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/misc/Solve.h
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+src/Cholesky/LLT.h
+/usr/include/eigen3/Eigen/src/Cholesky/LLT.h
+src/Cholesky/LDLT.h
+/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
+src/Cholesky/LLT_MKL.h
+/usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/Core/util/Macros.h
+/usr/include/eigen3/Eigen/src/Core/util/Macros.h
+complex
+-
+src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
+malloc.h
+-
+immintrin.h
+-
+emmintrin.h
+-
+xmmintrin.h
+-
+pmmintrin.h
+-
+tmmintrin.h
+-
+smmintrin.h
+-
+nmmintrin.h
+-
+altivec.h
+-
+arm_neon.h
+-
+omp.h
+-
+cerrno
+-
+cstddef
+-
+cstdlib
+-
+cmath
+-
+cassert
+-
+functional
+-
+iosfwd
+-
+cstring
+-
+string
+-
+limits
+-
+climits
+-
+algorithm
+-
+iostream
+-
+intrin.h
+-
+new
+-
+src/Core/util/Constants.h
+/usr/include/eigen3/Eigen/src/Core/util/Constants.h
+src/Core/util/ForwardDeclarations.h
+/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
+src/Core/util/Meta.h
+/usr/include/eigen3/Eigen/src/Core/util/Meta.h
+src/Core/util/StaticAssert.h
+/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
+src/Core/util/XprHelper.h
+/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
+src/Core/util/Memory.h
+/usr/include/eigen3/Eigen/src/Core/util/Memory.h
+src/Core/NumTraits.h
+/usr/include/eigen3/Eigen/src/Core/NumTraits.h
+src/Core/MathFunctions.h
+/usr/include/eigen3/Eigen/src/Core/MathFunctions.h
+src/Core/GenericPacketMath.h
+/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
+src/Core/arch/SSE/PacketMath.h
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
+src/Core/arch/SSE/MathFunctions.h
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
+src/Core/arch/SSE/Complex.h
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
+src/Core/arch/AltiVec/PacketMath.h
+/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
+src/Core/arch/AltiVec/Complex.h
+/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
+src/Core/arch/NEON/PacketMath.h
+/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
+src/Core/arch/NEON/Complex.h
+/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
+src/Core/arch/Default/Settings.h
+/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
+src/Core/Functors.h
+/usr/include/eigen3/Eigen/src/Core/Functors.h
+src/Core/DenseCoeffsBase.h
+/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
+src/Core/DenseBase.h
+/usr/include/eigen3/Eigen/src/Core/DenseBase.h
+src/Core/MatrixBase.h
+/usr/include/eigen3/Eigen/src/Core/MatrixBase.h
+src/Core/EigenBase.h
+/usr/include/eigen3/Eigen/src/Core/EigenBase.h
+src/Core/Assign.h
+/usr/include/eigen3/Eigen/src/Core/Assign.h
+src/Core/util/BlasUtil.h
+/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
+src/Core/DenseStorage.h
+/usr/include/eigen3/Eigen/src/Core/DenseStorage.h
+src/Core/NestByValue.h
+/usr/include/eigen3/Eigen/src/Core/NestByValue.h
+src/Core/ForceAlignedAccess.h
+/usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h
+src/Core/ReturnByValue.h
+/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
+src/Core/NoAlias.h
+/usr/include/eigen3/Eigen/src/Core/NoAlias.h
+src/Core/PlainObjectBase.h
+/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
+src/Core/Matrix.h
+/usr/include/eigen3/Eigen/src/Core/Matrix.h
+src/Core/Array.h
+/usr/include/eigen3/Eigen/src/Core/Array.h
+src/Core/CwiseBinaryOp.h
+/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
+src/Core/CwiseUnaryOp.h
+/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
+src/Core/CwiseNullaryOp.h
+/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
+src/Core/CwiseUnaryView.h
+/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
+src/Core/SelfCwiseBinaryOp.h
+/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
+src/Core/Dot.h
+/usr/include/eigen3/Eigen/src/Core/Dot.h
+src/Core/StableNorm.h
+/usr/include/eigen3/Eigen/src/Core/StableNorm.h
+src/Core/MapBase.h
+/usr/include/eigen3/Eigen/src/Core/MapBase.h
+src/Core/Stride.h
+/usr/include/eigen3/Eigen/src/Core/Stride.h
+src/Core/Map.h
+/usr/include/eigen3/Eigen/src/Core/Map.h
+src/Core/Block.h
+/usr/include/eigen3/Eigen/src/Core/Block.h
+src/Core/VectorBlock.h
+/usr/include/eigen3/Eigen/src/Core/VectorBlock.h
+src/Core/Ref.h
+/usr/include/eigen3/Eigen/src/Core/Ref.h
+src/Core/Transpose.h
+/usr/include/eigen3/Eigen/src/Core/Transpose.h
+src/Core/DiagonalMatrix.h
+/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
+src/Core/Diagonal.h
+/usr/include/eigen3/Eigen/src/Core/Diagonal.h
+src/Core/DiagonalProduct.h
+/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
+src/Core/PermutationMatrix.h
+/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
+src/Core/Transpositions.h
+/usr/include/eigen3/Eigen/src/Core/Transpositions.h
+src/Core/Redux.h
+/usr/include/eigen3/Eigen/src/Core/Redux.h
+src/Core/Visitor.h
+/usr/include/eigen3/Eigen/src/Core/Visitor.h
+src/Core/Fuzzy.h
+/usr/include/eigen3/Eigen/src/Core/Fuzzy.h
+src/Core/IO.h
+/usr/include/eigen3/Eigen/src/Core/IO.h
+src/Core/Swap.h
+/usr/include/eigen3/Eigen/src/Core/Swap.h
+src/Core/CommaInitializer.h
+/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
+src/Core/Flagged.h
+/usr/include/eigen3/Eigen/src/Core/Flagged.h
+src/Core/ProductBase.h
+/usr/include/eigen3/Eigen/src/Core/ProductBase.h
+src/Core/GeneralProduct.h
+/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
+src/Core/TriangularMatrix.h
+/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
+src/Core/SelfAdjointView.h
+/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
+src/Core/products/GeneralBlockPanelKernel.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+src/Core/products/Parallelizer.h
+/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
+src/Core/products/CoeffBasedProduct.h
+/usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h
+src/Core/products/GeneralMatrixVector.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
+src/Core/products/GeneralMatrixMatrix.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
+src/Core/SolveTriangular.h
+/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
+src/Core/products/GeneralMatrixMatrixTriangular.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+src/Core/products/SelfadjointMatrixVector.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
+src/Core/products/SelfadjointMatrixMatrix.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
+src/Core/products/SelfadjointProduct.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
+src/Core/products/SelfadjointRank2Update.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
+src/Core/products/TriangularMatrixVector.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
+src/Core/products/TriangularMatrixMatrix.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
+src/Core/products/TriangularSolverMatrix.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
+src/Core/products/TriangularSolverVector.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
+src/Core/BandMatrix.h
+/usr/include/eigen3/Eigen/src/Core/BandMatrix.h
+src/Core/CoreIterators.h
+/usr/include/eigen3/Eigen/src/Core/CoreIterators.h
+src/Core/BooleanRedux.h
+/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
+src/Core/Select.h
+/usr/include/eigen3/Eigen/src/Core/Select.h
+src/Core/VectorwiseOp.h
+/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
+src/Core/Random.h
+/usr/include/eigen3/Eigen/src/Core/Random.h
+src/Core/Replicate.h
+/usr/include/eigen3/Eigen/src/Core/Replicate.h
+src/Core/Reverse.h
+/usr/include/eigen3/Eigen/src/Core/Reverse.h
+src/Core/ArrayBase.h
+/usr/include/eigen3/Eigen/src/Core/ArrayBase.h
+src/Core/ArrayWrapper.h
+/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
+src/Core/products/GeneralMatrixMatrix_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
+src/Core/products/GeneralMatrixVector_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
+src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+src/Core/products/SelfadjointMatrixMatrix_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
+src/Core/products/SelfadjointMatrixVector_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
+src/Core/products/TriangularMatrixMatrix_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
+src/Core/products/TriangularMatrixVector_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
+src/Core/products/TriangularSolverMatrix_MKL.h
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
+src/Core/Assign_MKL.h
+/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
+src/Core/GlobalFunctions.h
+/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+Eigen2Support
+/usr/include/eigen3/Eigen/Eigen2Support
+
+/usr/include/eigen3/Eigen/Dense
+Core
+/usr/include/eigen3/Eigen/Core
+LU
+/usr/include/eigen3/Eigen/LU
+Cholesky
+/usr/include/eigen3/Eigen/Cholesky
+QR
+/usr/include/eigen3/Eigen/QR
+SVD
+/usr/include/eigen3/Eigen/SVD
+Geometry
+/usr/include/eigen3/Eigen/Geometry
+Eigenvalues
+/usr/include/eigen3/Eigen/Eigenvalues
+
+/usr/include/eigen3/Eigen/Eigen2Support
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/Eigen2Support/Macros.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h
+src/Eigen2Support/Memory.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h
+src/Eigen2Support/Meta.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h
+src/Eigen2Support/Lazy.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h
+src/Eigen2Support/Cwise.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h
+src/Eigen2Support/CwiseOperators.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h
+src/Eigen2Support/TriangularSolver.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h
+src/Eigen2Support/Block.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Block.h
+src/Eigen2Support/VectorBlock.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h
+src/Eigen2Support/Minor.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h
+src/Eigen2Support/MathFunctions.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+iostream
+-
+
+/usr/include/eigen3/Eigen/Eigenvalues
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+Cholesky
+/usr/include/eigen3/Eigen/Cholesky
+Jacobi
+/usr/include/eigen3/Eigen/Jacobi
+Householder
+/usr/include/eigen3/Eigen/Householder
+LU
+/usr/include/eigen3/Eigen/LU
+Geometry
+/usr/include/eigen3/Eigen/Geometry
+src/Eigenvalues/Tridiagonalization.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
+src/Eigenvalues/RealSchur.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
+src/Eigenvalues/EigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
+src/Eigenvalues/SelfAdjointEigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+src/Eigenvalues/HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
+src/Eigenvalues/ComplexSchur.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
+src/Eigenvalues/ComplexEigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
+src/Eigenvalues/RealQZ.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
+src/Eigenvalues/GeneralizedEigenSolver.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+src/Eigenvalues/MatrixBaseEigenvalues.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+src/Eigenvalues/RealSchur_MKL.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h
+src/Eigenvalues/ComplexSchur_MKL.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
+src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/Geometry
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+SVD
+/usr/include/eigen3/Eigen/SVD
+LU
+/usr/include/eigen3/Eigen/LU
+limits
+-
+src/Geometry/OrthoMethods.h
+/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
+src/Geometry/EulerAngles.h
+/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
+src/Geometry/Homogeneous.h
+/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
+src/Geometry/RotationBase.h
+/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
+src/Geometry/Rotation2D.h
+/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
+src/Geometry/Quaternion.h
+/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
+src/Geometry/AngleAxis.h
+/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
+src/Geometry/Transform.h
+/usr/include/eigen3/Eigen/src/Geometry/Transform.h
+src/Geometry/Translation.h
+/usr/include/eigen3/Eigen/src/Geometry/Translation.h
+src/Geometry/Scaling.h
+/usr/include/eigen3/Eigen/src/Geometry/Scaling.h
+src/Geometry/Hyperplane.h
+/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
+src/Geometry/ParametrizedLine.h
+/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
+src/Geometry/AlignedBox.h
+/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
+src/Geometry/Umeyama.h
+/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
+src/Geometry/arch/Geometry_SSE.h
+/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
+src/Eigen2Support/Geometry/All.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/Householder
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/Householder/Householder.h
+/usr/include/eigen3/Eigen/src/Householder/Householder.h
+src/Householder/HouseholderSequence.h
+/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
+src/Householder/BlockHouseholder.h
+/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/Jacobi
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/Jacobi/Jacobi.h
+/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/LU
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/misc/Solve.h
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+src/misc/Kernel.h
+/usr/include/eigen3/Eigen/src/misc/Kernel.h
+src/misc/Image.h
+/usr/include/eigen3/Eigen/src/misc/Image.h
+src/LU/FullPivLU.h
+/usr/include/eigen3/Eigen/src/LU/FullPivLU.h
+src/LU/PartialPivLU.h
+/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
+src/LU/PartialPivLU_MKL.h
+/usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h
+src/LU/Determinant.h
+/usr/include/eigen3/Eigen/src/LU/Determinant.h
+src/LU/Inverse.h
+/usr/include/eigen3/Eigen/src/LU/Inverse.h
+src/LU/arch/Inverse_SSE.h
+/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
+src/Eigen2Support/LU.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/LU.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/QR
+Core
+/usr/include/eigen3/Eigen/Core
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+Cholesky
+/usr/include/eigen3/Eigen/Cholesky
+Jacobi
+/usr/include/eigen3/Eigen/Jacobi
+Householder
+/usr/include/eigen3/Eigen/Householder
+src/misc/Solve.h
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+src/QR/HouseholderQR.h
+/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
+src/QR/FullPivHouseholderQR.h
+/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
+src/QR/ColPivHouseholderQR.h
+/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
+src/QR/HouseholderQR_MKL.h
+/usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h
+src/QR/ColPivHouseholderQR_MKL.h
+/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h
+src/Eigen2Support/QR.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/QR.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+Eigenvalues
+/usr/include/eigen3/Eigen/Eigenvalues
+
+/usr/include/eigen3/Eigen/SVD
+QR
+/usr/include/eigen3/Eigen/QR
+Householder
+/usr/include/eigen3/Eigen/Householder
+Jacobi
+/usr/include/eigen3/Eigen/Jacobi
+src/Core/util/DisableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/misc/Solve.h
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+src/SVD/JacobiSVD.h
+/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
+src/SVD/JacobiSVD_MKL.h
+/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h
+src/SVD/UpperBidiagonalization.h
+/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
+src/Eigen2Support/SVD.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h
+src/Core/util/ReenableStupidWarnings.h
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/StdVector
+Core
+/usr/include/eigen3/Eigen/Core
+vector
+-
+src/StlSupport/StdVector.h
+/usr/include/eigen3/Eigen/src/StlSupport/StdVector.h
+
+/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
+
+/usr/include/eigen3/Eigen/src/Cholesky/LLT.h
+
+/usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Cholesky/Eigen/src/Core/util/MKL_support.h
+iostream
+-
+
+/usr/include/eigen3/Eigen/src/Core/Array.h
+
+/usr/include/eigen3/Eigen/src/Core/ArrayBase.h
+../plugins/CommonCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+../plugins/MatrixCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+../plugins/ArrayCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+../plugins/CommonCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+../plugins/MatrixCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+../plugins/ArrayCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
+
+/usr/include/eigen3/Eigen/src/Core/Assign.h
+
+/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/BandMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/Block.h
+
+/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
+
+/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
+
+/usr/include/eigen3/Eigen/src/Core/CoreIterators.h
+
+/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
+
+/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
+
+/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
+
+/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
+
+/usr/include/eigen3/Eigen/src/Core/DenseBase.h
+../plugins/BlockMethods.h
+/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
+
+/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
+
+/usr/include/eigen3/Eigen/src/Core/DenseStorage.h
+
+/usr/include/eigen3/Eigen/src/Core/Diagonal.h
+
+/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
+
+/usr/include/eigen3/Eigen/src/Core/Dot.h
+
+/usr/include/eigen3/Eigen/src/Core/EigenBase.h
+
+/usr/include/eigen3/Eigen/src/Core/Flagged.h
+
+/usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h
+
+/usr/include/eigen3/Eigen/src/Core/Functors.h
+
+/usr/include/eigen3/Eigen/src/Core/Fuzzy.h
+
+/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
+
+/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
+
+/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
+
+/usr/include/eigen3/Eigen/src/Core/IO.h
+
+/usr/include/eigen3/Eigen/src/Core/Map.h
+
+/usr/include/eigen3/Eigen/src/Core/MapBase.h
+
+/usr/include/eigen3/Eigen/src/Core/MathFunctions.h
+
+/usr/include/eigen3/Eigen/src/Core/Matrix.h
+
+/usr/include/eigen3/Eigen/src/Core/MatrixBase.h
+../plugins/CommonCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+../plugins/CommonCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+../plugins/MatrixCwiseUnaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+../plugins/MatrixCwiseBinaryOps.h
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/Core/NestByValue.h
+
+/usr/include/eigen3/Eigen/src/Core/NoAlias.h
+
+/usr/include/eigen3/Eigen/src/Core/NumTraits.h
+
+/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
+
+/usr/include/eigen3/Eigen/src/Core/ProductBase.h
+
+/usr/include/eigen3/Eigen/src/Core/Random.h
+
+/usr/include/eigen3/Eigen/src/Core/Redux.h
+
+/usr/include/eigen3/Eigen/src/Core/Ref.h
+
+/usr/include/eigen3/Eigen/src/Core/Replicate.h
+
+/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
+
+/usr/include/eigen3/Eigen/src/Core/Reverse.h
+
+/usr/include/eigen3/Eigen/src/Core/Select.h
+
+/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
+
+/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
+
+/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
+
+/usr/include/eigen3/Eigen/src/Core/StableNorm.h
+
+/usr/include/eigen3/Eigen/src/Core/Stride.h
+
+/usr/include/eigen3/Eigen/src/Core/Swap.h
+
+/usr/include/eigen3/Eigen/src/Core/Transpose.h
+
+/usr/include/eigen3/Eigen/src/Core/Transpositions.h
+
+/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/VectorBlock.h
+
+/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
+
+/usr/include/eigen3/Eigen/src/Core/Visitor.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
+
+/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
+
+/usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
+
+/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
+
+/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
+
+/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
+
+/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
+
+/usr/include/eigen3/Eigen/src/Core/util/Constants.h
+
+/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
+
+/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
+mkl.h
+-
+mkl_lapacke.h
+-
+
+/usr/include/eigen3/Eigen/src/Core/util/Macros.h
+cstdlib
+-
+iostream
+-
+
+/usr/include/eigen3/Eigen/src/Core/util/Memory.h
+unistd.h
+-
+
+/usr/include/eigen3/Eigen/src/Core/util/Meta.h
+
+/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+
+/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
+
+/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Block.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h
+limits
+-
+RotationBase.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+Rotation2D.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+Quaternion.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+AngleAxis.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+Transform.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+Translation.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+Scaling.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+AlignedBox.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+Hyperplane.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+ParametrizedLine.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+RotationBase.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+Rotation2D.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+Quaternion.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+AngleAxis.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+Transform.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+Translation.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+Scaling.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+AlignedBox.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+Hyperplane.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+ParametrizedLine.h
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/LU.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/QR.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h
+
+/usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h
+./HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/././HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h
+./HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/././HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
+./ComplexSchur.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
+./HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
+./RealSchur.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+./RealQZ.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+./Tridiagonalization.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
+./HessenbergDecomposition.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+./Tridiagonalization.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
+
+/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
+
+/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
+
+/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
+
+/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
+
+/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
+
+/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Scaling.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Transform.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Translation.h
+
+/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
+
+/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
+
+/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
+
+/usr/include/eigen3/Eigen/src/Householder/Householder.h
+
+/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
+
+/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
+
+/usr/include/eigen3/Eigen/src/LU/Determinant.h
+
+/usr/include/eigen3/Eigen/src/LU/FullPivLU.h
+
+/usr/include/eigen3/Eigen/src/LU/Inverse.h
+
+/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
+
+/usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/LU/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
+
+/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
+
+/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/QR/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
+
+/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
+
+/usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/QR/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
+
+/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h
+Eigen/src/Core/util/MKL_support.h
+/usr/include/eigen3/Eigen/src/SVD/Eigen/src/Core/util/MKL_support.h
+
+/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
+
+/usr/include/eigen3/Eigen/src/StlSupport/StdVector.h
+Eigen/src/StlSupport/details.h
+/usr/include/eigen3/Eigen/src/StlSupport/Eigen/src/StlSupport/details.h
+
+/usr/include/eigen3/Eigen/src/StlSupport/details.h
+
+/usr/include/eigen3/Eigen/src/misc/Image.h
+
+/usr/include/eigen3/Eigen/src/misc/Kernel.h
+
+/usr/include/eigen3/Eigen/src/misc/Solve.h
+
+/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
+
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+
+/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+
+/usr/include/eigen3/unsupported/Eigen/NonLinearOptimization
+vector
+-
+Eigen/Core
+-
+Eigen/Jacobi
+-
+Eigen/QR
+-
+unsupported/Eigen/NumericalDiff
+-
+src/NonLinearOptimization/qrsolv.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
+src/NonLinearOptimization/r1updt.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
+src/NonLinearOptimization/r1mpyq.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
+src/NonLinearOptimization/rwupdt.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
+src/NonLinearOptimization/fdjac1.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
+src/NonLinearOptimization/lmpar.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
+src/NonLinearOptimization/dogleg.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
+src/NonLinearOptimization/covar.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h
+src/NonLinearOptimization/chkder.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h
+src/NonLinearOptimization/HybridNonLinearSolver.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
+src/NonLinearOptimization/LevenbergMarquardt.h
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
+
+/usr/include/eigen3/unsupported/Eigen/NumericalDiff
+Eigen/Core
+-
+src/NumericalDiff/NumericalDiff.h
+/usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
+
+/usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
+
+/usr/include/vtk-5.8/vtkABI.h
+
+/usr/include/vtk-5.8/vtkAbstractArray.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkVariant.h
+/usr/include/vtk-5.8/vtkVariant.h
+
+/usr/include/vtk-5.8/vtkAbstractMapper.h
+vtkAlgorithm.h
+/usr/include/vtk-5.8/vtkAlgorithm.h
+
+/usr/include/vtk-5.8/vtkAbstractMapper3D.h
+vtkAbstractMapper.h
+/usr/include/vtk-5.8/vtkAbstractMapper.h
+
+/usr/include/vtk-5.8/vtkActor.h
+vtkProp3D.h
+/usr/include/vtk-5.8/vtkProp3D.h
+
+/usr/include/vtk-5.8/vtkActor2D.h
+vtkProp.h
+/usr/include/vtk-5.8/vtkProp.h
+vtkCoordinate.h
+/usr/include/vtk-5.8/vtkCoordinate.h
+
+/usr/include/vtk-5.8/vtkActorCollection.h
+vtkPropCollection.h
+/usr/include/vtk-5.8/vtkPropCollection.h
+vtkActor.h
+/usr/include/vtk-5.8/vtkActor.h
+
+/usr/include/vtk-5.8/vtkAlgorithm.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkAlgorithmOutput.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkAppendPolyData.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkArrayIterator.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+vtkArrayIterator.h
+/usr/include/vtk-5.8/vtkArrayIterator.h
+vtkArrayIteratorTemplateImplicit.txx
+/usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx
+
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx
+vtkArrayIteratorTemplate.h
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+vtkAbstractArray.h
+/usr/include/vtk-5.8/vtkAbstractArray.h
+vtkObjectFactory.h
+/usr/include/vtk-5.8/vtkObjectFactory.h
+
+/usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx
+vtkArrayIteratorTemplate.txx
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx
+
+/usr/include/vtk-5.8/vtkCell.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkIdList.h
+/usr/include/vtk-5.8/vtkIdList.h
+vtkCellType.h
+/usr/include/vtk-5.8/vtkCellType.h
+
+/usr/include/vtk-5.8/vtkCellArray.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkIdTypeArray.h
+/usr/include/vtk-5.8/vtkIdTypeArray.h
+vtkCell.h
+/usr/include/vtk-5.8/vtkCell.h
+
+/usr/include/vtk-5.8/vtkCellData.h
+vtkDataSetAttributes.h
+/usr/include/vtk-5.8/vtkDataSetAttributes.h
+
+/usr/include/vtk-5.8/vtkCellLinks.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkCellType.h
+
+/usr/include/vtk-5.8/vtkCellTypes.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkIntArray.h
+/usr/include/vtk-5.8/vtkIntArray.h
+vtkUnsignedCharArray.h
+/usr/include/vtk-5.8/vtkUnsignedCharArray.h
+vtkCellType.h
+/usr/include/vtk-5.8/vtkCellType.h
+
+/usr/include/vtk-5.8/vtkCollection.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkCommand.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+vtkDebugLeaksManager.h
+/usr/include/vtk-5.8/vtkDebugLeaksManager.h
+
+/usr/include/vtk-5.8/vtkConfigure.h
+
+/usr/include/vtk-5.8/vtkCoordinate.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkAbstractArray.h
+/usr/include/vtk-5.8/vtkAbstractArray.h
+
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplateImplicit.txx
+/usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx
+
+/usr/include/vtk-5.8/vtkDataArrayTemplate.txx
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+vtkArrayIteratorTemplate.h
+/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+vtkIdList.h
+/usr/include/vtk-5.8/vtkIdList.h
+vtkInformation.h
+/usr/include/vtk-5.8/vtkInformation.h
+vtkInformationDoubleVectorKey.h
+/usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h
+vtkInformationInformationVectorKey.h
+/usr/include/vtk-5.8/vtkInformationInformationVectorKey.h
+vtkInformationVector.h
+/usr/include/vtk-5.8/vtkInformationVector.h
+vtkSortDataArray.h
+/usr/include/vtk-5.8/vtkSortDataArray.h
+vtkTypeTraits.h
+/usr/include/vtk-5.8/vtkTypeTraits.h
+vtkstd/new
+-
+vtkstd/exception
+-
+vtkstd/utility
+-
+vtkstd/algorithm
+-
+vtkstd/map
+-
+
+/usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx
+vtkDataArrayTemplate.txx
+/usr/include/vtk-5.8/vtkDataArrayTemplate.txx
+
+/usr/include/vtk-5.8/vtkDataObject.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkDataSet.h
+vtkDataObject.h
+/usr/include/vtk-5.8/vtkDataObject.h
+
+/usr/include/vtk-5.8/vtkDataSetAttributes.h
+vtkFieldData.h
+/usr/include/vtk-5.8/vtkFieldData.h
+
+/usr/include/vtk-5.8/vtkDataSetMapper.h
+vtkMapper.h
+/usr/include/vtk-5.8/vtkMapper.h
+
+/usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkDebugLeaksManager.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkFieldData.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkAbstractArray.h
+/usr/include/vtk-5.8/vtkAbstractArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+
+/usr/include/vtk-5.8/vtkFloatArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+
+/usr/include/vtk-5.8/vtkFollower.h
+vtkActor.h
+/usr/include/vtk-5.8/vtkActor.h
+
+/usr/include/vtk-5.8/vtkIOStream.h
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkConfigure.h
+vtkWin32Header.h
+/usr/include/vtk-5.8/vtkWin32Header.h
+iostream
+-
+fstream
+-
+iomanip
+-
+vtkWinCE.h
+/usr/include/vtk-5.8/vtkWinCE.h
+iostream.h
+-
+iomanip.h
+-
+fstream.h
+-
+strstream
+-
+strstrea.h
+-
+strstream.h
+-
+
+/usr/include/vtk-5.8/vtkIOStreamFwd.h
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkConfigure.h
+iosfwd
+-
+iosfwd.h
+-
+
+/usr/include/vtk-5.8/vtkIdList.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkIdTypeArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+
+/usr/include/vtk-5.8/vtkImageAlgorithm.h
+vtkAlgorithm.h
+/usr/include/vtk-5.8/vtkAlgorithm.h
+
+/usr/include/vtk-5.8/vtkIndent.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkInformation.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h
+vtkInformationKey.h
+/usr/include/vtk-5.8/vtkInformationKey.h
+vtkCommonInformationKeyManager.h
+/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+
+/usr/include/vtk-5.8/vtkInformationInformationVectorKey.h
+vtkInformationKey.h
+/usr/include/vtk-5.8/vtkInformationKey.h
+vtkCommonInformationKeyManager.h
+/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+
+/usr/include/vtk-5.8/vtkInformationKey.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkInformationVector.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkIntArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+
+/usr/include/vtk-5.8/vtkInteractorObserver.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkInteractorStyle.h
+vtkInteractorObserver.h
+/usr/include/vtk-5.8/vtkInteractorObserver.h
+
+/usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h
+vtkInteractorStyleTrackballCamera.h
+/usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h
+
+/usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h
+vtkInteractorStyle.h
+/usr/include/vtk-5.8/vtkInteractorStyle.h
+
+/usr/include/vtk-5.8/vtkLODActor.h
+vtkActor.h
+/usr/include/vtk-5.8/vtkActor.h
+
+/usr/include/vtk-5.8/vtkLeaderActor2D.h
+vtkActor2D.h
+/usr/include/vtk-5.8/vtkActor2D.h
+
+/usr/include/vtk-5.8/vtkLineSource.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkMapper.h
+vtkAbstractMapper3D.h
+/usr/include/vtk-5.8/vtkAbstractMapper3D.h
+vtkScalarsToColors.h
+/usr/include/vtk-5.8/vtkScalarsToColors.h
+
+/usr/include/vtk-5.8/vtkMath.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkPolynomialSolversUnivariate.h
+/usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h
+assert.h
+-
+
+/usr/include/vtk-5.8/vtkMatrix4x4.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkOStrStreamWrapper.h
+
+/usr/include/vtk-5.8/vtkOStreamWrapper.h
+
+/usr/include/vtk-5.8/vtkObject.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+vtkSetGet.h
+/usr/include/vtk-5.8/vtkSetGet.h
+vtkTimeStamp.h
+/usr/include/vtk-5.8/vtkTimeStamp.h
+vtkWeakPointerBase.h
+/usr/include/vtk-5.8/vtkWeakPointerBase.h
+
+/usr/include/vtk-5.8/vtkObjectBase.h
+vtkIndent.h
+/usr/include/vtk-5.8/vtkIndent.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkObjectFactory.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkPointData.h
+vtkDataSetAttributes.h
+/usr/include/vtk-5.8/vtkDataSetAttributes.h
+
+/usr/include/vtk-5.8/vtkPointSet.h
+vtkDataSet.h
+/usr/include/vtk-5.8/vtkDataSet.h
+vtkPoints.h
+/usr/include/vtk-5.8/vtkPoints.h
+
+/usr/include/vtk-5.8/vtkPoints.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+
+/usr/include/vtk-5.8/vtkPolyData.h
+vtkPointSet.h
+/usr/include/vtk-5.8/vtkPointSet.h
+vtkCellTypes.h
+/usr/include/vtk-5.8/vtkCellTypes.h
+vtkCellLinks.h
+/usr/include/vtk-5.8/vtkCellLinks.h
+
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+vtkAlgorithm.h
+/usr/include/vtk-5.8/vtkAlgorithm.h
+vtkPolyData.h
+/usr/include/vtk-5.8/vtkPolyData.h
+
+/usr/include/vtk-5.8/vtkPolyDataMapper.h
+vtkMapper.h
+/usr/include/vtk-5.8/vtkMapper.h
+vtkTexture.h
+/usr/include/vtk-5.8/vtkTexture.h
+
+/usr/include/vtk-5.8/vtkPolyLine.h
+vtkCell.h
+/usr/include/vtk-5.8/vtkCell.h
+
+/usr/include/vtk-5.8/vtkPolygon.h
+vtkCell.h
+/usr/include/vtk-5.8/vtkCell.h
+
+/usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkProp.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkProp3D.h
+vtkProp.h
+/usr/include/vtk-5.8/vtkProp.h
+
+/usr/include/vtk-5.8/vtkPropCollection.h
+vtkCollection.h
+/usr/include/vtk-5.8/vtkCollection.h
+vtkProp.h
+/usr/include/vtk-5.8/vtkProp.h
+
+/usr/include/vtk-5.8/vtkProperty.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkProperty2D.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkRenderer.h
+vtkViewport.h
+/usr/include/vtk-5.8/vtkViewport.h
+vtkVolumeCollection.h
+/usr/include/vtk-5.8/vtkVolumeCollection.h
+vtkActorCollection.h
+/usr/include/vtk-5.8/vtkActorCollection.h
+
+/usr/include/vtk-5.8/vtkRendererCollection.h
+vtkCollection.h
+/usr/include/vtk-5.8/vtkCollection.h
+vtkRenderer.h
+/usr/include/vtk-5.8/vtkRenderer.h
+
+/usr/include/vtk-5.8/vtkScalarsToColors.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkSetGet.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+math.h
+-
+
+/usr/include/vtk-5.8/vtkSmartPointer.h
+vtkSmartPointerBase.h
+/usr/include/vtk-5.8/vtkSmartPointerBase.h
+
+/usr/include/vtk-5.8/vtkSmartPointerBase.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+
+/usr/include/vtk-5.8/vtkSortDataArray.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkSphereSource.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkStdString.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+vtkstd/string
+-
+
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+vtkWin32Header.h
+/usr/include/vtk-5.8/vtkWin32Header.h
+vtkIOStreamFwd.h
+/usr/include/vtk-5.8/vtkIOStreamFwd.h
+vtkIOStream.h
+/usr/include/vtk-5.8/vtkIOStream.h
+vtkType.h
+/usr/include/vtk-5.8/vtkType.h
+vtkOStreamWrapper.h
+/usr/include/vtk-5.8/vtkOStreamWrapper.h
+vtkOStrStreamWrapper.h
+/usr/include/vtk-5.8/vtkOStrStreamWrapper.h
+stdio.h
+-
+stdlib.h
+-
+string.h
+-
+mem.h
+-
+search.h
+-
+
+/usr/include/vtk-5.8/vtkTextProperty.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkTexture.h
+vtkImageAlgorithm.h
+/usr/include/vtk-5.8/vtkImageAlgorithm.h
+
+/usr/include/vtk-5.8/vtkTimeStamp.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkType.h
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkConfigure.h
+
+/usr/include/vtk-5.8/vtkTypeTraits.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+
+/usr/include/vtk-5.8/vtkUnicodeString.h
+vtkSystemIncludes.h
+-
+vtkstd/string
+-
+vtkstd/vector
+-
+
+/usr/include/vtk-5.8/vtkUnsignedCharArray.h
+vtkDataArray.h
+/usr/include/vtk-5.8/vtkDataArray.h
+vtkDataArrayTemplate.h
+/usr/include/vtk-5.8/vtkDataArrayTemplate.h
+
+/usr/include/vtk-5.8/vtkUnstructuredGrid.h
+vtkPointSet.h
+/usr/include/vtk-5.8/vtkPointSet.h
+
+/usr/include/vtk-5.8/vtkVariant.h
+vtkType.h
+/usr/include/vtk-5.8/vtkType.h
+vtkSystemIncludes.h
+/usr/include/vtk-5.8/vtkSystemIncludes.h
+vtkSetGet.h
+/usr/include/vtk-5.8/vtkSetGet.h
+vtkStdString.h
+/usr/include/vtk-5.8/vtkStdString.h
+vtkUnicodeString.h
+/usr/include/vtk-5.8/vtkUnicodeString.h
+vtkVariantInlineOperators.h
+/usr/include/vtk-5.8/vtkVariantInlineOperators.h
+
+/usr/include/vtk-5.8/vtkVariantInlineOperators.h
+climits
+-
+
+/usr/include/vtk-5.8/vtkVectorText.h
+vtkPolyDataAlgorithm.h
+/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+
+/usr/include/vtk-5.8/vtkVersion.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+vtksys/DateStamp.h
+-
+
+/usr/include/vtk-5.8/vtkViewport.h
+vtkObject.h
+/usr/include/vtk-5.8/vtkObject.h
+
+/usr/include/vtk-5.8/vtkVolume.h
+vtkProp3D.h
+/usr/include/vtk-5.8/vtkProp3D.h
+
+/usr/include/vtk-5.8/vtkVolumeCollection.h
+vtkPropCollection.h
+/usr/include/vtk-5.8/vtkPropCollection.h
+vtkVolume.h
+/usr/include/vtk-5.8/vtkVolume.h
+
+/usr/include/vtk-5.8/vtkWeakPointerBase.h
+vtkObjectBase.h
+/usr/include/vtk-5.8/vtkObjectBase.h
+
+/usr/include/vtk-5.8/vtkWin32Header.h
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkConfigure.h
+vtkABI.h
+/usr/include/vtk-5.8/vtkABI.h
+windows.h
+-
+
+/usr/include/vtk-5.8/vtkstd/algorithm
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+algorithm
+-
+
+/usr/include/vtk-5.8/vtkstd/exception
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+exception
+-
+
+/usr/include/vtk-5.8/vtkstd/map
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+map
+-
+
+/usr/include/vtk-5.8/vtkstd/new
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+new
+-
+
+/usr/include/vtk-5.8/vtkstd/string
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+string
+-
+
+/usr/include/vtk-5.8/vtkstd/utility
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+utility
+-
+
+/usr/include/vtk-5.8/vtkstd/vector
+vtkConfigure.h
+/usr/include/vtk-5.8/vtkstd/vtkConfigure.h
+vector
+-
+
+/usr/include/vtk-5.8/vtksys/DateStamp.h
+
+/usr/local/include/pcl-1.8/pcl/ModelCoefficients.h
+string
+-
+vector
+-
+ostream
+-
+pcl/PCLHeader.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PCLHeader.h
+string
+-
+vector
+-
+boost/shared_ptr.hpp
+-
+pcl/pcl_macros.h
+-
+ostream
+-
+
+/usr/local/include/pcl-1.8/pcl/PCLImage.h
+string
+-
+vector
+-
+ostream
+-
+pcl/PCLHeader.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h
+string
+-
+vector
+-
+ostream
+-
+boost/detail/endian.hpp
+-
+pcl/PCLHeader.h
+-
+pcl/PCLPointField.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PCLPointField.h
+string
+-
+vector
+-
+ostream
+-
+boost/shared_ptr.hpp
+-
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PointIndices.h
+string
+-
+vector
+-
+ostream
+-
+pcl/PCLHeader.h
+-
+
+/usr/local/include/pcl-1.8/pcl/PolygonMesh.h
+string
+-
+vector
+-
+ostream
+-
+pcl/PCLHeader.h
+-
+pcl/PCLPointCloud2.h
+-
+pcl/Vertices.h
+-
+
+/usr/local/include/pcl-1.8/pcl/TextureMesh.h
+Eigen/Core
+-
+string
+-
+pcl/PCLPointCloud2.h
+-
+pcl/Vertices.h
+-
+
+/usr/local/include/pcl-1.8/pcl/Vertices.h
+string
+-
+vector
+-
+ostream
+-
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/cloud_iterator.h
+pcl/point_cloud.h
+-
+pcl/PointIndices.h
+-
+pcl/correspondence.h
+-
+pcl/impl/cloud_iterator.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/centroid.h
+pcl/point_cloud.h
+-
+pcl/point_traits.h
+-
+pcl/PointIndices.h
+-
+pcl/cloud_iterator.h
+-
+pcl/common/impl/accumulators.hpp
+-
+pcl/common/impl/centroid.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/colors.h
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/common.h
+pcl/pcl_base.h
+-
+cfloat
+-
+pcl/common/impl/common.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/concatenate.h
+pcl/conversions.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/copy_point.h
+pcl/common/impl/copy_point.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/distances.h
+pcl/common/common.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/eigen.h
+cmath
+-
+pcl/ModelCoefficients.h
+-
+Eigen/StdVector
+-
+Eigen/Core
+-
+Eigen/Eigenvalues
+-
+Eigen/Geometry
+-
+Eigen/SVD
+-
+Eigen/LU
+-
+Eigen/Dense
+-
+Eigen/Eigenvalues
+-
+pcl/common/impl/eigen.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/geometry.h
+Eigen/Core
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp
+map
+-
+boost/mpl/filter_view.hpp
+-
+boost/fusion/include/mpl.hpp
+-
+boost/fusion/include/for_each.hpp
+-
+boost/fusion/include/as_vector.hpp
+-
+pcl/point_types.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp
+pcl/common/centroid.h
+-
+pcl/conversions.h
+-
+boost/mpl/size.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/common.hpp
+pcl/point_types.h
+-
+pcl/common/common.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp
+pcl/point_types.h
+-
+pcl/point_traits.h
+-
+pcl/for_each_type.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp
+pcl/console/print.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/io.hpp
+pcl/common/concatenate.h
+-
+pcl/common/copy_point.h
+-
+pcl/point_types.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp
+pcl/cloud_iterator.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp
+
+/usr/local/include/pcl-1.8/pcl/common/io.h
+string
+-
+pcl/pcl_base.h
+-
+pcl/PointIndices.h
+-
+pcl/conversions.h
+-
+pcl/exceptions.h
+-
+locale
+-
+pcl/common/impl/io.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/point_operators.h
+
+/usr/local/include/pcl-1.8/pcl/common/point_tests.h
+Eigen/src/StlSupport/details.h
+-
+
+/usr/local/include/pcl-1.8/pcl/common/projection_matrix.h
+pcl/common/eigen.h
+-
+pcl/console/print.h
+-
+pcl/common/impl/projection_matrix.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/time.h
+cmath
+-
+queue
+-
+string
+-
+boost/date_time/posix_time/posix_time.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/common/transforms.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/common/centroid.h
+-
+pcl/common/eigen.h
+-
+pcl/PointIndices.h
+-
+pcl/common/impl/transforms.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/console/parse.h
+vector
+-
+sstream
+-
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/console/print.h
+stdio.h
+-
+stdarg.h
+-
+pcl/pcl_exports.h
+-
+pcl/pcl_config.h
+-
+
+/usr/local/include/pcl-1.8/pcl/conversions.h
+pcl/PCLPointField.h
+-
+pcl/PCLPointCloud2.h
+-
+pcl/PCLImage.h
+-
+pcl/point_cloud.h
+-
+pcl/point_traits.h
+-
+pcl/for_each_type.h
+-
+pcl/exceptions.h
+-
+pcl/console/print.h
+-
+boost/foreach.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/correspondence.h
+boost/shared_ptr.hpp
+-
+Eigen/StdVector
+-
+Eigen/Geometry
+-
+pcl/pcl_exports.h
+-
+
+/usr/local/include/pcl-1.8/pcl/exceptions.h
+stdexcept
+-
+sstream
+-
+pcl/pcl_macros.h
+-
+boost/current_function.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/features/feature.h
+boost/function.hpp
+-
+boost/bind.hpp
+-
+pcl/pcl_base.h
+-
+pcl/search/search.h
+-
+pcl/features/impl/feature.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp
+pcl/search/pcl_search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp
+pcl/features/normal_3d.h
+-
+
+/usr/local/include/pcl-1.8/pcl/features/normal_3d.h
+pcl/features/feature.h
+-
+pcl/common/centroid.h
+-
+pcl/features/impl/normal_3d.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/boost.h
+boost/random.hpp
+-
+boost/random/normal_distribution.hpp
+-
+boost/shared_ptr.hpp
+-
+boost/make_shared.hpp
+-
+boost/dynamic_bitset.hpp
+-
+boost/mpl/size.hpp
+-
+boost/unordered_map.hpp
+-
+boost/fusion/sequence/intrinsic/at_key.hpp
+-
+boost/bind.hpp
+-
+boost/function.hpp
+-
+boost/optional.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/extract_indices.h
+pcl/filters/filter_indices.h
+-
+pcl/filters/impl/extract_indices.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/filter.h
+pcl/pcl_base.h
+-
+pcl/common/io.h
+-
+pcl/conversions.h
+-
+pcl/filters/boost.h
+-
+cfloat
+-
+pcl/PointIndices.h
+-
+pcl/filters/impl/filter.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/filter_indices.h
+pcl/filters/filter.h
+-
+pcl/filters/impl/filter_indices.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp
+pcl/filters/extract_indices.h
+-
+pcl/common/io.h
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp
+pcl/pcl_macros.h
+-
+pcl/filters/filter.h
+-
+
+/usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp
+pcl/pcl_macros.h
+-
+pcl/filters/filter_indices.h
+-
+
+/usr/local/include/pcl-1.8/pcl/for_each_type.h
+boost/mpl/is_sequence.hpp
+-
+boost/mpl/begin_end.hpp
+-
+boost/mpl/next_prior.hpp
+-
+boost/mpl/deref.hpp
+-
+boost/mpl/assert.hpp
+-
+boost/mpl/remove_if.hpp
+-
+boost/mpl/contains.hpp
+-
+boost/mpl/not.hpp
+-
+boost/mpl/aux_/unwrap.hpp
+-
+boost/type_traits/is_same.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h
+pcl/common/eigen.h
+-
+pcl/point_cloud.h
+-
+pcl/ModelCoefficients.h
+-
+
+/usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp
+pcl/cloud_iterator.h
+-
+
+/usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp
+pcl/pcl_config.h
+-
+boost/preprocessor/seq/for_each.hpp
+-
+boost/preprocessor/seq/for_each_product.hpp
+-
+boost/preprocessor/seq/to_tuple.hpp
+-
+boost/preprocessor/cat.hpp
+-
+boost/preprocessor/expand.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp
+pcl/pcl_base.h
+-
+pcl/console/print.h
+-
+cstddef
+-
+
+/usr/local/include/pcl-1.8/pcl/impl/point_types.hpp
+Eigen/Core
+-
+ostream
+-
+pcl/common/point_tests.h
+-
+
+/usr/local/include/pcl-1.8/pcl/io/boost.h
+boost/version.hpp
+-
+boost/numeric/conversion/cast.hpp
+-
+boost/thread/mutex.hpp
+-
+boost/thread/condition.hpp
+-
+boost/thread.hpp
+-
+boost/thread/thread.hpp
+-
+boost/filesystem.hpp
+-
+boost/bind.hpp
+-
+boost/cstdint.hpp
+-
+boost/function.hpp
+-
+boost/tuple/tuple.hpp
+-
+boost/shared_ptr.hpp
+-
+boost/weak_ptr.hpp
+-
+boost/mpl/fold.hpp
+-
+boost/mpl/inherit.hpp
+-
+boost/mpl/inherit_linearly.hpp
+-
+boost/mpl/joint_view.hpp
+-
+boost/mpl/transform.hpp
+-
+boost/mpl/vector.hpp
+-
+boost/algorithm/string.hpp
+-
+boost/date_time/posix_time/posix_time.hpp
+-
+boost/chrono.hpp
+-
+boost/tokenizer.hpp
+-
+boost/foreach.hpp
+-
+boost/shared_array.hpp
+-
+boost/interprocess/sync/file_lock.hpp
+-
+boost/interprocess/permissions.hpp
+-
+boost/iostreams/device/mapped_file.hpp
+-
+boost/signals2.hpp
+-
+boost/signals2/slot.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/io/file_io.h
+pcl/pcl_macros.h
+-
+pcl/common/io.h
+-
+pcl/io/boost.h
+-
+cmath
+-
+sstream
+-
+pcl/PolygonMesh.h
+-
+pcl/TextureMesh.h
+-
+
+/usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp
+fstream
+-
+fcntl.h
+-
+string
+-
+stdlib.h
+-
+pcl/io/boost.h
+-
+pcl/console/print.h
+-
+pcl/io/pcd_io.h
+-
+io.h
+-
+windows.h
+-
+sys/mman.h
+-
+pcl/io/lzf.h
+-
+
+/usr/local/include/pcl-1.8/pcl/io/lzf.h
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/io/pcd_io.h
+pcl/point_cloud.h
+-
+pcl/io/file_io.h
+-
+pcl/io/impl/pcd_io.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/kdtree/flann.h
+flann/flann.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp
+cstdio
+-
+pcl/kdtree/kdtree_flann.h
+-
+pcl/kdtree/flann.h
+-
+pcl/console/print.h
+-
+
+/usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h
+limits.h
+-
+pcl/pcl_macros.h
+-
+pcl/point_cloud.h
+-
+pcl/point_representation.h
+-
+pcl/common/io.h
+-
+pcl/common/copy_point.h
+-
+
+/usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h
+pcl/kdtree/kdtree.h
+-
+pcl/kdtree/flann.h
+-
+boost/shared_array.hpp
+-
+pcl/kdtree/impl/kdtree_flann.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/boost.h
+boost/graph/adjacency_list.hpp
+-
+boost/function.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp
+vector
+-
+pcl/impl/instantiate.hpp
+-
+pcl/point_types.h
+-
+pcl/octree/octree.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp
+vector
+-
+assert.h
+-
+pcl/common/common.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp
+vector
+-
+assert.h
+-
+pcl/common/common.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp
+pcl/octree/octree_pointcloud_adjacency.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp
+pcl/octree/octree_pointcloud_voxelcentroid.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/common/common.h
+-
+assert.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree.h
+pcl/octree/octree_base.h
+-
+pcl/octree/octree2buf_base.h
+-
+pcl/octree/octree_iterator.h
+-
+pcl/octree/octree_pointcloud.h
+-
+pcl/octree/octree_pointcloud_density.h
+-
+pcl/octree/octree_pointcloud_occupancy.h
+-
+pcl/octree/octree_pointcloud_singlepoint.h
+-
+pcl/octree/octree_pointcloud_pointvector.h
+-
+pcl/octree/octree_pointcloud_changedetector.h
+-
+pcl/octree/octree_pointcloud_voxelcentroid.h
+-
+pcl/octree/octree_search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h
+vector
+-
+octree_nodes.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+octree_container.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+octree_key.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+octree_iterator.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+stdio.h
+-
+string.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_base.h
+cstddef
+-
+vector
+-
+octree_nodes.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+octree_container.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+octree_key.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+octree_iterator.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+string.h
+-
+vector
+-
+cstddef
+-
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_impl.h
+pcl/octree/octree.h
+-
+pcl/octree/impl/octree_base.hpp
+-
+pcl/octree/impl/octree2buf_base.hpp
+-
+pcl/octree/impl/octree_pointcloud.hpp
+-
+pcl/octree/impl/octree_iterator.hpp
+-
+pcl/octree/impl/octree_search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+cstddef
+-
+vector
+-
+deque
+-
+octree_nodes.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+octree_key.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+iterator
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+string
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+cstddef
+-
+assert.h
+-
+cstring
+-
+string.h
+-
+Eigen/Core
+-
+pcl/pcl_macros.h
+-
+octree_container.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+octree_base.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_base.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+queue
+-
+vector
+-
+algorithm
+-
+iostream
+-
+pcl/octree/impl/octree_pointcloud.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h
+pcl/console/print.h
+-
+pcl/common/geometry.h
+-
+pcl/octree/boost.h
+-
+pcl/octree/octree_impl.h
+-
+pcl/octree/octree_pointcloud_adjacency_container.h
+-
+set
+-
+list
+-
+pcl/octree/impl/octree_pointcloud_adjacency.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+pcl/common/point_operators.h
+-
+pcl/point_types.h
+-
+pcl/register_point_struct.h
+-
+pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/octree/octree_search.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+octree_pointcloud.h
+/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+pcl/octree/impl/octree_search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/pcl_base.h
+pcl/pcl_macros.h
+-
+boost/shared_ptr.hpp
+-
+Eigen/StdVector
+-
+Eigen/Core
+-
+pcl/point_cloud.h
+-
+pcl/PointIndices.h
+-
+pcl/PCLPointCloud2.h
+-
+pcl/impl/pcl_base.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/pcl_config.h
+
+/usr/local/include/pcl-1.8/pcl/pcl_exports.h
+
+/usr/local/include/pcl-1.8/pcl/pcl_macros.h
+pcl/pcl_config.h
+-
+boost/cstdint.hpp
+-
+cstdlib
+-
+iostream
+-
+stdarg.h
+-
+stdio.h
+-
+math.h
+-
+math.h
+-
+cmath
+-
+cmath
+-
+stdio.h
+-
+math.h
+-
+
+/usr/local/include/pcl-1.8/pcl/point_cloud.h
+Eigen/StdVector
+-
+Eigen/Geometry
+-
+pcl/PCLHeader.h
+-
+pcl/exceptions.h
+-
+pcl/point_traits.h
+-
+
+/usr/local/include/pcl-1.8/pcl/point_representation.h
+pcl/point_types.h
+-
+pcl/pcl_macros.h
+-
+pcl/for_each_type.h
+-
+
+/usr/local/include/pcl-1.8/pcl/point_traits.h
+pcl/pcl_macros.h
+/usr/local/include/pcl-1.8/pcl/pcl/pcl_macros.h
+pcl/PCLPointField.h
+-
+boost/type_traits/remove_all_extents.hpp
+-
+boost/type_traits/is_same.hpp
+-
+boost/mpl/assert.hpp
+-
+boost/mpl/bool.hpp
+-
+Eigen/Core
+-
+Eigen/src/StlSupport/details.h
+-
+
+/usr/local/include/pcl-1.8/pcl/point_types.h
+pcl/pcl_macros.h
+-
+bitset
+-
+pcl/register_point_struct.h
+-
+boost/mpl/contains.hpp
+-
+boost/mpl/fold.hpp
+-
+boost/mpl/vector.hpp
+-
+pcl/impl/point_types.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/register_point_struct.h
+pcl/pcl_macros.h
+-
+pcl/point_traits.h
+-
+boost/mpl/vector.hpp
+-
+boost/preprocessor/seq/enum.hpp
+-
+boost/preprocessor/seq/for_each.hpp
+-
+boost/preprocessor/seq/transform.hpp
+-
+boost/preprocessor/cat.hpp
+-
+boost/preprocessor/comparison.hpp
+-
+boost/utility.hpp
+-
+boost/type_traits.hpp
+-
+stddef.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h
+boost/random.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h
+Eigen/Core
+-
+unsupported/Eigen/NonLinearOptimization
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp
+pcl/sample_consensus/lmeds.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp
+pcl/sample_consensus/mlesac.h
+-
+pcl/point_types.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp
+pcl/sample_consensus/msac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp
+boost/math/distributions/binomial.hpp
+-
+pcl/sample_consensus/prosac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp
+pcl/sample_consensus/ransac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp
+pcl/sample_consensus/rmsac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp
+pcl/sample_consensus/rransac.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_circle.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_circle3d.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_cone.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_cylinder.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp
+pcl/sample_consensus/sac_model_line.h
+-
+pcl/common/centroid.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp
+pcl/sample_consensus/sac_model_normal_parallel_plane.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp
+pcl/sample_consensus/sac_model_normal_plane.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp
+pcl/sample_consensus/sac_model_normal_sphere.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp
+pcl/common/common.h
+-
+pcl/sample_consensus/sac_model_parallel_line.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp
+pcl/sample_consensus/sac_model_parallel_plane.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp
+pcl/sample_consensus/sac_model_perpendicular_plane.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/common/centroid.h
+-
+pcl/common/eigen.h
+-
+pcl/common/concatenate.h
+-
+pcl/point_types.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp
+pcl/sample_consensus/eigen.h
+-
+pcl/sample_consensus/sac_model_sphere.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp
+pcl/sample_consensus/sac_model_stick.h
+-
+pcl/common/centroid.h
+-
+pcl/common/concatenate.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/lmeds.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/mlesac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h
+map
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h
+algorithm
+-
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/msac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/prosac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/ransac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h
+algorithm
+-
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/rmsac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/impl/rransac.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h
+pcl/sample_consensus/boost.h
+-
+pcl/sample_consensus/sac_model.h
+-
+ctime
+-
+set
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h
+cfloat
+-
+ctime
+-
+limits.h
+-
+set
+-
+pcl/console/print.h
+-
+pcl/point_cloud.h
+-
+pcl/sample_consensus/boost.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/search/search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_circle.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_circle3d.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/pcl_macros.h
+-
+pcl/common/common.h
+-
+pcl/common/distances.h
+-
+limits.h
+-
+pcl/sample_consensus/impl/sac_model_cone.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/pcl_macros.h
+-
+pcl/common/common.h
+-
+pcl/common/distances.h
+-
+pcl/sample_consensus/impl/sac_model_cylinder.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/common/eigen.h
+-
+pcl/sample_consensus/impl/sac_model_line.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h
+pcl/sample_consensus/sac_model_normal_plane.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/sample_consensus/sac_model_perpendicular_plane.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_normal_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/sac_model_sphere.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/common/common.h
+-
+pcl/sample_consensus/impl/sac_model_normal_sphere.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h
+pcl/sample_consensus/sac_model_line.h
+-
+pcl/sample_consensus/impl/sac_model_parallel_line.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/common/common.h
+-
+pcl/sample_consensus/impl/sac_model_parallel_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/common/common.h
+-
+pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_plane.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/impl/sac_model_sphere.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/common/eigen.h
+-
+pcl/sample_consensus/impl/sac_model_stick.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp
+pcl/search/kdtree.h
+-
+pcl/search/impl/search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp
+pcl/search/organized.h
+-
+pcl/common/eigen.h
+-
+pcl/common/time.h
+-
+Eigen/Eigenvalues
+-
+
+/usr/local/include/pcl-1.8/pcl/search/impl/search.hpp
+pcl/search/search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/search/kdtree.h
+pcl/search/search.h
+-
+pcl/kdtree/kdtree_flann.h
+-
+pcl/search/impl/kdtree.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/octree.h
+pcl/search/search.h
+-
+pcl/octree/octree_search.h
+-
+pcl/octree/impl/octree_search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/organized.h
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/search/search.h
+-
+pcl/common/eigen.h
+-
+algorithm
+-
+queue
+-
+vector
+-
+pcl/common/projection_matrix.h
+-
+pcl/search/impl/organized.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/search/pcl_search.h
+pcl/search/search.h
+-
+pcl/search/kdtree.h
+-
+pcl/search/octree.h
+-
+pcl/search/organized.h
+-
+
+/usr/local/include/pcl-1.8/pcl/search/search.h
+pcl/point_cloud.h
+-
+pcl/for_each_type.h
+-
+pcl/common/concatenate.h
+-
+pcl/common/copy_point.h
+-
+pcl/search/impl/search.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/boost.h
+boost/version.hpp
+-
+boost/make_shared.hpp
+-
+boost/graph/adjacency_list.hpp
+-
+boost/multi_array.hpp
+-
+boost/ptr_container/ptr_list.hpp
+-
+boost/graph/boykov_kolmogorov_max_flow.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h
+pcl/pcl_base.h
+-
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/segmentation/impl/extract_polygonal_prism_data.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp
+pcl/segmentation/extract_polygonal_prism_data.h
+-
+pcl/common/centroid.h
+-
+pcl/common/eigen.h
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp
+pcl/segmentation/lccp_segmentation.h
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp
+pcl/segmentation/sac_segmentation.h
+-
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/lmeds.h
+-
+pcl/sample_consensus/mlesac.h
+-
+pcl/sample_consensus/msac.h
+-
+pcl/sample_consensus/ransac.h
+-
+pcl/sample_consensus/rmsac.h
+-
+pcl/sample_consensus/rransac.h
+-
+pcl/sample_consensus/prosac.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/sample_consensus/sac_model_circle.h
+-
+pcl/sample_consensus/sac_model_circle3d.h
+-
+pcl/sample_consensus/sac_model_cone.h
+-
+pcl/sample_consensus/sac_model_cylinder.h
+-
+pcl/sample_consensus/sac_model_line.h
+-
+pcl/sample_consensus/sac_model_normal_plane.h
+-
+pcl/sample_consensus/sac_model_parallel_plane.h
+-
+pcl/sample_consensus/sac_model_normal_parallel_plane.h
+-
+pcl/sample_consensus/sac_model_parallel_line.h
+-
+pcl/sample_consensus/sac_model_perpendicular_plane.h
+-
+pcl/sample_consensus/sac_model_plane.h
+-
+pcl/sample_consensus/sac_model_sphere.h
+-
+pcl/sample_consensus/sac_model_normal_sphere.h
+-
+pcl/sample_consensus/sac_model_stick.h
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp
+pcl/segmentation/supervoxel_clustering.h
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h
+pcl/pcl_base.h
+-
+pcl/point_types.h
+-
+pcl/point_cloud.h
+-
+pcl/segmentation/supervoxel_clustering.h
+-
+pcl/segmentation/impl/lccp_segmentation.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h
+pcl/pcl_base.h
+-
+pcl/PointIndices.h
+-
+pcl/ModelCoefficients.h
+-
+pcl/sample_consensus/method_types.h
+-
+pcl/sample_consensus/sac.h
+-
+pcl/sample_consensus/model_types.h
+-
+pcl/sample_consensus/sac_model.h
+-
+pcl/search/search.h
+-
+pcl/segmentation/impl/sac_segmentation.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h
+pcl/features/normal_3d.h
+-
+pcl/pcl_base.h
+-
+pcl/point_cloud.h
+-
+pcl/point_types.h
+-
+pcl/octree/octree.h
+-
+pcl/octree/octree_pointcloud_adjacency.h
+-
+pcl/search/search.h
+-
+pcl/segmentation/boost.h
+-
+pcl/common/time.h
+-
+pcl/segmentation/impl/supervoxel_clustering.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/boost.h
+boost/bind.hpp
+-
+boost/function.hpp
+-
+boost/random.hpp
+-
+boost/unordered_map.hpp
+-
+boost/dynamic_bitset/dynamic_bitset.hpp
+-
+boost/shared_ptr.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/convex_hull.h
+pcl/pcl_config.h
+-
+pcl/surface/reconstruction.h
+-
+pcl/ModelCoefficients.h
+-
+pcl/PolygonMesh.h
+-
+pcl/surface/impl/convex_hull.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp
+pcl/pcl_config.h
+-
+pcl/surface/convex_hull.h
+-
+pcl/common/common.h
+-
+pcl/common/eigen.h
+-
+pcl/common/transforms.h
+-
+pcl/common/io.h
+-
+stdio.h
+-
+stdlib.h
+-
+pcl/surface/qhull.h
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp
+pcl/search/pcl_search.h
+-
+
+/usr/local/include/pcl-1.8/pcl/surface/qhull.h
+pcl/pcl_config.h
+-
+libqhull/libqhull.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/libqhull.h
+libqhull/mem.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/mem.h
+libqhull/qset.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/qset.h
+libqhull/geom.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/geom.h
+libqhull/merge.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/merge.h
+libqhull/poly.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/poly.h
+libqhull/io.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/io.h
+libqhull/stat.h
+/usr/local/include/pcl-1.8/pcl/surface/libqhull/stat.h
+qhull/qhull.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/qhull.h
+qhull/mem.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/mem.h
+qhull/qset.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/qset.h
+qhull/geom.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/geom.h
+qhull/merge.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/merge.h
+qhull/poly.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/poly.h
+qhull/io.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/io.h
+qhull/stat.h
+/usr/local/include/pcl-1.8/pcl/surface/qhull/stat.h
+
+/usr/local/include/pcl-1.8/pcl/surface/reconstruction.h
+pcl/pcl_base.h
+-
+pcl/PolygonMesh.h
+-
+pcl/search/pcl_search.h
+-
+pcl/conversions.h
+-
+pcl/surface/boost.h
+-
+pcl/surface/impl/reconstruction.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/boost.h
+boost/function.hpp
+-
+boost/shared_array.hpp
+-
+boost/signals2.hpp
+-
+boost/shared_ptr.hpp
+-
+boost/algorithm/string.hpp
+-
+boost/algorithm/string/split.hpp
+-
+boost/algorithm/string/classification.hpp
+-
+boost/thread.hpp
+-
+boost/bind.hpp
+-
+boost/unordered_map.hpp
+-
+boost/thread/mutex.hpp
+-
+boost/thread/thread.hpp
+-
+boost/foreach.hpp
+-
+boost/date_time/posix_time/posix_time.hpp
+-
+boost/filesystem.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h
+pcl/visualization/point_cloud_handlers.h
+-
+vector
+-
+map
+-
+pcl/PCLPointCloud2.h
+-
+boost/unordered_map.hpp
+-
+vtkLODActor.h
+-
+vtkSmartPointer.h
+-
+pcl/PCLPointCloud2.h
+-
+pcl/visualization/boost.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/common.h
+pcl/pcl_macros.h
+-
+pcl/visualization/eigen.h
+-
+vtkMatrix4x4.h
+-
+pcl/visualization/common/impl/common.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp
+vtkSmartPointer.h
+-
+vtkPoints.h
+-
+vtkPolygon.h
+-
+vtkUnstructuredGrid.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h
+map
+-
+string
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h
+pcl/ModelCoefficients.h
+-
+pcl/point_cloud.h
+-
+pcl/visualization/eigen.h
+-
+pcl/geometry/planar_polygon.h
+-
+pcl/visualization/common/impl/shapes.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/eigen.h
+Eigen/Geometry
+-
+Eigen/Dense
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp
+vtkVersion.h
+-
+vtkSmartPointer.h
+-
+vtkCellArray.h
+-
+vtkLeaderActor2D.h
+-
+vtkVectorText.h
+-
+vtkAlgorithmOutput.h
+-
+vtkFollower.h
+-
+vtkMath.h
+-
+vtkSphereSource.h
+-
+vtkProperty2D.h
+-
+vtkDataSetSurfaceFilter.h
+-
+vtkPointData.h
+-
+vtkPolyDataMapper.h
+-
+vtkProperty.h
+-
+vtkMapper.h
+-
+vtkCellData.h
+-
+vtkDataSetMapper.h
+-
+vtkRenderer.h
+-
+vtkRendererCollection.h
+-
+vtkAppendPolyData.h
+-
+vtkTextProperty.h
+-
+vtkLODActor.h
+-
+vtkLineSource.h
+-
+pcl/visualization/common/shapes.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp
+set
+-
+map
+-
+pcl/pcl_macros.h
+-
+pcl/common/colors.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp
+pcl/pcl_macros.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h
+pcl/console/print.h
+-
+pcl/visualization/common/actor_map.h
+-
+pcl/visualization/common/ren_win_interact_map.h
+-
+pcl/visualization/keyboard_event.h
+-
+pcl/visualization/mouse_event.h
+-
+pcl/visualization/point_picking_event.h
+-
+pcl/visualization/area_picking_event.h
+-
+boost/signals2/signal.hpp
+-
+vtkInteractorStyleRubberBandPick.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h
+string
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h
+pcl/visualization/keyboard_event.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h
+pcl/correspondence.h
+-
+pcl/ModelCoefficients.h
+-
+pcl/PolygonMesh.h
+-
+pcl/TextureMesh.h
+-
+pcl/console/print.h
+-
+pcl/visualization/common/actor_map.h
+-
+pcl/visualization/common/common.h
+-
+pcl/visualization/point_cloud_geometry_handlers.h
+-
+pcl/visualization/point_cloud_color_handlers.h
+-
+pcl/visualization/point_picking_event.h
+-
+pcl/visualization/area_picking_event.h
+-
+pcl/visualization/interactor_style.h
+-
+pcl/visualization/impl/pcl_visualizer.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h
+pcl/point_cloud.h
+-
+pcl/common/io.h
+-
+pcl/visualization/common/common.h
+-
+vtkSmartPointer.h
+-
+vtkDataArray.h
+-
+vtkFloatArray.h
+-
+vtkUnsignedCharArray.h
+-
+pcl/visualization/impl/point_cloud_color_handlers.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h
+pcl/point_cloud.h
+-
+pcl/common/io.h
+-
+vtkSmartPointer.h
+-
+vtkPoints.h
+-
+vtkFloatArray.h
+-
+pcl/visualization/impl/point_cloud_geometry_handlers.hpp
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h
+pcl/visualization/point_cloud_geometry_handlers.h
+-
+pcl/visualization/point_cloud_color_handlers.h
+-
+
+/usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h
+pcl/pcl_macros.h
+-
+vector
+-
+vtkCommand.h
+-
+
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..086e74a264ec6b0515922e2c0baf709fe230f8bb
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake
@@ -0,0 +1,43 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+SET(CMAKE_DEPENDS_CHECK_CXX
+  "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp" "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o"
+  )
+SET(CMAKE_CXX_COMPILER_ID "GNU")
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "DISABLE_DAVIDSDK"
+  "DISABLE_DSSDK"
+  "DISABLE_ENSENSO"
+  "DISABLE_LIBUSB_1_0"
+  "DISABLE_PCAP"
+  "DISABLE_PNG"
+  "DISABLE_RSSDK"
+  "EIGEN_USE_NEW_STDVECTOR"
+  "EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET"
+  "FLANN_STATIC"
+  "qh_QHpointer"
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake"
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/usr/include/vtk-5.8"
+  "../src/."
+  "/usr/local/include/pcl-1.8"
+  "/usr/include/eigen3"
+  "/usr/include/ni"
+  "/usr/include/openni2"
+  "/usr/include/opencv"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..e203eae4ba10e0f34399f47fd338e53839237a18
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make
@@ -0,0 +1,240 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+# Include any dependencies generated for this target.
+include src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make
+
+# Include the progress variables for this target.
+include src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: ../src/examples/tos_supervoxels_test.cpp
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1)
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o"
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++   $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o -c /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i"
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++  $(CXX_DEFINES) $(CXX_FLAGS) -E /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp > CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s"
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++  $(CXX_DEFINES) $(CXX_FLAGS) -S /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp -o CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires:
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires
+	$(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides.build
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides.build: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o
+
+# Object files for target tos_supervoxels_test
+tos_supervoxels_test_OBJECTS = \
+"CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o"
+
+# External object files for target tos_supervoxels_test
+tos_supervoxels_test_EXTERNAL_OBJECTS =
+
+../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o
+../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make
+../bin/tos_supervoxels_test: ../lib/libtos_supervoxels.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_system.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_thread.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_serialization.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_chrono.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libpthread.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_common.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_kdtree.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_octree.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_search.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_sample_consensus.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_filters.so
+../bin/tos_supervoxels_test: /usr/lib/libOpenNI.so
+../bin/tos_supervoxels_test: /usr/lib/libOpenNI2.so
+../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkGenericFiltering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkGeovis.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkCharts.so.5.8.0
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_io.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_features.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_visualization.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_ml.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_segmentation.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_people.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_registration.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_keypoints.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_outofcore.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_stereo.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libqhull.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_surface.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_recognition.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_tracking.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_system.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_thread.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_serialization.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_chrono.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libpthread.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libqhull.so
+../bin/tos_supervoxels_test: /usr/lib/libOpenNI.so
+../bin/tos_supervoxels_test: /usr/lib/libOpenNI2.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a
+../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkGenericFiltering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkGeovis.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkCharts.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ts.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_superres.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ocl.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_gpu.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_contrib.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0
+../bin/tos_supervoxels_test: /usr/lib/libvtksys.so.5.8.0
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_common.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_kdtree.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_octree.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_search.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_sample_consensus.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_filters.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_io.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_features.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_visualization.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_ml.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_segmentation.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_people.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_registration.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_keypoints.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_outofcore.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_stereo.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_surface.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_recognition.so
+../bin/tos_supervoxels_test: /usr/local/lib/libpcl_tracking.so
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8
+../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8
+../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/tos_supervoxels_test"
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tos_supervoxels_test.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+src/examples/CMakeFiles/tos_supervoxels_test.dir/build: ../bin/tos_supervoxels_test
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/build
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/requires: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/requires
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/clean:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && $(CMAKE_COMMAND) -P CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/clean
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/depend:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/depend
+
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f03fbcf6eaa9b2ca9055125ef6d71850ce2901ed
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o"
+  "../../../bin/tos_supervoxels_test.pdb"
+  "../../../bin/tos_supervoxels_test"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang CXX)
+  INCLUDE(CMakeFiles/tos_supervoxels_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.internal b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.internal
new file mode 100644
index 0000000000000000000000000000000000000000..709c04bee091b5534ff260cc371ab7f1bf5bf36a
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.internal
@@ -0,0 +1,528 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o
+ ../src/./tos_supervoxels.h
+ /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp
+ /usr/include/eigen3/Eigen/Cholesky
+ /usr/include/eigen3/Eigen/Core
+ /usr/include/eigen3/Eigen/Dense
+ /usr/include/eigen3/Eigen/Eigen2Support
+ /usr/include/eigen3/Eigen/Eigenvalues
+ /usr/include/eigen3/Eigen/Geometry
+ /usr/include/eigen3/Eigen/Householder
+ /usr/include/eigen3/Eigen/Jacobi
+ /usr/include/eigen3/Eigen/LU
+ /usr/include/eigen3/Eigen/QR
+ /usr/include/eigen3/Eigen/SVD
+ /usr/include/eigen3/Eigen/StdVector
+ /usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
+ /usr/include/eigen3/Eigen/src/Cholesky/LLT.h
+ /usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/Array.h
+ /usr/include/eigen3/Eigen/src/Core/ArrayBase.h
+ /usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
+ /usr/include/eigen3/Eigen/src/Core/Assign.h
+ /usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/BandMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/Block.h
+ /usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
+ /usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
+ /usr/include/eigen3/Eigen/src/Core/CoreIterators.h
+ /usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
+ /usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
+ /usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
+ /usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
+ /usr/include/eigen3/Eigen/src/Core/DenseBase.h
+ /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
+ /usr/include/eigen3/Eigen/src/Core/DenseStorage.h
+ /usr/include/eigen3/Eigen/src/Core/Diagonal.h
+ /usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
+ /usr/include/eigen3/Eigen/src/Core/Dot.h
+ /usr/include/eigen3/Eigen/src/Core/EigenBase.h
+ /usr/include/eigen3/Eigen/src/Core/Flagged.h
+ /usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h
+ /usr/include/eigen3/Eigen/src/Core/Functors.h
+ /usr/include/eigen3/Eigen/src/Core/Fuzzy.h
+ /usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
+ /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
+ /usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
+ /usr/include/eigen3/Eigen/src/Core/IO.h
+ /usr/include/eigen3/Eigen/src/Core/Map.h
+ /usr/include/eigen3/Eigen/src/Core/MapBase.h
+ /usr/include/eigen3/Eigen/src/Core/MathFunctions.h
+ /usr/include/eigen3/Eigen/src/Core/Matrix.h
+ /usr/include/eigen3/Eigen/src/Core/MatrixBase.h
+ /usr/include/eigen3/Eigen/src/Core/NestByValue.h
+ /usr/include/eigen3/Eigen/src/Core/NoAlias.h
+ /usr/include/eigen3/Eigen/src/Core/NumTraits.h
+ /usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
+ /usr/include/eigen3/Eigen/src/Core/ProductBase.h
+ /usr/include/eigen3/Eigen/src/Core/Random.h
+ /usr/include/eigen3/Eigen/src/Core/Redux.h
+ /usr/include/eigen3/Eigen/src/Core/Ref.h
+ /usr/include/eigen3/Eigen/src/Core/Replicate.h
+ /usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
+ /usr/include/eigen3/Eigen/src/Core/Reverse.h
+ /usr/include/eigen3/Eigen/src/Core/Select.h
+ /usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
+ /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
+ /usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
+ /usr/include/eigen3/Eigen/src/Core/StableNorm.h
+ /usr/include/eigen3/Eigen/src/Core/Stride.h
+ /usr/include/eigen3/Eigen/src/Core/Swap.h
+ /usr/include/eigen3/Eigen/src/Core/Transpose.h
+ /usr/include/eigen3/Eigen/src/Core/Transpositions.h
+ /usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/VectorBlock.h
+ /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
+ /usr/include/eigen3/Eigen/src/Core/Visitor.h
+ /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
+ /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
+ /usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
+ /usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
+ /usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
+ /usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
+ /usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
+ /usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
+ /usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
+ /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
+ /usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
+ /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
+ /usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
+ /usr/include/eigen3/Eigen/src/Core/util/Constants.h
+ /usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+ /usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
+ /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
+ /usr/include/eigen3/Eigen/src/Core/util/Macros.h
+ /usr/include/eigen3/Eigen/src/Core/util/Memory.h
+ /usr/include/eigen3/Eigen/src/Core/util/Meta.h
+ /usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+ /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
+ /usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Block.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/LU.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/QR.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h
+ /usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+ /usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
+ /usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
+ /usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
+ /usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
+ /usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
+ /usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
+ /usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
+ /usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
+ /usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
+ /usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
+ /usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
+ /usr/include/eigen3/Eigen/src/Geometry/Scaling.h
+ /usr/include/eigen3/Eigen/src/Geometry/Transform.h
+ /usr/include/eigen3/Eigen/src/Geometry/Translation.h
+ /usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
+ /usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
+ /usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
+ /usr/include/eigen3/Eigen/src/Householder/Householder.h
+ /usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
+ /usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
+ /usr/include/eigen3/Eigen/src/LU/Determinant.h
+ /usr/include/eigen3/Eigen/src/LU/FullPivLU.h
+ /usr/include/eigen3/Eigen/src/LU/Inverse.h
+ /usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
+ /usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h
+ /usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
+ /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
+ /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h
+ /usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
+ /usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
+ /usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h
+ /usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
+ /usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h
+ /usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
+ /usr/include/eigen3/Eigen/src/StlSupport/StdVector.h
+ /usr/include/eigen3/Eigen/src/StlSupport/details.h
+ /usr/include/eigen3/Eigen/src/misc/Image.h
+ /usr/include/eigen3/Eigen/src/misc/Kernel.h
+ /usr/include/eigen3/Eigen/src/misc/Solve.h
+ /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
+ /usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+ /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+ /usr/include/eigen3/unsupported/Eigen/NonLinearOptimization
+ /usr/include/eigen3/unsupported/Eigen/NumericalDiff
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
+ /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
+ /usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
+ /usr/include/vtk-5.8/vtkABI.h
+ /usr/include/vtk-5.8/vtkAbstractArray.h
+ /usr/include/vtk-5.8/vtkAbstractMapper.h
+ /usr/include/vtk-5.8/vtkAbstractMapper3D.h
+ /usr/include/vtk-5.8/vtkActor.h
+ /usr/include/vtk-5.8/vtkActor2D.h
+ /usr/include/vtk-5.8/vtkActorCollection.h
+ /usr/include/vtk-5.8/vtkAlgorithm.h
+ /usr/include/vtk-5.8/vtkAlgorithmOutput.h
+ /usr/include/vtk-5.8/vtkAppendPolyData.h
+ /usr/include/vtk-5.8/vtkArrayIterator.h
+ /usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+ /usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx
+ /usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx
+ /usr/include/vtk-5.8/vtkCell.h
+ /usr/include/vtk-5.8/vtkCellArray.h
+ /usr/include/vtk-5.8/vtkCellData.h
+ /usr/include/vtk-5.8/vtkCellLinks.h
+ /usr/include/vtk-5.8/vtkCellType.h
+ /usr/include/vtk-5.8/vtkCellTypes.h
+ /usr/include/vtk-5.8/vtkCollection.h
+ /usr/include/vtk-5.8/vtkCommand.h
+ /usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+ /usr/include/vtk-5.8/vtkConfigure.h
+ /usr/include/vtk-5.8/vtkCoordinate.h
+ /usr/include/vtk-5.8/vtkDataArray.h
+ /usr/include/vtk-5.8/vtkDataArrayTemplate.h
+ /usr/include/vtk-5.8/vtkDataArrayTemplate.txx
+ /usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx
+ /usr/include/vtk-5.8/vtkDataObject.h
+ /usr/include/vtk-5.8/vtkDataSet.h
+ /usr/include/vtk-5.8/vtkDataSetAttributes.h
+ /usr/include/vtk-5.8/vtkDataSetMapper.h
+ /usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h
+ /usr/include/vtk-5.8/vtkDebugLeaksManager.h
+ /usr/include/vtk-5.8/vtkFieldData.h
+ /usr/include/vtk-5.8/vtkFloatArray.h
+ /usr/include/vtk-5.8/vtkFollower.h
+ /usr/include/vtk-5.8/vtkIOStream.h
+ /usr/include/vtk-5.8/vtkIOStreamFwd.h
+ /usr/include/vtk-5.8/vtkIdList.h
+ /usr/include/vtk-5.8/vtkIdTypeArray.h
+ /usr/include/vtk-5.8/vtkImageAlgorithm.h
+ /usr/include/vtk-5.8/vtkIndent.h
+ /usr/include/vtk-5.8/vtkInformation.h
+ /usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h
+ /usr/include/vtk-5.8/vtkInformationInformationVectorKey.h
+ /usr/include/vtk-5.8/vtkInformationKey.h
+ /usr/include/vtk-5.8/vtkInformationVector.h
+ /usr/include/vtk-5.8/vtkIntArray.h
+ /usr/include/vtk-5.8/vtkInteractorObserver.h
+ /usr/include/vtk-5.8/vtkInteractorStyle.h
+ /usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h
+ /usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h
+ /usr/include/vtk-5.8/vtkLODActor.h
+ /usr/include/vtk-5.8/vtkLeaderActor2D.h
+ /usr/include/vtk-5.8/vtkLineSource.h
+ /usr/include/vtk-5.8/vtkMapper.h
+ /usr/include/vtk-5.8/vtkMath.h
+ /usr/include/vtk-5.8/vtkMatrix4x4.h
+ /usr/include/vtk-5.8/vtkOStrStreamWrapper.h
+ /usr/include/vtk-5.8/vtkOStreamWrapper.h
+ /usr/include/vtk-5.8/vtkObject.h
+ /usr/include/vtk-5.8/vtkObjectBase.h
+ /usr/include/vtk-5.8/vtkObjectFactory.h
+ /usr/include/vtk-5.8/vtkPointData.h
+ /usr/include/vtk-5.8/vtkPointSet.h
+ /usr/include/vtk-5.8/vtkPoints.h
+ /usr/include/vtk-5.8/vtkPolyData.h
+ /usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+ /usr/include/vtk-5.8/vtkPolyDataMapper.h
+ /usr/include/vtk-5.8/vtkPolyLine.h
+ /usr/include/vtk-5.8/vtkPolygon.h
+ /usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h
+ /usr/include/vtk-5.8/vtkProp.h
+ /usr/include/vtk-5.8/vtkProp3D.h
+ /usr/include/vtk-5.8/vtkPropCollection.h
+ /usr/include/vtk-5.8/vtkProperty.h
+ /usr/include/vtk-5.8/vtkProperty2D.h
+ /usr/include/vtk-5.8/vtkRenderer.h
+ /usr/include/vtk-5.8/vtkRendererCollection.h
+ /usr/include/vtk-5.8/vtkScalarsToColors.h
+ /usr/include/vtk-5.8/vtkSetGet.h
+ /usr/include/vtk-5.8/vtkSmartPointer.h
+ /usr/include/vtk-5.8/vtkSmartPointerBase.h
+ /usr/include/vtk-5.8/vtkSortDataArray.h
+ /usr/include/vtk-5.8/vtkSphereSource.h
+ /usr/include/vtk-5.8/vtkStdString.h
+ /usr/include/vtk-5.8/vtkSystemIncludes.h
+ /usr/include/vtk-5.8/vtkTextProperty.h
+ /usr/include/vtk-5.8/vtkTexture.h
+ /usr/include/vtk-5.8/vtkTimeStamp.h
+ /usr/include/vtk-5.8/vtkType.h
+ /usr/include/vtk-5.8/vtkTypeTraits.h
+ /usr/include/vtk-5.8/vtkUnicodeString.h
+ /usr/include/vtk-5.8/vtkUnsignedCharArray.h
+ /usr/include/vtk-5.8/vtkUnstructuredGrid.h
+ /usr/include/vtk-5.8/vtkVariant.h
+ /usr/include/vtk-5.8/vtkVariantInlineOperators.h
+ /usr/include/vtk-5.8/vtkVectorText.h
+ /usr/include/vtk-5.8/vtkVersion.h
+ /usr/include/vtk-5.8/vtkViewport.h
+ /usr/include/vtk-5.8/vtkVolume.h
+ /usr/include/vtk-5.8/vtkVolumeCollection.h
+ /usr/include/vtk-5.8/vtkWeakPointerBase.h
+ /usr/include/vtk-5.8/vtkWin32Header.h
+ /usr/include/vtk-5.8/vtkstd/algorithm
+ /usr/include/vtk-5.8/vtkstd/exception
+ /usr/include/vtk-5.8/vtkstd/map
+ /usr/include/vtk-5.8/vtkstd/new
+ /usr/include/vtk-5.8/vtkstd/string
+ /usr/include/vtk-5.8/vtkstd/utility
+ /usr/include/vtk-5.8/vtkstd/vector
+ /usr/include/vtk-5.8/vtksys/DateStamp.h
+ /usr/local/include/pcl-1.8/pcl/ModelCoefficients.h
+ /usr/local/include/pcl-1.8/pcl/PCLHeader.h
+ /usr/local/include/pcl-1.8/pcl/PCLImage.h
+ /usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h
+ /usr/local/include/pcl-1.8/pcl/PCLPointField.h
+ /usr/local/include/pcl-1.8/pcl/PointIndices.h
+ /usr/local/include/pcl-1.8/pcl/PolygonMesh.h
+ /usr/local/include/pcl-1.8/pcl/TextureMesh.h
+ /usr/local/include/pcl-1.8/pcl/Vertices.h
+ /usr/local/include/pcl-1.8/pcl/cloud_iterator.h
+ /usr/local/include/pcl-1.8/pcl/common/centroid.h
+ /usr/local/include/pcl-1.8/pcl/common/colors.h
+ /usr/local/include/pcl-1.8/pcl/common/common.h
+ /usr/local/include/pcl-1.8/pcl/common/concatenate.h
+ /usr/local/include/pcl-1.8/pcl/common/copy_point.h
+ /usr/local/include/pcl-1.8/pcl/common/distances.h
+ /usr/local/include/pcl-1.8/pcl/common/eigen.h
+ /usr/local/include/pcl-1.8/pcl/common/geometry.h
+ /usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/common.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/io.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp
+ /usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp
+ /usr/local/include/pcl-1.8/pcl/common/io.h
+ /usr/local/include/pcl-1.8/pcl/common/point_operators.h
+ /usr/local/include/pcl-1.8/pcl/common/point_tests.h
+ /usr/local/include/pcl-1.8/pcl/common/projection_matrix.h
+ /usr/local/include/pcl-1.8/pcl/common/time.h
+ /usr/local/include/pcl-1.8/pcl/common/transforms.h
+ /usr/local/include/pcl-1.8/pcl/console/parse.h
+ /usr/local/include/pcl-1.8/pcl/console/print.h
+ /usr/local/include/pcl-1.8/pcl/conversions.h
+ /usr/local/include/pcl-1.8/pcl/correspondence.h
+ /usr/local/include/pcl-1.8/pcl/exceptions.h
+ /usr/local/include/pcl-1.8/pcl/features/feature.h
+ /usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp
+ /usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp
+ /usr/local/include/pcl-1.8/pcl/features/normal_3d.h
+ /usr/local/include/pcl-1.8/pcl/filters/boost.h
+ /usr/local/include/pcl-1.8/pcl/filters/extract_indices.h
+ /usr/local/include/pcl-1.8/pcl/filters/filter.h
+ /usr/local/include/pcl-1.8/pcl/filters/filter_indices.h
+ /usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp
+ /usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp
+ /usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp
+ /usr/local/include/pcl-1.8/pcl/for_each_type.h
+ /usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h
+ /usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp
+ /usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp
+ /usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp
+ /usr/local/include/pcl-1.8/pcl/impl/point_types.hpp
+ /usr/local/include/pcl-1.8/pcl/io/boost.h
+ /usr/local/include/pcl-1.8/pcl/io/file_io.h
+ /usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp
+ /usr/local/include/pcl-1.8/pcl/io/lzf.h
+ /usr/local/include/pcl-1.8/pcl/io/pcd_io.h
+ /usr/local/include/pcl-1.8/pcl/kdtree/flann.h
+ /usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp
+ /usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h
+ /usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h
+ /usr/local/include/pcl-1.8/pcl/octree/boost.h
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp
+ /usr/local/include/pcl-1.8/pcl/octree/octree.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_base.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_impl.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h
+ /usr/local/include/pcl-1.8/pcl/octree/octree_search.h
+ /usr/local/include/pcl-1.8/pcl/pcl_base.h
+ /usr/local/include/pcl-1.8/pcl/pcl_config.h
+ /usr/local/include/pcl-1.8/pcl/pcl_exports.h
+ /usr/local/include/pcl-1.8/pcl/pcl_macros.h
+ /usr/local/include/pcl-1.8/pcl/point_cloud.h
+ /usr/local/include/pcl-1.8/pcl/point_representation.h
+ /usr/local/include/pcl-1.8/pcl/point_traits.h
+ /usr/local/include/pcl-1.8/pcl/point_types.h
+ /usr/local/include/pcl-1.8/pcl/register_point_struct.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h
+ /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h
+ /usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp
+ /usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp
+ /usr/local/include/pcl-1.8/pcl/search/impl/search.hpp
+ /usr/local/include/pcl-1.8/pcl/search/kdtree.h
+ /usr/local/include/pcl-1.8/pcl/search/octree.h
+ /usr/local/include/pcl-1.8/pcl/search/organized.h
+ /usr/local/include/pcl-1.8/pcl/search/pcl_search.h
+ /usr/local/include/pcl-1.8/pcl/search/search.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/boost.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp
+ /usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp
+ /usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp
+ /usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp
+ /usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h
+ /usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h
+ /usr/local/include/pcl-1.8/pcl/surface/boost.h
+ /usr/local/include/pcl-1.8/pcl/surface/convex_hull.h
+ /usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp
+ /usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp
+ /usr/local/include/pcl-1.8/pcl/surface/qhull.h
+ /usr/local/include/pcl-1.8/pcl/surface/reconstruction.h
+ /usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h
+ /usr/local/include/pcl-1.8/pcl/visualization/boost.h
+ /usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h
+ /usr/local/include/pcl-1.8/pcl/visualization/common/common.h
+ /usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h
+ /usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h
+ /usr/local/include/pcl-1.8/pcl/visualization/eigen.h
+ /usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp
+ /usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h
+ /usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h
+ /usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h
+ /usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h
+ /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h
+ /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h
+ /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h
+ /usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make
new file mode 100644
index 0000000000000000000000000000000000000000..f9b9a8ca3cb81d29b0a9d1a1c3863349d664af2e
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make
@@ -0,0 +1,528 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: ../src/./tos_supervoxels.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: ../src/examples/tos_supervoxels_test.cpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Cholesky
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Core
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Dense
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Eigen2Support
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Eigenvalues
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Geometry
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Householder
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Jacobi
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/LU
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/QR
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/SVD
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/StdVector
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Cholesky/LLT.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Array.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ArrayBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Assign.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/BandMatrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Block.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CoreIterators.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DenseBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DenseStorage.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Diagonal.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Dot.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/EigenBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Flagged.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Functors.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Fuzzy.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/IO.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Map.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/MapBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/MathFunctions.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Matrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/MatrixBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/NestByValue.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/NoAlias.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/NumTraits.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ProductBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Random.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Redux.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Ref.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Replicate.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Reverse.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Select.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/StableNorm.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Stride.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Swap.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Transpose.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Transpositions.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/VectorBlock.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Visitor.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/Constants.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/Macros.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/Memory.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/Meta.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Block.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/LU.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/QR.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Scaling.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Transform.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Translation.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Householder/Householder.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/Determinant.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/FullPivLU.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/Inverse.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/StlSupport/StdVector.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/StlSupport/details.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/misc/Image.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/misc/Kernel.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/misc/Solve.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/NonLinearOptimization
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/NumericalDiff
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkABI.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAbstractArray.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAbstractMapper.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAbstractMapper3D.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkActor.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkActor2D.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkActorCollection.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAlgorithm.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAlgorithmOutput.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAppendPolyData.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkArrayIterator.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplate.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCell.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellArray.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellData.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellLinks.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellType.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellTypes.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCollection.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCommand.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCommonInformationKeyManager.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkConfigure.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCoordinate.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataArray.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataArrayTemplate.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataArrayTemplate.txx
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataObject.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataSet.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataSetAttributes.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataSetMapper.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDebugLeaksManager.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkFieldData.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkFloatArray.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkFollower.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIOStream.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIOStreamFwd.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIdList.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIdTypeArray.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkImageAlgorithm.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIndent.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformation.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformationInformationVectorKey.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformationKey.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformationVector.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIntArray.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInteractorObserver.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInteractorStyle.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkLODActor.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkLeaderActor2D.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkLineSource.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkMapper.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkMath.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkMatrix4x4.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkOStrStreamWrapper.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkOStreamWrapper.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkObject.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkObjectBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkObjectFactory.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPointData.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPointSet.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPoints.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolyData.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolyDataAlgorithm.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolyDataMapper.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolyLine.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolygon.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkProp.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkProp3D.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPropCollection.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkProperty.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkProperty2D.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkRenderer.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkRendererCollection.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkScalarsToColors.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSetGet.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSmartPointer.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSmartPointerBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSortDataArray.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSphereSource.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkStdString.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSystemIncludes.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkTextProperty.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkTexture.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkTimeStamp.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkType.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkTypeTraits.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkUnicodeString.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkUnsignedCharArray.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkUnstructuredGrid.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVariant.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVariantInlineOperators.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVectorText.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVersion.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkViewport.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVolume.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVolumeCollection.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkWeakPointerBase.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkWin32Header.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/algorithm
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/exception
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/map
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/new
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/string
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/utility
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/vector
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtksys/DateStamp.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/ModelCoefficients.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PCLHeader.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PCLImage.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PCLPointField.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PointIndices.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PolygonMesh.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/TextureMesh.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/Vertices.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/cloud_iterator.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/centroid.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/colors.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/common.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/concatenate.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/copy_point.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/distances.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/eigen.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/geometry.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/common.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/io.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/io.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/point_operators.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/point_tests.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/projection_matrix.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/time.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/transforms.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/console/parse.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/console/print.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/conversions.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/correspondence.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/exceptions.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/features/feature.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/features/normal_3d.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/boost.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/extract_indices.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/filter.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/filter_indices.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/for_each_type.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/impl/point_types.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/boost.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/file_io.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/lzf.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/pcd_io.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/kdtree/flann.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/boost.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_base.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_container.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_impl.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_key.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_search.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/pcl_base.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/pcl_config.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/pcl_exports.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/pcl_macros.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/point_cloud.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/point_representation.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/point_traits.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/point_types.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/register_point_struct.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/impl/search.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/kdtree.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/octree.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/organized.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/pcl_search.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/search.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/boost.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/boost.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/convex_hull.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/qhull.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/reconstruction.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/boost.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/common.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/eigen.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h
+src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h
+
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make
new file mode 100644
index 0000000000000000000000000000000000000000..8a2326facaede8343b02e1418d2972b37fc9d85a
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make
@@ -0,0 +1,8 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# compile CXX with /usr/bin/c++
+CXX_FLAGS =   -Wno-deprecated -O3 -I/usr/include/vtk-5.8 -I/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/. -I/usr/local/include/pcl-1.8 -I/usr/include/eigen3 -I/usr/include/ni -I/usr/include/openni2 -I/usr/include/opencv   
+
+CXX_DEFINES = -DDISABLE_DAVIDSDK -DDISABLE_DSSDK -DDISABLE_ENSENSO -DDISABLE_LIBUSB_1_0 -DDISABLE_PCAP -DDISABLE_PNG -DDISABLE_RSSDK -DEIGEN_USE_NEW_STDVECTOR -DEIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET -DFLANN_STATIC -Dqh_QHpointer
+
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e63e5061700f76478c3924fb92cc4eed0af449fb
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt
@@ -0,0 +1 @@
+/usr/bin/c++     -Wno-deprecated -O3     CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o  -o ../../../bin/tos_supervoxels_test  -L/usr/local/lib -rdynamic ../../../lib/libtos_supervoxels.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lboost_chrono -lpthread /usr/local/lib/libpcl_common.so -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so -lOpenNI -lOpenNI2 /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_outofcore.so /usr/local/lib/libpcl_stereo.so -lqhull /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_tracking.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lboost_chrono -lpthread -lqhull -lOpenNI -lOpenNI2 -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ts.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_superres.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ocl.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_gpu.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_contrib.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkCommon.so.5.8.0 -lm /usr/lib/libvtksys.so.5.8.0 -ldl /usr/local/lib/libpcl_common.so /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_outofcore.so /usr/local/lib/libpcl_stereo.so /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_tracking.so /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 -Wl,-rpath,/usr/local/lib:/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/lib 
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..164e1d26ca9458a5e20dca2a639dda0d48dc61ec
--- /dev/null
+++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 2
+
diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o
new file mode 100644
index 0000000000000000000000000000000000000000..2da632b413c8a42d863b49a97d8e68c463f2312a
Binary files /dev/null and b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o differ
diff --git a/trunk/build/src/examples/Makefile b/trunk/build/src/examples/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..52d05f10be4f0cae6dc2e8641dfea12175dd93fc
--- /dev/null
+++ b/trunk/build/src/examples/Makefile
@@ -0,0 +1,203 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target edit_cache
+edit_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
+	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+.PHONY : edit_cache/fast
+
+# Special rule for the target install
+install: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install
+
+# Special rule for the target install
+install/fast: preinstall/fast
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install/fast
+
+# Special rule for the target install/local
+install/local: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+.PHONY : install/local
+
+# Special rule for the target install/local
+install/local/fast: install/local
+.PHONY : install/local/fast
+
+# Special rule for the target install/strip
+install/strip: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
+	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+.PHONY : install/strip
+
+# Special rule for the target install/strip
+install/strip/fast: install/strip
+.PHONY : install/strip/fast
+
+# Special rule for the target list_install_components
+list_install_components:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
+.PHONY : list_install_components
+
+# Special rule for the target list_install_components
+list_install_components/fast: list_install_components
+.PHONY : list_install_components/fast
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+.PHONY : rebuild_cache/fast
+
+# The main all target
+all: cmake_check_build_system
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/progress.marks
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+# Convenience name for target.
+src/examples/CMakeFiles/tos_supervoxels_test.dir/rule:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/CMakeFiles/tos_supervoxels_test.dir/rule
+.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/rule
+
+# Convenience name for target.
+tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/rule
+.PHONY : tos_supervoxels_test
+
+# fast build rule for target.
+tos_supervoxels_test/fast:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build
+.PHONY : tos_supervoxels_test/fast
+
+# target to build an object file
+tos_supervoxels_test.o:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o
+.PHONY : tos_supervoxels_test.o
+
+# target to preprocess a source file
+tos_supervoxels_test.i:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i
+.PHONY : tos_supervoxels_test.i
+
+# target to generate assembly for a file
+tos_supervoxels_test.s:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s
+.PHONY : tos_supervoxels_test.s
+
+# Help Target
+help:
+	@echo "The following are some of the valid targets for this Makefile:"
+	@echo "... all (the default if no target is provided)"
+	@echo "... clean"
+	@echo "... depend"
+	@echo "... edit_cache"
+	@echo "... install"
+	@echo "... install/local"
+	@echo "... install/strip"
+	@echo "... list_install_components"
+	@echo "... rebuild_cache"
+	@echo "... tos_supervoxels_test"
+	@echo "... tos_supervoxels_test.o"
+	@echo "... tos_supervoxels_test.i"
+	@echo "... tos_supervoxels_test.s"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/trunk/build/src/examples/cmake_install.cmake b/trunk/build/src/examples/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..57b5f172bae3c56ad702db033474ec86dbd8e591
--- /dev/null
+++ b/trunk/build/src/examples/cmake_install.cmake
@@ -0,0 +1,34 @@
+# Install script for directory: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "1")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
diff --git a/trunk/doc/html/annotated.html b/trunk/doc/html/annotated.html
index b5077262ca8eba68d354b006204419b81e234f87..3709b1429a6b75cadffbb4438f43282aa6a9efd0 100644
--- a/trunk/doc/html/annotated.html
+++ b/trunk/doc/html/annotated.html
@@ -57,7 +57,7 @@
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/classes.html b/trunk/doc/html/classes.html
index 4762c3013f0499b856e5f9438a2017ebaae7f068..c91805a51c5327aeadddbf97a147fa050b42f79a 100644
--- a/trunk/doc/html/classes.html
+++ b/trunk/doc/html/classes.html
@@ -60,7 +60,7 @@
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/classtos__supervoxels.html b/trunk/doc/html/classtos__supervoxels.html
index 8e32ddc9d154c3d4d1773dad731cfb4a5b1fa212..a7db1a3ab271013ed289aca4d07cbf8d31ed320f 100644
--- a/trunk/doc/html/classtos__supervoxels.html
+++ b/trunk/doc/html/classtos__supervoxels.html
@@ -73,16 +73,15 @@ Public Member Functions</h2></td></tr>
 <tr class="separator:a4963a76d8759c326b3639967b23ff984"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:a05e74b73d24d578914be111dca9a578d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a05e74b73d24d578914be111dca9a578d"></a>
 void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">reset</a> ()</td></tr>
-<tr class="memdesc:a05e74b73d24d578914be111dca9a578d"><td class="mdescLeft">&#160;</td><td class="mdescRight">reset all the publis members reset all the public members. <br/></td></tr>
+<tr class="memdesc:a05e74b73d24d578914be111dca9a578d"><td class="mdescLeft">&#160;</td><td class="mdescRight">reset all the public members reset all the public members. <br/></td></tr>
 <tr class="separator:a05e74b73d24d578914be111dca9a578d"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:a1aa263f14c3322d5aaedc123cd1e2b89"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1aa263f14c3322d5aaedc123cd1e2b89"></a>
 <a class="el" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">get_default_parameters</a> ()</td></tr>
 <tr class="memdesc:a1aa263f14c3322d5aaedc123cd1e2b89"><td class="mdescLeft">&#160;</td><td class="mdescRight">get the default parameters of the algorithm <br/></td></tr>
 <tr class="separator:a1aa263f14c3322d5aaedc123cd1e2b89"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:aa98f5fdb5a742faf47660fec6d65ca7f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa98f5fdb5a742faf47660fec6d65ca7f"></a>
-void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">segment</a> ()</td></tr>
-<tr class="memdesc:aa98f5fdb5a742faf47660fec6d65ca7f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Detect and segment the objects on the table. <br/></td></tr>
-<tr class="separator:aa98f5fdb5a742faf47660fec6d65ca7f"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a6543bae4355bbd4120851067e876e8ef"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">segment</a> ()</td></tr>
+<tr class="memdesc:a6543bae4355bbd4120851067e876e8ef"><td class="mdescLeft">&#160;</td><td class="mdescRight">Detect and segment the objects on the table.  <a href="#a6543bae4355bbd4120851067e876e8ef">More...</a><br/></td></tr>
+<tr class="separator:a6543bae4355bbd4120851067e876e8ef"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:a75ad67635520b43e2c1ee2f8d3ca7fea"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">show_super_voxels</a> (boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer, bool show_adjacency_map, bool show_super_voxel_normals)</td></tr>
 <tr class="memdesc:a75ad67635520b43e2c1ee2f8d3ca7fea"><td class="mdescLeft">&#160;</td><td class="mdescRight">shows in the viewer the supervoxels  <a href="#a75ad67635520b43e2c1ee2f8d3ca7fea">More...</a><br/></td></tr>
 <tr class="separator:a75ad67635520b43e2c1ee2f8d3ca7fea"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -215,6 +214,9 @@ double&#160;</td><td class="memItemRight" valign="bottom"><b>get_zmax</b> ()</td
 <tr class="memitem:a5bde472d451dc101ade456f25869056c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5bde472d451dc101ade456f25869056c"></a>
 int&#160;</td><td class="memItemRight" valign="bottom"><b>get_th_points</b> ()</td></tr>
 <tr class="separator:a5bde472d451dc101ade456f25869056c"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ad009cc8ba2257a5900c68512c177c00a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad009cc8ba2257a5900c68512c177c00a"></a>
+pcl::ModelCoefficients&#160;</td><td class="memItemRight" valign="bottom"><b>get_plane_coefficients</b> ()</td></tr>
+<tr class="separator:ad009cc8ba2257a5900c68512c177c00a"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table><table class="memberdecls">
 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
 Protected Member Functions</h2></td></tr>
@@ -262,6 +264,8 @@ pcl::Supervoxel<br class="typebreak"/>
 pcl::PointCloud<br class="typebreak"/>
 &lt; pcl::PointNormal &gt;::Ptr&#160;</td><td class="memItemRight" valign="bottom"><b>sv_normal_cloud</b></td></tr>
 <tr class="separator:a3c8c8e2d8b7405410a7d5d47f517f302"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ae54647f05bc9cbb541b95d23d32cab6b"><td class="memItemLeft" align="right" valign="top">pcl::ModelCoefficients&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">plane_coefficients</a></td></tr>
+<tr class="separator:ae54647f05bc9cbb541b95d23d32cab6b"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:a0662491cb89776e0f8ff76753bb24840"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a></td></tr>
 <tr class="separator:a0662491cb89776e0f8ff76753bb24840"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:a976704822ba4713a07bf66a09029ae90"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a></td></tr>
@@ -332,12 +336,12 @@ Static Protected Attributes</h2></td></tr>
 <p>How to use: </p>
 <div class="fragment"><div class="line"><a class="code" href="classtos__supervoxels.html">tos_supervoxels</a> seg;</div>
 <div class="line">seg(cloud); <span class="comment">//not pointer</span></div>
-<div class="line">seg.<a class="code" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">segment</a>();</div>
+<div class="line">seg.<a class="code" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">segment</a>();</div>
 <div class="line">std::vector&lt;Object&gt; objects = seg.<a class="code" href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">get_segmented_objects</a>(); </div>
 </div><!-- fragment --><p> or: </p>
 <div class="fragment"><div class="line">std::vector&lt;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; &gt; objects = seg.<a class="code" href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">get_segmented_objects_simple</a>();  </div>
 </div><!-- fragment --> 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00126">126</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00123">123</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 </div><h2 class="groupheader">Member Function Documentation</h2>
 <a class="anchor" id="aedda6ac8b4ed4d73db916e5faf6085e7"></a>
 <div class="memitem">
@@ -392,9 +396,9 @@ Static Protected Attributes</h2></td></tr>
   </dd>
 </dl>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00121">121</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00124">124</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00353">show_super_voxels()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00366">show_super_voxels()</a>.</p>
 
 <p><div class="dynheader">
 Here is the caller graph for this function:</div>
@@ -465,16 +469,18 @@ Here is the caller graph for this function:</div>
   </dd>
 </dl>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00150">150</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00153">153</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>.</p>
+<p>References <a class="el" href="tos__supervoxels_8h_source.html#l00157">plane_coefficients</a>.</p>
+
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>.</p>
 
 <p><div class="dynheader">
 Here is the caller graph for this function:</div>
 <div class="dyncontent">
 <div class="center"><img src="classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.png" border="0" usemap="#classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph" alt=""/></div>
 <map name="classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph" id="classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph">
-<area shape="rect" id="node2" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f" title="Detect and segment the objects on the table. " alt="" coords="262,12,437,39"/></map>
+<area shape="rect" id="node2" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef" title="Detect and segment the objects on the table. " alt="" coords="262,12,437,39"/></map>
 </div>
 </p>
 
@@ -513,7 +519,7 @@ Here is the caller graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00041">41</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
 
-<p>References <a class="el" href="tos__supervoxels_8h_source.html#l00201">initialized</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>References <a class="el" href="tos__supervoxels_8h_source.html#l00201">initialized</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 <p><div class="dynheader">
 Here is the call graph for this function:</div>
@@ -546,9 +552,9 @@ Here is the call graph for this function:</div>
   </dd>
 </dl>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00050">50</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00053">53</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
 
-<p>References <a class="el" href="tos__supervoxels_8h_source.html#l00201">initialized</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>References <a class="el" href="tos__supervoxels_8h_source.html#l00201">initialized</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 <p><div class="dynheader">
 Here is the call graph for this function:</div>
@@ -559,6 +565,35 @@ Here is the call graph for this function:</div>
 </div>
 </p>
 
+</div>
+</div>
+<a class="anchor" id="a6543bae4355bbd4120851067e876e8ef"></a>
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">bool tos_supervoxels::segment </td>
+          <td>(</td>
+          <td class="paramname"></td><td>)</td>
+          <td></td>
+        </tr>
+      </table>
+</div><div class="memdoc">
+<p>It returns true if there is at least one object on the table, at least one segmented object. </p>
+
+<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">242</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
+
+<p>References <a class="el" href="tos__supervoxels_8h_source.html#l00184">color_importance</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00189">concavity_tolerance_threshold</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00153">detectObjectsOnTable()</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00201">initialized</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00191">min_segment_size</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00186">normal_importance</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00183">seed_resolution</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00190">smoothness_threshold</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00185">spatial_importance</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00198">th_points</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00192">use_extended_convexity</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00193">use_sanity_criterion</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00182">voxel_resolution</a>, <a class="el" href="tos__supervoxels_8h_source.html#l00197">zmax</a>, and <a class="el" href="tos__supervoxels_8h_source.html#l00196">zmin</a>.</p>
+
+<p><div class="dynheader">
+Here is the call graph for this function:</div>
+<div class="dyncontent">
+<div class="center"><img src="classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.png" border="0" usemap="#classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph" alt=""/></div>
+<map name="classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph" id="classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph">
+<area shape="rect" id="node2" href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a" title="detects objects that stands on a table " alt="" coords="230,5,437,46"/></map>
+</div>
+</p>
+
 </div>
 </div>
 <a class="anchor" id="a75ad67635520b43e2c1ee2f8d3ca7fea"></a>
@@ -599,9 +634,9 @@ Here is the call graph for this function:</div>
   </dd>
 </dl>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00353">353</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00366">366</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
 
-<p>References <a class="el" href="tos__supervoxels_8cpp_source.html#l00121">addSupervoxelConnectionsToViewer()</a>.</p>
+<p>References <a class="el" href="tos__supervoxels_8cpp_source.html#l00124">addSupervoxelConnectionsToViewer()</a>.</p>
 
 <p><div class="dynheader">
 Here is the call graph for this function:</div>
@@ -634,9 +669,9 @@ Here is the call graph for this function:</div>
   </dd>
 </dl>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00399">399</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00412">412</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
 
-<p>References <a class="el" href="tos__supervoxels_8cpp_source.html#l00121">addSupervoxelConnectionsToViewer()</a>.</p>
+<p>References <a class="el" href="tos__supervoxels_8cpp_source.html#l00124">addSupervoxelConnectionsToViewer()</a>.</p>
 
 <p><div class="dynheader">
 Here is the call graph for this function:</div>
@@ -669,7 +704,7 @@ Here is the call graph for this function:</div>
   </dd>
 </dl>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00436">436</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00449">449</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
 
 </div>
 </div>
@@ -693,7 +728,7 @@ Here is the call graph for this function:</div>
   </dd>
 </dl>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00462">462</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8cpp_source.html#l00475">475</a> of file <a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a>.</p>
 
 </div>
 </div>
@@ -717,9 +752,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of disable_transform for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00132">132</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00129">129</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -742,9 +777,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of voxel_resolution for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00133">133</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00130">130</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -767,9 +802,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of seed_resolution for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00134">134</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00131">131</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -792,9 +827,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of color_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00135">135</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00132">132</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -817,9 +852,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of spatial_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00136">136</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00133">133</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -842,9 +877,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of normal_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00137">137</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00134">134</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -867,9 +902,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of concavity_tolerance_threshold for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00140">140</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00137">137</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -892,9 +927,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of smoothness_threshold for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00141">141</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00138">138</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -917,9 +952,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of min_segment_size for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00142">142</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00139">139</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -942,9 +977,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of use_extended_convexity for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00143">143</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00140">140</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -967,9 +1002,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>default value of use_sanity_criterion for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00144">144</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00141">141</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -992,9 +1027,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>Default value of the minimum distance for object detection on the table - used inside detectedObjectsTable() </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00147">147</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00144">144</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1017,9 +1052,9 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>Default value of the maxmimum distance for object detection on the table - used inside detectedObjectsTable() </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00148">148</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00145">145</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1042,9 +1077,34 @@ Here is the call graph for this function:</div>
 </div><div class="memdoc">
 <p>Default value of the threshold of minimum points required to consider a cluster as valid </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00149">149</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00146">146</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>.</p>
+
+</div>
+</div>
+<a class="anchor" id="ae54647f05bc9cbb541b95d23d32cab6b"></a>
+<div class="memitem">
+<div class="memproto">
+<table class="mlabels">
+  <tr>
+  <td class="mlabels-left">
+      <table class="memname">
+        <tr>
+          <td class="memname">pcl::ModelCoefficients tos_supervoxels::plane_coefficients</td>
+        </tr>
+      </table>
+  </td>
+  <td class="mlabels-right">
+<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
+  </tr>
+</table>
+</div><div class="memdoc">
+<p>coefficients of the table plane </p>
+
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00157">157</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">get_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00153">detectObjectsOnTable()</a>.</p>
 
 </div>
 </div>
@@ -1069,7 +1129,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00181">181</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1094,7 +1154,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00182">182</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1119,7 +1179,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00183">183</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1144,7 +1204,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00184">184</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1169,7 +1229,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00185">185</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1194,7 +1254,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00186">186</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1219,7 +1279,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00189">189</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1244,7 +1304,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00190">190</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1269,7 +1329,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00191">191</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1294,7 +1354,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00192">192</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1319,7 +1379,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00193">193</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1344,7 +1404,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00196">196</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1369,7 +1429,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00197">197</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1394,7 +1454,7 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00198">198</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00498">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00094">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">set_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00511">print_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00097">set_default_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">set_parameters()</a>.</p>
 
 </div>
 </div>
@@ -1419,18 +1479,18 @@ Here is the call graph for this function:</div>
 
 <p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00201">201</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00041">init()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00240">segment()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00031">tos_supervoxels()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00041">init()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00242">segment()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00031">tos_supervoxels()</a>.</p>
 
 </div>
 </div>
 <hr/>The documentation for this class was generated from the following files:<ul>
-<li>/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a></li>
-<li>/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a></li>
+<li>/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a></li>
+<li>/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a></li>
 </ul>
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/classtos__supervoxels__parameters.html b/trunk/doc/html/classtos__supervoxels__parameters.html
index 5c393bc3981fcc45db522fe3596c2397171876a4..d2eec3b4399db97ca605c34e7249f687e19be80f 100644
--- a/trunk/doc/html/classtos__supervoxels__parameters.html
+++ b/trunk/doc/html/classtos__supervoxels__parameters.html
@@ -131,7 +131,7 @@ Static Protected Attributes</h2></td></tr>
 </table>
 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 <div class="textblock">
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00046">46</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00043">43</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
 <a class="anchor" id="ab0132cd89f636627d3bb5d1cc81de339"></a>
 <div class="memitem">
@@ -170,7 +170,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of disable_transform for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00051">51</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00048">48</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -195,7 +195,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of voxel_resolution for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00052">52</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00049">49</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -220,7 +220,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of seed_resolution for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00053">53</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00050">50</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -245,7 +245,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of color_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00054">54</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00051">51</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -270,7 +270,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of spatial_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00055">55</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00052">52</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -295,7 +295,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of normal_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00056">56</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00053">53</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -320,7 +320,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of concavity_tolerance_threshold for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00059">59</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00056">56</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -345,7 +345,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of smoothness_threshold for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00060">60</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00057">57</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -370,7 +370,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of min_segment_size for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00061">61</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00058">58</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -395,7 +395,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of use_extended_convexity for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00062">62</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00059">59</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -420,7 +420,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>default value of use_sanity_criterion for lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00063">63</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00060">60</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -445,7 +445,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>Default value of the minimum distance for object detection on the table - used inside detectedObjectsTable() </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00066">66</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00063">63</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -470,7 +470,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>Default value of the maxmimum distance for object detection on the table - used inside detectedObjectsTable() </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00067">67</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00064">64</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -495,7 +495,7 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>Default value of the threshold of minimum points required to consider a cluster as valid </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00068">68</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00065">65</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 <p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
@@ -512,9 +512,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of disable_transform for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00073">73</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00070">70</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -529,9 +529,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of voxel_resolution for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00074">74</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00071">71</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -546,9 +546,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of seed_resolution for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00075">75</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00072">72</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -563,9 +563,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of color_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00076">76</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00073">73</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -580,9 +580,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of spatial_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00077">77</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00074">74</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -597,9 +597,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of normal_importance for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00078">78</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00075">75</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -614,9 +614,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of concavity_tolerance_threshold for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00081">81</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00078">78</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -631,9 +631,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of smoothness_threshold for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00082">82</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00079">79</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -648,9 +648,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of min_segment_size for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00083">83</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00080">80</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -665,9 +665,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of use_extended_convexity for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00084">84</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00081">81</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -682,9 +682,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>value of use_sanity_criterion for supervoxel algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00085">85</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00082">82</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -699,9 +699,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>Minimum distance orthogonal to the table plane to be considered as a tabletop point </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00088">88</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00085">85</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -716,9 +716,9 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>Maximum distance orthogonal to the table plane to be considered as a tabletop point </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00089">89</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00086">86</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
@@ -733,20 +733,20 @@ Static Protected Attributes</h2></td></tr>
 </div><div class="memdoc">
 <p>threshold of minimum point required to consider a cluster as valid </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00090">90</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00087">87</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
-<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
+<p>Referenced by <a class="el" href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels::get_default_parameters()</a>, <a class="el" href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels::set_parameters()</a>, and <a class="el" href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels_parameters()</a>.</p>
 
 </div>
 </div>
 <hr/>The documentation for this class was generated from the following files:<ul>
-<li>/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a></li>
-<li>/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a></li>
+<li>/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a></li>
+<li>/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8cpp_source.html">tos_supervoxels.cpp</a></li>
 </ul>
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.map b/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.map
new file mode 100644
index 0000000000000000000000000000000000000000..5e6fc4ca198e149f449bdcf81205236483b18845
--- /dev/null
+++ b/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.map
@@ -0,0 +1,3 @@
+<map id="tos_supervoxels::segment" name="tos_supervoxels::segment">
+<area shape="rect" id="node2" href="$classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a" title="detects objects that stands on a table " alt="" coords="230,5,437,46"/>
+</map>
diff --git a/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.md5 b/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.md5
new file mode 100644
index 0000000000000000000000000000000000000000..66dc2912015ece15ef54bde2bb19ca880b818182
--- /dev/null
+++ b/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.md5
@@ -0,0 +1 @@
+6bdf072eefe4105cf76ae7fd17c9d860
\ No newline at end of file
diff --git a/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.png b/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.png
new file mode 100644
index 0000000000000000000000000000000000000000..9a15103a0ee9380eb55a9ed722242393748dbc44
Binary files /dev/null and b/trunk/doc/html/classtos__supervoxels_a6543bae4355bbd4120851067e876e8ef_cgraph.png differ
diff --git a/trunk/doc/html/classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.map b/trunk/doc/html/classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.map
index fe328f1e9b44e4c77a6fe71442ac91cd1b19b335..5bf8106e11ab0e4ecef9c65f125d20a115cb22fa 100644
--- a/trunk/doc/html/classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.map
+++ b/trunk/doc/html/classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.map
@@ -1,3 +1,3 @@
 <map id="tos_supervoxels::detectObjectsOnTable" name="tos_supervoxels::detectObjectsOnTable">
-<area shape="rect" id="node2" href="$classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f" title="Detect and segment the objects on the table. " alt="" coords="262,12,437,39"/>
+<area shape="rect" id="node2" href="$classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef" title="Detect and segment the objects on the table. " alt="" coords="262,12,437,39"/>
 </map>
diff --git a/trunk/doc/html/classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.md5 b/trunk/doc/html/classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.md5
index a9e4f1c5a4502301e0ab23fc2484b0022a5b3223..4f2f5dcf218ad12a82401f4b3c6fa815dd82450b 100644
--- a/trunk/doc/html/classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.md5
+++ b/trunk/doc/html/classtos__supervoxels_a7eb9f9d72fe72e24078496f0d8bfcc1a_icgraph.md5
@@ -1 +1 @@
-5cf42bb406f6b6d1aae3ca8d7f2cd8a7
\ No newline at end of file
+5d6c82966da16788065c7d96f314086b
\ No newline at end of file
diff --git a/trunk/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/trunk/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
index e26bead4e5da1d23266fc9fb513e1eb96b1b8090..0c6148691c2b84fc10107552dfad4933fc0789c4 100644
--- a/trunk/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
+++ b/trunk/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.6"/>
-<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src Directory Reference</title>
+<title>tos_supervoxels: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src Directory Reference</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
 <script type="text/javascript" src="dynsections.js"></script>
@@ -60,7 +60,7 @@ Files</h2></td></tr>
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/dir_e931c1a3f0014e624d0645a271726ad2.html b/trunk/doc/html/dir_e931c1a3f0014e624d0645a271726ad2.html
index bd578a13a7cde7efeab5a08966ae75d2b029cd54..b3cfa84b4ffbc2013fc8f1b3fb1eb4c448b27cc3 100644
--- a/trunk/doc/html/dir_e931c1a3f0014e624d0645a271726ad2.html
+++ b/trunk/doc/html/dir_e931c1a3f0014e624d0645a271726ad2.html
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.6"/>
-<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples Directory Reference</title>
+<title>tos_supervoxels: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples Directory Reference</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
 <script type="text/javascript" src="dynsections.js"></script>
@@ -53,7 +53,7 @@ Files</h2></td></tr>
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/examples.html b/trunk/doc/html/examples.html
index 2d9213f3b6b1e68a005b2a6efd90f26c66237da9..2ae22ab62a54ed2f54d2fab5ad1f30a8a5b8f22e 100644
--- a/trunk/doc/html/examples.html
+++ b/trunk/doc/html/examples.html
@@ -47,7 +47,7 @@
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:19 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/files.html b/trunk/doc/html/files.html
index 788bb93178a64533d9819e0b4eca44449be96888..7a25c8cb22cf7adbc698cf0c3556ea310e461dcc 100644
--- a/trunk/doc/html/files.html
+++ b/trunk/doc/html/files.html
@@ -57,7 +57,7 @@
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:19 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/functions.html b/trunk/doc/html/functions.html
index 1bf8b39e0acf89aa5922cbdc7aec76059f450e74..667073ce000bf11a0e139ae80e53f06a62071b1b 100644
--- a/trunk/doc/html/functions.html
+++ b/trunk/doc/html/functions.html
@@ -201,6 +201,9 @@
 
 
 <h3><a class="anchor" id="index_p"></a>- p -</h3><ul>
+<li>plane_coefficients
+: <a class="el" href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">tos_supervoxels</a>
+</li>
 <li>print_parameters()
 : <a class="el" href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels</a>
 </li>
@@ -226,7 +229,7 @@
 : <a class="el" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">tos_supervoxels_parameters</a>
 </li>
 <li>segment()
-: <a class="el" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">tos_supervoxels</a>
+: <a class="el" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">tos_supervoxels</a>
 </li>
 <li>set_default_parameters()
 : <a class="el" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">tos_supervoxels</a>
@@ -240,15 +243,15 @@
 <li>show_super_voxels()
 : <a class="el" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels</a>
 </li>
-<li>SMOOTHNESS_THRESHOLD
-: <a class="el" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">tos_supervoxels</a>
-</li>
 <li>smoothness_threshold
 : <a class="el" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">tos_supervoxels</a>
-, <a class="el" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters</a>
 </li>
 <li>SMOOTHNESS_THRESHOLD
-: <a class="el" href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">tos_supervoxels_parameters</a>
+: <a class="el" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">tos_supervoxels_parameters</a>
+</li>
+<li>smoothness_threshold
+: <a class="el" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters</a>
 </li>
 <li>spatial_importance
 : <a class="el" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">tos_supervoxels</a>
@@ -294,15 +297,15 @@
 <li>use_extended_convexity
 : <a class="el" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">tos_supervoxels_parameters</a>
 </li>
-<li>use_sanity_criterion
-: <a class="el" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">tos_supervoxels</a>
-</li>
 <li>USE_SANITY_CRITERION
 : <a class="el" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">tos_supervoxels</a>
-, <a class="el" href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">tos_supervoxels_parameters</a>
 </li>
 <li>use_sanity_criterion
-: <a class="el" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters</a>
+: <a class="el" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters</a>
+</li>
+<li>USE_SANITY_CRITERION
+: <a class="el" href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">tos_supervoxels_parameters</a>
 </li>
 </ul>
 
@@ -322,15 +325,15 @@
 
 
 <h3><a class="anchor" id="index_z"></a>- z -</h3><ul>
-<li>zmax
-: <a class="el" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">tos_supervoxels</a>
-</li>
 <li>ZMAX
 : <a class="el" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">tos_supervoxels</a>
-, <a class="el" href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">tos_supervoxels_parameters</a>
 </li>
 <li>zmax
-: <a class="el" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">tos_supervoxels_parameters</a>
+: <a class="el" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">tos_supervoxels_parameters</a>
+</li>
+<li>ZMAX
+: <a class="el" href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">tos_supervoxels_parameters</a>
 </li>
 <li>zmin
 : <a class="el" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">tos_supervoxels</a>
@@ -356,7 +359,7 @@
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:19 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/functions_func.html b/trunk/doc/html/functions_func.html
index ed80606098e37866c830e4ddb1ad2b70a6a353a8..b70f51484a4a4ca47f1dc6f93f71865eef5b7c5f 100644
--- a/trunk/doc/html/functions_func.html
+++ b/trunk/doc/html/functions_func.html
@@ -94,7 +94,7 @@
 : <a class="el" href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels</a>
 </li>
 <li>segment()
-: <a class="el" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">tos_supervoxels</a>
+: <a class="el" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">tos_supervoxels</a>
 </li>
 <li>set_default_parameters()
 : <a class="el" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">tos_supervoxels</a>
@@ -124,7 +124,7 @@
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:19 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/functions_vars.html b/trunk/doc/html/functions_vars.html
index 892c84656bf90d0963125fd4bb245ff6eed48059..f11b3222f5ed7f50923bc0a4bfba9cd960c5781c 100644
--- a/trunk/doc/html/functions_vars.html
+++ b/trunk/doc/html/functions_vars.html
@@ -56,6 +56,7 @@
       <li><a href="#index_l"><span>l</span></a></li>
       <li><a href="#index_m"><span>m</span></a></li>
       <li><a href="#index_n"><span>n</span></a></li>
+      <li><a href="#index_p"><span>p</span></a></li>
       <li><a href="#index_s"><span>s</span></a></li>
       <li><a href="#index_t"><span>t</span></a></li>
       <li><a href="#index_u"><span>u</span></a></li>
@@ -73,25 +74,21 @@
 </li>
 <li>COLOR_IMPORTANCE
 : <a class="el" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">tos_supervoxels_parameters</a>
 </li>
 <li>color_importance
 : <a class="el" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">tos_supervoxels_parameters</a>
 </li>
-<li>COLOR_IMPORTANCE
-: <a class="el" href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">tos_supervoxels_parameters</a>
-</li>
 <li>concavity_tolerance_threshold
 : <a class="el" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">tos_supervoxels</a>
 </li>
 <li>CONCAVITY_TOLERANCE_THRESHOLD
 : <a class="el" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">tos_supervoxels_parameters</a>
 </li>
 <li>concavity_tolerance_threshold
 : <a class="el" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">tos_supervoxels_parameters</a>
 </li>
-<li>CONCAVITY_TOLERANCE_THRESHOLD
-: <a class="el" href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">tos_supervoxels_parameters</a>
-</li>
 </ul>
 
 
@@ -151,37 +148,42 @@
 </ul>
 
 
+<h3><a class="anchor" id="index_p"></a>- p -</h3><ul>
+<li>plane_coefficients
+: <a class="el" href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">tos_supervoxels</a>
+</li>
+</ul>
+
+
 <h3><a class="anchor" id="index_s"></a>- s -</h3><ul>
 <li>seed_resolution
 : <a class="el" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">tos_supervoxels</a>
 </li>
 <li>SEED_RESOLUTION
 : <a class="el" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">tos_supervoxels_parameters</a>
 </li>
 <li>seed_resolution
 : <a class="el" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">tos_supervoxels_parameters</a>
 </li>
-<li>SEED_RESOLUTION
-: <a class="el" href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">tos_supervoxels_parameters</a>
+<li>SMOOTHNESS_THRESHOLD
+: <a class="el" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">tos_supervoxels</a>
 </li>
 <li>smoothness_threshold
 : <a class="el" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">tos_supervoxels</a>
 </li>
 <li>SMOOTHNESS_THRESHOLD
-: <a class="el" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">tos_supervoxels</a>
-, <a class="el" href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">tos_supervoxels_parameters</a>
+: <a class="el" href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">tos_supervoxels_parameters</a>
 </li>
 <li>smoothness_threshold
 : <a class="el" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters</a>
 </li>
-<li>SPATIAL_IMPORTANCE
-: <a class="el" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">tos_supervoxels</a>
-</li>
 <li>spatial_importance
 : <a class="el" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">tos_supervoxels</a>
 </li>
 <li>SPATIAL_IMPORTANCE
-: <a class="el" href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">tos_supervoxels_parameters</a>
+: <a class="el" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">tos_supervoxels_parameters</a>
 </li>
 <li>spatial_importance
 : <a class="el" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">tos_supervoxels_parameters</a>
@@ -209,21 +211,17 @@
 </li>
 <li>USE_EXTENDED_CONVEXITY
 : <a class="el" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">tos_supervoxels_parameters</a>
 </li>
 <li>use_extended_convexity
 : <a class="el" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">tos_supervoxels_parameters</a>
 </li>
-<li>USE_EXTENDED_CONVEXITY
-: <a class="el" href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">tos_supervoxels_parameters</a>
-</li>
-<li>use_sanity_criterion
-: <a class="el" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">tos_supervoxels</a>
-</li>
 <li>USE_SANITY_CRITERION
 : <a class="el" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">tos_supervoxels</a>
 </li>
 <li>use_sanity_criterion
-: <a class="el" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters</a>
+: <a class="el" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters</a>
 </li>
 <li>USE_SANITY_CRITERION
 : <a class="el" href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">tos_supervoxels_parameters</a>
@@ -246,14 +244,12 @@
 
 
 <h3><a class="anchor" id="index_z"></a>- z -</h3><ul>
-<li>zmax
-: <a class="el" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">tos_supervoxels</a>
-</li>
 <li>ZMAX
 : <a class="el" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">tos_supervoxels</a>
 </li>
 <li>zmax
-: <a class="el" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">tos_supervoxels_parameters</a>
+: <a class="el" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">tos_supervoxels_parameters</a>
 </li>
 <li>ZMAX
 : <a class="el" href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">tos_supervoxels_parameters</a>
@@ -263,18 +259,16 @@
 </li>
 <li>ZMIN
 : <a class="el" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">tos_supervoxels</a>
+, <a class="el" href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">tos_supervoxels_parameters</a>
 </li>
 <li>zmin
 : <a class="el" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">tos_supervoxels_parameters</a>
 </li>
-<li>ZMIN
-: <a class="el" href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">tos_supervoxels_parameters</a>
-</li>
 </ul>
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:19 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/graph_legend.html b/trunk/doc/html/graph_legend.html
index 9a17303098db351c5ed3956a8319ec0f59615f9f..4b1def35e6ce002e512d04a46e3585172f7da2b7 100644
--- a/trunk/doc/html/graph_legend.html
+++ b/trunk/doc/html/graph_legend.html
@@ -107,7 +107,7 @@ A yellow dashed arrow denotes a relation between a template instance and the tem
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/index.html b/trunk/doc/html/index.html
index 72908c889e4a4339183fb7553e40d5eed76260b8..5c2f0c9e22596382109e02ecd9e485acb32b3378 100644
--- a/trunk/doc/html/index.html
+++ b/trunk/doc/html/index.html
@@ -123,7 +123,7 @@ Disclaimer</h1>
 </div></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/structObject.html b/trunk/doc/html/structObject.html
index d2145b72e62cd01198c927f56869505a77a0f8c6..ae6ab3d133add547465f2b6725545fb8daf8ec82 100644
--- a/trunk/doc/html/structObject.html
+++ b/trunk/doc/html/structObject.html
@@ -61,7 +61,7 @@ pcl::PointCloud<br class="typebreak"/>
 </table>
 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 <div class="textblock">
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00035">35</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00032">32</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 </div><h2 class="groupheader">Field Documentation</h2>
 <a class="anchor" id="a45cf3c764fbbd9fd49fb64dd4d2c1b6d"></a>
 <div class="memitem">
@@ -74,17 +74,17 @@ pcl::PointCloud<br class="typebreak"/>
 </div><div class="memdoc">
 <p>label assigned by the lccp algorithm </p>
 
-<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00038">38</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
+<p>Definition at line <a class="el" href="tos__supervoxels_8h_source.html#l00035">35</a> of file <a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a>.</p>
 
 </div>
 </div>
 <hr/>The documentation for this struct was generated from the following file:<ul>
-<li>/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a></li>
+<li>/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/<a class="el" href="tos__supervoxels_8h_source.html">tos_supervoxels.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/tableTop_object_segmentation_test_8cpp-example.html b/trunk/doc/html/tableTop_object_segmentation_test_8cpp-example.html
index 97cdcdfae09132135d68d07812e1b1132651b1f1..183bc13d1a058a0760dddf46b4c98df0b2794325 100644
--- a/trunk/doc/html/tableTop_object_segmentation_test_8cpp-example.html
+++ b/trunk/doc/html/tableTop_object_segmentation_test_8cpp-example.html
@@ -51,7 +51,7 @@
 <div class="fragment"></div><!-- fragment --> </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/tos__supervoxels_8cpp_source.html b/trunk/doc/html/tos__supervoxels_8cpp_source.html
index 46d406b87f7b4dc4d65b89e9720ee83d71c5c89d..09eec3026d8976085195fb89245b9c9e2912ac5e 100644
--- a/trunk/doc/html/tos__supervoxels_8cpp_source.html
+++ b/trunk/doc/html/tos__supervoxels_8cpp_source.html
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.6"/>
-<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp Source File</title>
+<title>tos_supervoxels: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
 <script type="text/javascript" src="dynsections.js"></script>
@@ -92,705 +92,723 @@
 <div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a8e05551a5406f85d3aa97ce50235ef8a">   41</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a8e05551a5406f85d3aa97ce50235ef8a">tos_supervoxels::init</a>(pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; input_cloud,</div>
 <div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;              <a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a> &amp;opt)</div>
 <div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;{</div>
-<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;  this-&gt;cloud = input_cloud.makeShared();</div>
-<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;  this-&gt;detected_objects.resize(0);</div>
-<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;  <a class="code" href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">set_parameters</a>(opt);</div>
-<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a8b884facceaccc4e019e852f2ec51280">initialized</a> = <span class="keyword">true</span>;</div>
-<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;} </div>
-<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160; </div>
-<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a4963a76d8759c326b3639967b23ff984">   50</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a8e05551a5406f85d3aa97ce50235ef8a">tos_supervoxels::init</a>(pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; input_cloud)</div>
-<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;{</div>
-<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;  this-&gt;cloud = input_cloud.makeShared();</div>
-<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;  this-&gt;detected_objects.resize(0);</div>
-<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;  <a class="code" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">set_default_parameters</a>();</div>
-<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a8b884facceaccc4e019e852f2ec51280">initialized</a> = <span class="keyword">true</span>;</div>
-<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;} </div>
-<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
-<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">   58</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels::reset</a>()</div>
-<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;{</div>
-<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;  this-&gt;cloud-&gt;points.resize(0);</div>
-<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;  this-&gt;detected_objects.resize(0);</div>
-<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;  this-&gt;lccp_labeled_cloud-&gt;points.resize(0);</div>
-<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  this-&gt;labeled_voxel_cloud-&gt;points.resize(0);</div>
-<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;  this-&gt;sv_normal_cloud-&gt;points.resize(0);</div>
-<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;  this-&gt;supervoxel_clusters.clear();</div>
-<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;  this-&gt;supervoxel_adjacency.clear();</div>
-<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;  <a class="code" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">set_default_parameters</a>();</div>
-<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;}</div>
-<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div>
-<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">   70</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">tos_supervoxels::set_parameters</a>(<a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a> &amp; opt)</div>
-<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;{</div>
+<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;  <span class="comment">// pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; cloud_copied;</span></div>
+<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;  <span class="comment">// pcl::copyPointCloud(input_cloud, cloud_copied); </span></div>
+<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;  <span class="comment">// this-&gt;cloud = cloud_copied.makeShared();</span></div>
+<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;  this-&gt;cloud = input_cloud.makeShared();</div>
+<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;  this-&gt;detected_objects.resize(0);</div>
+<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;  <a class="code" href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">set_parameters</a>(opt);</div>
+<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a8b884facceaccc4e019e852f2ec51280">initialized</a> = <span class="keyword">true</span>;</div>
+<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;} </div>
+<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160; </div>
+<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a4963a76d8759c326b3639967b23ff984">   53</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a8e05551a5406f85d3aa97ce50235ef8a">tos_supervoxels::init</a>(pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; input_cloud)</div>
+<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;{</div>
+<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  this-&gt;cloud = input_cloud.makeShared();</div>
+<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;  this-&gt;detected_objects.resize(0);</div>
+<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;  <a class="code" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">set_default_parameters</a>();</div>
+<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a8b884facceaccc4e019e852f2ec51280">initialized</a> = <span class="keyword">true</span>;</div>
+<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;} </div>
+<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div>
+<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">   61</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels::reset</a>()</div>
+<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;{</div>
+<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  this-&gt;cloud-&gt;points.resize(0);</div>
+<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;  this-&gt;detected_objects.resize(0);</div>
+<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;  this-&gt;lccp_labeled_cloud-&gt;points.resize(0);</div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;  this-&gt;labeled_voxel_cloud-&gt;points.resize(0);</div>
+<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;  this-&gt;sv_normal_cloud-&gt;points.resize(0);</div>
+<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;  this-&gt;supervoxel_clusters.clear();</div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;  this-&gt;supervoxel_adjacency.clear();</div>
+<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;  <a class="code" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">set_default_parameters</a>();</div>
+<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;}</div>
 <div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div>
-<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">disable_transform</a>;</div>
-<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">voxel_resolution</a>;</div>
-<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">seed_resolution</a>;</div>
-<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">color_importance</a>;</div>
-<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">spatial_importance</a>;</div>
-<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">normal_importance</a>;</div>
-<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div>
-<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;  <span class="comment">// LCCPSegmentation Stuff</span></div>
-<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">concavity_tolerance_threshold</a>;</div>
-<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">smoothness_threshold</a>;</div>
-<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">min_segment_size</a>; </div>
-<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">use_extended_convexity</a>;</div>
-<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">use_sanity_criterion</a>;</div>
-<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div>
-<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">zmin</a>;<span class="comment">//meters</span></div>
-<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">zmax</a>;<span class="comment">//meters</span></div>
+<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">   73</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">tos_supervoxels::set_parameters</a>(<a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a> &amp; opt)</div>
+<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;{</div>
+<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div>
+<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">disable_transform</a>;</div>
+<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">voxel_resolution</a>;</div>
+<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">seed_resolution</a>;</div>
+<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">color_importance</a>;</div>
+<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">spatial_importance</a>;</div>
+<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">normal_importance</a>;</div>
+<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div>
+<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;  <span class="comment">// LCCPSegmentation Stuff</span></div>
+<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">concavity_tolerance_threshold</a>;</div>
+<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">smoothness_threshold</a>;</div>
+<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">min_segment_size</a>; </div>
+<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">use_extended_convexity</a>;</div>
+<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">use_sanity_criterion</a>;</div>
 <div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;</div>
-<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">th_points</a>;</div>
-<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div>
-<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;}</div>
-<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div>
-<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">   94</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">tos_supervoxels::set_default_parameters</a>()</div>
-<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;{</div>
-<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">DISABLE_TRANSFORM</a>;</div>
-<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">VOXEL_RESOLUTION</a>;</div>
-<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">SEED_RESOLUTION</a>;</div>
-<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">COLOR_IMPORTANCE</a>;</div>
-<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">SPATIAL_IMPORTANCE</a>;</div>
-<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">NORMAL_IMPORTANCE</a>;</div>
-<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div>
-<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;  <span class="comment">// LCCPSegmentation Stuff</span></div>
-<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">CONCAVITY_TOLERANCE_THRESHOLD</a>;</div>
-<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">SMOOTHNESS_THRESHOLD</a>;</div>
-<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">MIN_SEGMENT_SIZE</a>; </div>
-<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">USE_EXTENDED_CONVEXITY</a>;</div>
-<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">USE_SANITY_CRITERION</a>;</div>
-<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div>
-<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">ZMIN</a>;<span class="comment">//meters</span></div>
-<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">ZMAX</a>;<span class="comment">//meters</span></div>
+<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">zmin</a>;<span class="comment">//meters</span></div>
+<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">zmax</a>;<span class="comment">//meters</span></div>
+<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;</div>
+<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a> = opt.<a class="code" href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">th_points</a>;</div>
+<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;</div>
+<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;}</div>
+<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div>
+<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">   97</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">tos_supervoxels::set_default_parameters</a>()</div>
+<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;{</div>
+<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">DISABLE_TRANSFORM</a>;</div>
+<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">VOXEL_RESOLUTION</a>;</div>
+<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">SEED_RESOLUTION</a>;</div>
+<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">COLOR_IMPORTANCE</a>;</div>
+<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">SPATIAL_IMPORTANCE</a>;</div>
+<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">NORMAL_IMPORTANCE</a>;</div>
+<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;</div>
+<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;  <span class="comment">// LCCPSegmentation Stuff</span></div>
+<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">CONCAVITY_TOLERANCE_THRESHOLD</a>;</div>
+<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">SMOOTHNESS_THRESHOLD</a>;</div>
+<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">MIN_SEGMENT_SIZE</a>; </div>
+<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">USE_EXTENDED_CONVEXITY</a>;</div>
+<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">USE_SANITY_CRITERION</a>;</div>
 <div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;</div>
-<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">TH_POINTS</a>;</div>
-<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;</div>
-<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;  <span class="keywordflow">return</span>;</div>
-<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;</div>
-<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;}</div>
-<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;</div>
+<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">ZMIN</a>;<span class="comment">//meters</span></div>
+<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">ZMAX</a>;<span class="comment">//meters</span></div>
+<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div>
+<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">TH_POINTS</a>;</div>
+<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;</div>
+<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;  <span class="keywordflow">return</span>;</div>
 <div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div>
-<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="keywordtype">void</span></div>
-<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">  121</a></span>&#160;<a class="code" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">tos_supervoxels::addSupervoxelConnectionsToViewer</a> (pcl::PointXYZRGBA &amp;supervoxel_center,</div>
-<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;                                  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;&amp; adjacent_supervoxel_centers,</div>
-<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;                                  std::string supervoxel_name,</div>
-<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;                                  boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer)</div>
-<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;{</div>
-<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;  vtkSmartPointer&lt;vtkPoints&gt; points = vtkSmartPointer&lt;vtkPoints&gt;::New ();</div>
-<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;  vtkSmartPointer&lt;vtkCellArray&gt; cells = vtkSmartPointer&lt;vtkCellArray&gt;::New ();</div>
-<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;  vtkSmartPointer&lt;vtkPolyLine&gt; polyLine = vtkSmartPointer&lt;vtkPolyLine&gt;::New ();</div>
-<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;</div>
-<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;  <span class="comment">//Iterate through all adjacent points, and add a center point to adjacent point pair</span></div>
-<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::iterator adjacent_itr = adjacent_supervoxel_centers.begin ();</div>
-<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;  <span class="keywordflow">for</span> ( ; adjacent_itr != adjacent_supervoxel_centers.end (); ++adjacent_itr)</div>
-<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;  {</div>
-<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    points-&gt;InsertNextPoint (supervoxel_center.data);</div>
-<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;    points-&gt;InsertNextPoint (adjacent_itr-&gt;data);</div>
-<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;  }</div>
-<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;  <span class="comment">// Create a polydata to store everything in</span></div>
-<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;  vtkSmartPointer&lt;vtkPolyData&gt; polyData = vtkSmartPointer&lt;vtkPolyData&gt;::New ();</div>
-<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;  <span class="comment">// Add the points to the dataset</span></div>
-<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;  polyData-&gt;SetPoints (points);</div>
-<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;  polyLine-&gt;GetPointIds  ()-&gt;SetNumberOfIds(points-&gt;GetNumberOfPoints ());</div>
-<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;  <span class="keywordflow">for</span>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; points-&gt;GetNumberOfPoints (); i++)</div>
-<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;    polyLine-&gt;GetPointIds ()-&gt;SetId (i,i);</div>
-<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;  cells-&gt;InsertNextCell (polyLine);</div>
-<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;  <span class="comment">// Add the lines to the dataset</span></div>
-<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;  polyData-&gt;SetLines (cells);</div>
-<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;  viewer-&gt;addModelFromPolyData (polyData,supervoxel_name);</div>
-<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;}</div>
-<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div>
-<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">  150</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">tos_supervoxels::detectObjectsOnTable</a>(pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr cloud, <span class="keywordtype">double</span> zmin, <span class="keywordtype">double</span> zmax, pcl::PointIndices::Ptr objectIndices, <span class="keywordtype">bool</span> filter_input_cloud)</div>
-<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;{</div>
-<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;  <span class="comment">// Objects for storing the point clouds.</span></div>
-<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr plane(<span class="keyword">new</span> pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;);</div>
-<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr convexHull(<span class="keyword">new</span> pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;);</div>
-<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160; </div>
-<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;  <span class="comment">// Get the plane model, if present.</span></div>
-<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;  pcl::ModelCoefficients::Ptr coefficients(<span class="keyword">new</span> pcl::ModelCoefficients);</div>
-<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;  pcl::SACSegmentation&lt;pcl::PointXYZRGBA&gt; segmentation;</div>
-<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;  segmentation.setInputCloud(cloud);</div>
-<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;  segmentation.setModelType(pcl::SACMODEL_PLANE);</div>
-<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;  segmentation.setMethodType(pcl::SAC_RANSAC);</div>
-<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;  segmentation.setDistanceThreshold(0.01);</div>
-<div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;  segmentation.setOptimizeCoefficients(<span class="keyword">true</span>);</div>
-<div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;  pcl::PointIndices::Ptr planeIndices(<span class="keyword">new</span> pcl::PointIndices);</div>
-<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;  segmentation.segment(*planeIndices, *coefficients);</div>
-<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div>
-<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;  <span class="keywordflow">if</span> (planeIndices-&gt;indices.size() == 0)</div>
-<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;    std::cout &lt;&lt; <span class="stringliteral">&quot;Could not find a plane in the scene.&quot;</span> &lt;&lt; std::endl;</div>
-<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;  <span class="keywordflow">else</span></div>
-<div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;  {</div>
-<div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;    <span class="comment">// Copy the points of the plane to a new cloud.</span></div>
-<div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;    pcl::ExtractIndices&lt;pcl::PointXYZRGBA&gt; extract;</div>
-<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;    extract.setInputCloud(cloud);</div>
-<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;    extract.setIndices(planeIndices);</div>
-<div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;    extract.filter(*plane);</div>
-<div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160; </div>
-<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;    <span class="comment">// Retrieve the convex hull.</span></div>
-<div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;    pcl::ConvexHull&lt;pcl::PointXYZRGBA&gt; hull;</div>
-<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;    hull.setInputCloud(plane);</div>
-<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;    <span class="comment">// Make sure that the resulting hull is bidimensional.</span></div>
-<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;    hull.setDimension(2); <span class="comment">//2dimension -&gt; planar convex hull</span></div>
-<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;    hull.reconstruct(*convexHull);</div>
-<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160; </div>
-<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;    <span class="comment">// Redundant check.</span></div>
-<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;    <span class="keywordflow">if</span> (hull.getDimension() == 2)</div>
-<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;    {</div>
-<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;      <span class="comment">// Prism object.</span></div>
-<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;      pcl::ExtractPolygonalPrismData&lt;pcl::PointXYZRGBA&gt; prism;</div>
-<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;      prism.setInputCloud(cloud);</div>
-<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;      prism.setInputPlanarHull(convexHull);</div>
-<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;      <span class="comment">// First parameter: minimum Z value. Set to 0, segments objects lying on the plane (can be negative).</span></div>
-<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;      <span class="comment">// Second parameter: maximum Z value[meters], set to 10cm. Tune it according to the height of the objects you expect.</span></div>
-<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;      prism.setHeightLimits(zmin, zmax);</div>
-<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160; </div>
-<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;      <span class="comment">//std::cout &lt;&lt; &quot;size of objectIndices before segmentation: &quot; &lt;&lt; objectIndices.indices.size() &lt;&lt; std::endl;</span></div>
-<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;      <span class="comment">//pcl::PointIndices::Ptr objectIndices(new pcl::PointIndices);</span></div>
-<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;      prism.segment(*objectIndices);</div>
-<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;      <span class="comment">//std::cout &lt;&lt; &quot;size of objectIndices AFTER segmentation: &quot; &lt;&lt; objectIndices.indices.size() &lt;&lt; std::endl;</span></div>
-<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160; </div>
-<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;      <span class="comment">// Get and show all points retrieved by the hull.</span></div>
-<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;      extract.setIndices(objectIndices);</div>
-<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;      </div>
-<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;      <span class="keywordflow">if</span>(filter_input_cloud)</div>
-<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;        extract.filter(*cloud);</div>
-<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;</div>
-<div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;    }</div>
-<div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;    <span class="keywordflow">else</span> std::cout &lt;&lt; <span class="stringliteral">&quot;The chosen hull is not planar.&quot;</span> &lt;&lt; std::endl;</div>
-<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;  }</div>
-<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;}</div>
-<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;</div>
-<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;<a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div>
-<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">  212</a></span>&#160;<a class="code" href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">tos_supervoxels::get_default_parameters</a>()</div>
-<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;{</div>
-<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;</div>
-<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;  <a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a> opt;</div>
+<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;}</div>
+<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;</div>
+<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;</div>
+<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<span class="keywordtype">void</span></div>
+<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">  124</a></span>&#160;<a class="code" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">tos_supervoxels::addSupervoxelConnectionsToViewer</a> (pcl::PointXYZRGBA &amp;supervoxel_center,</div>
+<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;                                  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;&amp; adjacent_supervoxel_centers,</div>
+<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;                                  std::string supervoxel_name,</div>
+<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;                                  boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer)</div>
+<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;{</div>
+<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;  vtkSmartPointer&lt;vtkPoints&gt; points = vtkSmartPointer&lt;vtkPoints&gt;::New ();</div>
+<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;  vtkSmartPointer&lt;vtkCellArray&gt; cells = vtkSmartPointer&lt;vtkCellArray&gt;::New ();</div>
+<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;  vtkSmartPointer&lt;vtkPolyLine&gt; polyLine = vtkSmartPointer&lt;vtkPolyLine&gt;::New ();</div>
+<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;</div>
+<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;  <span class="comment">//Iterate through all adjacent points, and add a center point to adjacent point pair</span></div>
+<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::iterator adjacent_itr = adjacent_supervoxel_centers.begin ();</div>
+<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;  <span class="keywordflow">for</span> ( ; adjacent_itr != adjacent_supervoxel_centers.end (); ++adjacent_itr)</div>
+<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;  {</div>
+<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;    points-&gt;InsertNextPoint (supervoxel_center.data);</div>
+<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;    points-&gt;InsertNextPoint (adjacent_itr-&gt;data);</div>
+<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;  }</div>
+<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;  <span class="comment">// Create a polydata to store everything in</span></div>
+<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;  vtkSmartPointer&lt;vtkPolyData&gt; polyData = vtkSmartPointer&lt;vtkPolyData&gt;::New ();</div>
+<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;  <span class="comment">// Add the points to the dataset</span></div>
+<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;  polyData-&gt;SetPoints (points);</div>
+<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;  polyLine-&gt;GetPointIds  ()-&gt;SetNumberOfIds(points-&gt;GetNumberOfPoints ());</div>
+<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;  <span class="keywordflow">for</span>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; points-&gt;GetNumberOfPoints (); i++)</div>
+<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;    polyLine-&gt;GetPointIds ()-&gt;SetId (i,i);</div>
+<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;  cells-&gt;InsertNextCell (polyLine);</div>
+<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;  <span class="comment">// Add the lines to the dataset</span></div>
+<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;  polyData-&gt;SetLines (cells);</div>
+<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;  viewer-&gt;addModelFromPolyData (polyData,supervoxel_name);</div>
+<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;}</div>
+<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;</div>
+<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">  153</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">tos_supervoxels::detectObjectsOnTable</a>(pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr cloud, <span class="keywordtype">double</span> zmin, <span class="keywordtype">double</span> zmax, pcl::PointIndices::Ptr objectIndices, <span class="keywordtype">bool</span> filter_input_cloud)</div>
+<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;{</div>
+<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;  <span class="comment">// Objects for storing the point clouds.</span></div>
+<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr plane(<span class="keyword">new</span> pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;);</div>
+<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr convexHull(<span class="keyword">new</span> pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;);</div>
+<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160; </div>
+<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;  <span class="comment">// Get the plane model, if present.</span></div>
+<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;  pcl::SACSegmentation&lt;pcl::PointXYZRGBA&gt; segmentation;</div>
+<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;  segmentation.setInputCloud(cloud);</div>
+<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;  segmentation.setModelType(pcl::SACMODEL_PLANE);</div>
+<div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;  segmentation.setMethodType(pcl::SAC_RANSAC);</div>
+<div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;  segmentation.setDistanceThreshold(0.01);</div>
+<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;  segmentation.setOptimizeCoefficients(<span class="keyword">true</span>);</div>
+<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;  pcl::PointIndices::Ptr planeIndices(<span class="keyword">new</span> pcl::PointIndices);</div>
+<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;  segmentation.segment(*planeIndices, this-&gt;<a class="code" href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">plane_coefficients</a>);</div>
+<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;</div>
+<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;  <span class="keywordflow">if</span> (planeIndices-&gt;indices.size() == 0)</div>
+<div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;    std::cout &lt;&lt; <span class="stringliteral">&quot;Could not find a plane in the scene.&quot;</span> &lt;&lt; std::endl;</div>
+<div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;  <span class="keywordflow">else</span></div>
+<div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;  {</div>
+<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;    <span class="comment">// Copy the points of the plane to a new cloud.</span></div>
+<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;    pcl::ExtractIndices&lt;pcl::PointXYZRGBA&gt; extract;</div>
+<div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;    extract.setInputCloud(cloud);</div>
+<div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    extract.setIndices(planeIndices);</div>
+<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;    extract.filter(*plane);</div>
+<div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160; </div>
+<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;    <span class="comment">// Retrieve the convex hull.</span></div>
+<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;    pcl::ConvexHull&lt;pcl::PointXYZRGBA&gt; hull;</div>
+<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;    hull.setInputCloud(plane);</div>
+<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;    <span class="comment">// Make sure that the resulting hull is bidimensional.</span></div>
+<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;    hull.setDimension(2); <span class="comment">//2dimension -&gt; planar convex hull</span></div>
+<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;    hull.reconstruct(*convexHull);</div>
+<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160; </div>
+<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;    <span class="comment">// Redundant check.</span></div>
+<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;    <span class="keywordflow">if</span> (hull.getDimension() == 2)</div>
+<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;    {</div>
+<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;      <span class="comment">// Prism object.</span></div>
+<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;      pcl::ExtractPolygonalPrismData&lt;pcl::PointXYZRGBA&gt; prism;</div>
+<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;      prism.setInputCloud(cloud);</div>
+<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;      prism.setInputPlanarHull(convexHull);</div>
+<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;      <span class="comment">// First parameter: minimum Z value. Set to 0, segments objects lying on the plane (can be negative).</span></div>
+<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;      <span class="comment">// Second parameter: maximum Z value[meters], set to 10cm. Tune it according to the height of the objects you expect.</span></div>
+<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;      prism.setHeightLimits(zmin, zmax);</div>
+<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160; </div>
+<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;      <span class="comment">//std::cout &lt;&lt; &quot;size of objectIndices before segmentation: &quot; &lt;&lt; objectIndices.indices.size() &lt;&lt; std::endl;</span></div>
+<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;      <span class="comment">//pcl::PointIndices::Ptr objectIndices(new pcl::PointIndices);</span></div>
+<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;      prism.segment(*objectIndices);</div>
+<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;      <span class="comment">//std::cout &lt;&lt; &quot;size of objectIndices AFTER segmentation: &quot; &lt;&lt; objectIndices.indices.size() &lt;&lt; std::endl;</span></div>
+<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160; </div>
+<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;      <span class="comment">// Get and show all points retrieved by the hull.</span></div>
+<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;      extract.setIndices(objectIndices);</div>
+<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;      </div>
+<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;      <span class="keywordflow">if</span>(filter_input_cloud)</div>
+<div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;        extract.filter(*cloud);</div>
+<div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;</div>
+<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;    }</div>
+<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;    <span class="keywordflow">else</span> std::cout &lt;&lt; <span class="stringliteral">&quot;The chosen hull is not planar.&quot;</span> &lt;&lt; std::endl;</div>
+<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;  }</div>
+<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;}</div>
+<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;</div>
+<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;<a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div>
+<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">  214</a></span>&#160;<a class="code" href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">tos_supervoxels::get_default_parameters</a>()</div>
+<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;{</div>
 <div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;</div>
-<div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">disable_transform</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">DISABLE_TRANSFORM</a>;</div>
-<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">voxel_resolution</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">VOXEL_RESOLUTION</a>;</div>
-<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">seed_resolution</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">SEED_RESOLUTION</a>;</div>
-<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">color_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">COLOR_IMPORTANCE</a>;</div>
-<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">spatial_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">SPATIAL_IMPORTANCE</a>;</div>
-<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">normal_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">NORMAL_IMPORTANCE</a>;</div>
-<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;</div>
-<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;  <span class="comment">// LCCPSegmentation Stuff</span></div>
-<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">concavity_tolerance_threshold</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">CONCAVITY_TOLERANCE_THRESHOLD</a>;</div>
-<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">smoothness_threshold</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">SMOOTHNESS_THRESHOLD</a>;</div>
-<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">min_segment_size</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">MIN_SEGMENT_SIZE</a>; </div>
-<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">use_extended_convexity</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">USE_EXTENDED_CONVEXITY</a>;</div>
-<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">use_sanity_criterion</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">USE_SANITY_CRITERION</a>;</div>
-<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;</div>
-<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">zmin</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">ZMIN</a>;<span class="comment">//meters</span></div>
-<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">zmax</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">ZMAX</a>;<span class="comment">//meters</span></div>
-<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;</div>
-<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">th_points</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">TH_POINTS</a>;</div>
+<div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;  <a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a> opt;</div>
+<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;</div>
+<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">disable_transform</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">DISABLE_TRANSFORM</a>;</div>
+<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">voxel_resolution</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">VOXEL_RESOLUTION</a>;</div>
+<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">seed_resolution</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">SEED_RESOLUTION</a>;</div>
+<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">color_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">COLOR_IMPORTANCE</a>;</div>
+<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">spatial_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">SPATIAL_IMPORTANCE</a>;</div>
+<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">normal_importance</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">NORMAL_IMPORTANCE</a>;</div>
+<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;</div>
+<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;  <span class="comment">// LCCPSegmentation Stuff</span></div>
+<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">concavity_tolerance_threshold</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">CONCAVITY_TOLERANCE_THRESHOLD</a>;</div>
+<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">smoothness_threshold</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">SMOOTHNESS_THRESHOLD</a>;</div>
+<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">min_segment_size</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">MIN_SEGMENT_SIZE</a>; </div>
+<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">use_extended_convexity</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">USE_EXTENDED_CONVEXITY</a>;</div>
+<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">use_sanity_criterion</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">USE_SANITY_CRITERION</a>;</div>
+<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;</div>
+<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">zmin</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">ZMIN</a>;<span class="comment">//meters</span></div>
+<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">zmax</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">ZMAX</a>;<span class="comment">//meters</span></div>
 <div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;</div>
-<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;  <span class="keywordflow">return</span> opt;</div>
-<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;}</div>
-<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;</div>
-<div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;</div>
-<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">  240</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">tos_supervoxels::segment</a>()</div>
-<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;{</div>
-<div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;  <span class="comment">//float t_ini = cv::getTickCount();</span></div>
-<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;</div>
-<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;  <span class="keywordflow">if</span>(!this-&gt;<a class="code" href="classtos__supervoxels.html#a8b884facceaccc4e019e852f2ec51280">initialized</a>)</div>
-<div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;  {</div>
-<div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;    pcl::console::print_error(<span class="stringliteral">&quot;[tos_supervoxels] No valid input cloud given to the algorithm. The class has not beed initialized.&quot;</span>);</div>
-<div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;    <span class="keywordflow">return</span>;</div>
-<div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;  }</div>
-<div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;</div>
-<div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;  pcl::PointIndices::Ptr obj_idx (<span class="keyword">new</span> pcl::PointIndices());</div>
-<div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;  <a class="code" href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">detectObjectsOnTable</a>(this-&gt;cloud, this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a>, this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> , obj_idx, <span class="keyword">true</span>);</div>
-<div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;  <span class="comment">//float elapsed_time_plane = (cv::getTickCount()-t_ini)/cv::getTickFrequency();</span></div>
-<div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;</div>
-<div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;  <span class="keywordflow">if</span>(this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> &lt; 0.013)</div>
-<div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;    pcl::console::print_warn(<span class="stringliteral">&quot;[tos_supervoxels] seed resolution very low, the segmentation could be fragmented.&quot;</span>);</div>
-<div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;</div>
-<div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;  pcl::SupervoxelClustering&lt;pcl::PointXYZRGBA&gt; super (this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a>, this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a>);</div>
+<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;  opt.<a class="code" href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">th_points</a> = this-&gt;<a class="code" href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">TH_POINTS</a>;</div>
+<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;</div>
+<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;  <span class="keywordflow">return</span> opt;</div>
+<div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;}</div>
+<div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;</div>
+<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;</div>
+<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">  242</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">tos_supervoxels::segment</a>()</div>
+<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;{</div>
+<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;  <span class="comment">//float t_ini = cv::getTickCount();</span></div>
+<div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;</div>
+<div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;  <span class="keywordflow">if</span>(!this-&gt;<a class="code" href="classtos__supervoxels.html#a8b884facceaccc4e019e852f2ec51280">initialized</a>)</div>
+<div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;  {</div>
+<div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;    pcl::console::print_error(<span class="stringliteral">&quot;[tos_supervoxels] No valid input cloud given to the algorithm. The class has not beed initialized.&quot;</span>);</div>
+<div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;    <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
+<div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;  }</div>
+<div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;</div>
+<div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;  pcl::PointIndices::Ptr obj_idx (<span class="keyword">new</span> pcl::PointIndices());</div>
+<div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;  <a class="code" href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">detectObjectsOnTable</a>(this-&gt;cloud, this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a>, this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> , obj_idx, <span class="keyword">true</span>);</div>
+<div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;  <span class="comment">//float elapsed_time_plane = (cv::getTickCount()-t_ini)/cv::getTickFrequency();</span></div>
+<div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;</div>
+<div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;  <span class="keywordflow">if</span>(this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> &lt; 0.013)</div>
+<div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;    pcl::console::print_warn(<span class="stringliteral">&quot;[tos_supervoxels] seed resolution very low, the segmentation could be fragmented.&quot;</span>);</div>
 <div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;</div>
-<div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;  super.setInputCloud (this-&gt;cloud);</div>
+<div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;  pcl::SupervoxelClustering&lt;pcl::PointXYZRGBA&gt; super (this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a>, this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a>);</div>
 <div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;</div>
-<div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;  <span class="comment">//super.setNormalCloud (input_normals);</span></div>
-<div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;</div>
-<div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;  super.setColorImportance (this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a>);</div>
-<div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;  super.setSpatialImportance (this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a>);</div>
-<div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;  super.setNormalImportance (this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a>);</div>
-<div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160; </div>
-<div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;  super.extract (supervoxel_clusters);</div>
-<div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;  labeled_voxel_cloud = super.getLabeledVoxelCloud ();</div>
-<div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr voxel_centroid_cloud = super.getVoxelCentroidCloud ();</div>
-<div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;  sv_normal_cloud = super.makeSupervoxelNormalCloud (supervoxel_clusters);</div>
-<div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr full_labeled_cloud = super.getLabeledCloud ();</div>
-<div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;  </div>
-<div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;  super.getSupervoxelAdjacency (supervoxel_adjacency);</div>
-<div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;   </div>
-<div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;  std::map &lt;uint32_t, pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr &gt; refined_supervoxel_clusters;</div>
-<div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;</div>
-<div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;  <span class="comment">// NO REFINEMENT!!</span></div>
-<div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;  <span class="comment">//super.refineSupervoxels (3, refined_supervoxel_clusters);</span></div>
-<div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;</div>
-<div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr refined_labeled_voxel_cloud = super.getLabeledVoxelCloud ();</div>
-<div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;  pcl::PointCloud&lt;pcl::PointNormal&gt;::Ptr refined_sv_normal_cloud = super.makeSupervoxelNormalCloud (refined_supervoxel_clusters);</div>
-<div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr refined_full_labeled_cloud = super.getLabeledCloud ();</div>
-<div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;  </div>
-<div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;  <span class="keyword">typedef</span> boost::adjacency_list&lt;boost::setS, boost::setS, boost::undirectedS, uint32_t, float&gt; VoxelAdjacencyList;</div>
-<div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;  VoxelAdjacencyList supervoxel_adjacency_list;</div>
-<div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;  super.getSupervoxelAdjacencyList (supervoxel_adjacency_list);</div>
-<div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;  </div>
-<div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;  <span class="comment">// Segmentation Stuff</span></div>
-<div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;  </div>
-<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;  uint k_factor = 0;</div>
-<div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;  <span class="keywordflow">if</span> (<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a>)</div>
-<div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;    k_factor = 1;</div>
-<div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;</div>
-<div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;  pcl::LCCPSegmentation&lt;pcl::PointXYZRGBA&gt; lccp;</div>
-<div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;  lccp.setConcavityToleranceThreshold (this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a>);</div>
-<div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;  lccp.setSanityCheck (this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a>);</div>
-<div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;  lccp.setSmoothnessCheck (<span class="keyword">true</span>, this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a>, this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a>, this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a>);</div>
-<div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;  lccp.setKFactor (k_factor);</div>
-<div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;  lccp.setInputSupervoxels (this-&gt;supervoxel_clusters, this-&gt;supervoxel_adjacency);</div>
-<div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;  lccp.setMinSegmentSize (this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a>);</div>
-<div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;  lccp.segment ();</div>
-<div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;</div>
-<div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr sv_labeled_cloud = super.getLabeledCloud ();</div>
-<div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;  lccp_labeled_cloud = sv_labeled_cloud-&gt;makeShared ();</div>
-<div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;  lccp.relabelCloud (*lccp_labeled_cloud);</div>
-<div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;  <span class="comment">//std::cout &lt;&lt; &quot;size lccp_labeled_cloud: &quot;&lt;&lt;lccp_labeled_cloud-&gt;points.size() &lt;&lt; &quot;\n&quot;;</span></div>
-<div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;  <span class="comment">//---------------------------------------------------------------------------------------------</span></div>
-<div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;</div>
-<div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;  <span class="comment">//float elapsed_time_seg = (cv::getTickCount()-t_ini)/cv::getTickFrequency() - elapsed_time_plane;</span></div>
-<div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;</div>
-<div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;  <span class="comment">//------------------------------ SEGMENTATION POST PROCESSING ---------------------------------</span></div>
-<div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;  <span class="comment">//construct for each segmented object the point cloud associated to that object</span></div>
-<div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;  <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; lccp_labeled_cloud-&gt;points.size(); ++i)</div>
-<div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;  {</div>
-<div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;    </div>
-<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;    uint32_t idx = lccp_labeled_cloud-&gt;points.at(i).label;</div>
-<div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;</div>
-<div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;    <span class="comment">//in this way we enlarges the vector everytime we encounter a greater label. So we don&#39;t need to pass all </span></div>
-<div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;    <span class="comment">// labeeld point cloud to see what is the greater label, and then to resize the vector. </span></div>
-<div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;    <span class="keywordflow">if</span>(idx &gt;= detected_objects.size()) <span class="comment">// keep in mind that there is also the label 0! </span></div>
-<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;      detected_objects.resize(idx+1);</div>
-<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;        </div>
-<div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;    pcl::PointXYZRGBA tmp_point_rgb;</div>
-<div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;    tmp_point_rgb = cloud-&gt;points.at(i);</div>
-<div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;    detected_objects[idx].object_cloud.points.push_back(tmp_point_rgb);</div>
-<div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;</div>
-<div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;    detected_objects[idx].label = (int)idx;</div>
-<div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;  } </div>
-<div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;</div>
-<div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;  <span class="comment">//remove segments with too few points</span></div>
-<div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;  <span class="comment">// it will removes te ones with few points or the ones with no points (these are created because of the labels of lccp)</span></div>
-<div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;  <span class="keywordtype">int</span> size = detected_objects.size();</div>
-<div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;  <span class="keywordtype">int</span> i = 0;</div>
-<div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160;  <span class="keywordflow">while</span> (i &lt; size)</div>
-<div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;  {</div>
-<div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;    <span class="keywordflow">if</span>(detected_objects[i].object_cloud.size() &lt; this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a>)</div>
-<div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;    {</div>
-<div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;      detected_objects.erase(detected_objects.begin() + i);</div>
-<div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;      size = detected_objects.size();</div>
-<div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;    }</div>
-<div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;    <span class="keywordflow">else</span></div>
-<div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;      i++;</div>
-<div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;  }</div>
-<div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;</div>
-<div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;  <span class="comment">//float elapsed_time = (cv::getTickCount()-t_ini)/cv::getTickFrequency();</span></div>
-<div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;  </div>
-<div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;  <span class="comment">//std::cout &lt;&lt; &quot;elapsed_time (segmentation and postprocessing): &quot; &lt;&lt; elapsed_time &lt;&lt; &quot;\nelapsed_time of LCCP segmentation: &quot; &lt;&lt; elapsed_time_seg   &lt;&lt;  std::endl;</span></div>
-<div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;  <span class="comment">//std::cout &lt;&lt; &quot;elapsed_time plane estimation: &quot; &lt;&lt; elapsed_time_plane &lt;&lt; std::endl;</span></div>
-<div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;</div>
-<div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;  <span class="keywordflow">return</span>;</div>
-<div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;}</div>
-<div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;</div>
-<div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">  353</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer,</div>
-<div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160;                       <span class="keywordtype">bool</span> show_adjacency_map,</div>
-<div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;                       <span class="keywordtype">bool</span> show_super_voxel_normals)</div>
-<div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;{</div>
-<div class="line"><a name="l00357"></a><span class="lineno">  357</span>&#160;  <span class="keywordflow">if</span>(this-&gt;detected_objects.size() &gt; 0)</div>
-<div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;  {</div>
-<div class="line"><a name="l00359"></a><span class="lineno">  359</span>&#160;    viewer-&gt;addPointCloud (this-&gt;labeled_voxel_cloud, <span class="stringliteral">&quot;supervoxel_cloud&quot;</span>);</div>
-<div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;</div>
-<div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160;    <span class="comment">//pcl::visualization::PointCloudColorHandlerRGBField&lt;pcl::PointXYZRGBA&gt; rgb_cloud_obj(cloud);</span></div>
-<div class="line"><a name="l00362"></a><span class="lineno">  362</span>&#160;    <span class="comment">//viewer-&gt;addPointCloud&lt;pcl::PointXYZRGBA&gt; (cloud, rgb_cloud_obj, &quot;maincloud&quot;);</span></div>
-<div class="line"><a name="l00363"></a><span class="lineno">  363</span>&#160;    <span class="keywordflow">if</span>(show_super_voxel_normals)</div>
-<div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;      viewer-&gt;addPointCloudNormals&lt;pcl::PointNormal&gt; (this-&gt;sv_normal_cloud,1,0.05f, <span class="stringliteral">&quot;supervoxel_normals&quot;</span>);</div>
+<div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;</div>
+<div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;  <span class="comment">// resize </span></div>
+<div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;  detected_objects.resize(0); <span class="comment">// maybe it is useless</span></div>
+<div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;</div>
+<div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;  <span class="comment">// Checking for objects on the table</span></div>
+<div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;  <span class="keywordflow">if</span>(this-&gt;cloud-&gt;points.size() == 0)</div>
+<div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;  {</div>
+<div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;    pcl::console::print_warn(<span class="stringliteral">&quot;No objects on the table\n&quot;</span>);</div>
+<div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;    <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
+<div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;  }</div>
+<div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;</div>
+<div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;  super.setInputCloud (this-&gt;cloud);</div>
+<div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;</div>
+<div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;  <span class="comment">//super.setNormalCloud (input_normals);</span></div>
+<div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;</div>
+<div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;  super.setColorImportance (this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a>);</div>
+<div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;  super.setSpatialImportance (this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a>);</div>
+<div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;  super.setNormalImportance (this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a>);</div>
+<div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160; </div>
+<div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;  super.extract (supervoxel_clusters);</div>
+<div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;  labeled_voxel_cloud = super.getLabeledVoxelCloud ();</div>
+<div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr voxel_centroid_cloud = super.getVoxelCentroidCloud ();</div>
+<div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;  sv_normal_cloud = super.makeSupervoxelNormalCloud (supervoxel_clusters);</div>
+<div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr full_labeled_cloud = super.getLabeledCloud ();</div>
+<div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;  </div>
+<div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;  super.getSupervoxelAdjacency (supervoxel_adjacency);</div>
+<div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;   </div>
+<div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;  std::map &lt;uint32_t, pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr &gt; refined_supervoxel_clusters;</div>
+<div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;</div>
+<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;  <span class="comment">// NO REFINEMENT!!</span></div>
+<div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;  <span class="comment">//super.refineSupervoxels (3, refined_supervoxel_clusters);</span></div>
+<div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;</div>
+<div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr refined_labeled_voxel_cloud = super.getLabeledVoxelCloud ();</div>
+<div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;  pcl::PointCloud&lt;pcl::PointNormal&gt;::Ptr refined_sv_normal_cloud = super.makeSupervoxelNormalCloud (refined_supervoxel_clusters);</div>
+<div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr refined_full_labeled_cloud = super.getLabeledCloud ();</div>
+<div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;  </div>
+<div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;  <span class="keyword">typedef</span> boost::adjacency_list&lt;boost::setS, boost::setS, boost::undirectedS, uint32_t, float&gt; VoxelAdjacencyList;</div>
+<div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;  VoxelAdjacencyList supervoxel_adjacency_list;</div>
+<div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;  super.getSupervoxelAdjacencyList (supervoxel_adjacency_list);</div>
+<div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;  </div>
+<div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;  <span class="comment">// Segmentation Stuff</span></div>
+<div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;  </div>
+<div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;  uint k_factor = 0;</div>
+<div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;  <span class="keywordflow">if</span> (<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a>)</div>
+<div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;    k_factor = 1;</div>
+<div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;</div>
+<div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;  pcl::LCCPSegmentation&lt;pcl::PointXYZRGBA&gt; lccp;</div>
+<div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;  lccp.setConcavityToleranceThreshold (this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a>);</div>
+<div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;  lccp.setSanityCheck (this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a>);</div>
+<div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;  lccp.setSmoothnessCheck (<span class="keyword">true</span>, this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a>, this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a>, this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a>);</div>
+<div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;  lccp.setKFactor (k_factor);</div>
+<div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;  lccp.setInputSupervoxels (this-&gt;supervoxel_clusters, this-&gt;supervoxel_adjacency);</div>
+<div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;  lccp.setMinSegmentSize (this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a>);</div>
+<div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;  lccp.segment ();</div>
+<div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;</div>
+<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr sv_labeled_cloud = super.getLabeledCloud ();</div>
+<div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;  lccp_labeled_cloud = sv_labeled_cloud-&gt;makeShared ();</div>
+<div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;  lccp.relabelCloud (*lccp_labeled_cloud);</div>
+<div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;  <span class="comment">//std::cout &lt;&lt; &quot;size lccp_labeled_cloud: &quot;&lt;&lt;lccp_labeled_cloud-&gt;points.size() &lt;&lt; &quot;\n&quot;;</span></div>
+<div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;  <span class="comment">//---------------------------------------------------------------------------------------------</span></div>
+<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;</div>
+<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;  <span class="comment">//float elapsed_time_seg = (cv::getTickCount()-t_ini)/cv::getTickFrequency() - elapsed_time_plane;</span></div>
+<div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;</div>
+<div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;  <span class="comment">//------------------------------ SEGMENTATION POST PROCESSING ---------------------------------</span></div>
+<div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;  <span class="comment">//construct for each segmented object the point cloud associated to that object</span></div>
+<div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;  <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; lccp_labeled_cloud-&gt;points.size(); ++i)</div>
+<div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;  {</div>
+<div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;    </div>
+<div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;    uint32_t idx = lccp_labeled_cloud-&gt;points.at(i).label;</div>
+<div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;</div>
+<div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;    <span class="comment">//in this way we enlarges the vector everytime we encounter a greater label. So we don&#39;t need to pass all </span></div>
+<div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;    <span class="comment">// labeeld point cloud to see what is the greater label, and then to resize the vector. </span></div>
+<div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;    <span class="keywordflow">if</span>(idx &gt;= detected_objects.size()) <span class="comment">// keep in mind that there is also the label 0! </span></div>
+<div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160;      detected_objects.resize(idx+1);</div>
+<div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;        </div>
+<div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;    pcl::PointXYZRGBA tmp_point_rgb;</div>
+<div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;    tmp_point_rgb = cloud-&gt;points.at(i);</div>
+<div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;    detected_objects[idx].object_cloud.points.push_back(tmp_point_rgb);</div>
+<div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;</div>
+<div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;    detected_objects[idx].label = (int)idx;</div>
+<div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;  } </div>
+<div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;</div>
+<div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;  <span class="comment">//remove segments with too few points</span></div>
+<div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;  <span class="comment">// it will removes te ones with few points or the ones with no points (these are created because of the labels of lccp)</span></div>
+<div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;  <span class="keywordtype">int</span> size = detected_objects.size();</div>
+<div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;  <span class="keywordtype">int</span> i = 0;</div>
+<div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;  <span class="keywordflow">while</span> (i &lt; size)</div>
+<div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;  {</div>
+<div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;    <span class="keywordflow">if</span>(detected_objects[i].object_cloud.size() &lt; this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a>)</div>
+<div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;    {</div>
+<div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;      detected_objects.erase(detected_objects.begin() + i);</div>
+<div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;      size = detected_objects.size();</div>
+<div class="line"><a name="l00353"></a><span class="lineno">  353</span>&#160;    }</div>
+<div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160;    <span class="keywordflow">else</span></div>
+<div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;      i++;</div>
+<div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;  }</div>
+<div class="line"><a name="l00357"></a><span class="lineno">  357</span>&#160;</div>
+<div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;  <span class="comment">//float elapsed_time = (cv::getTickCount()-t_ini)/cv::getTickFrequency();</span></div>
+<div class="line"><a name="l00359"></a><span class="lineno">  359</span>&#160;  </div>
+<div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;  <span class="comment">//std::cout &lt;&lt; &quot;elapsed_time (segmentation and postprocessing): &quot; &lt;&lt; elapsed_time &lt;&lt; &quot;\nelapsed_time of LCCP segmentation: &quot; &lt;&lt; elapsed_time_seg   &lt;&lt;  std::endl;</span></div>
+<div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160;  <span class="comment">//std::cout &lt;&lt; &quot;elapsed_time plane estimation: &quot; &lt;&lt; elapsed_time_plane &lt;&lt; std::endl;</span></div>
+<div class="line"><a name="l00362"></a><span class="lineno">  362</span>&#160;</div>
+<div class="line"><a name="l00363"></a><span class="lineno">  363</span>&#160;  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
+<div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;}</div>
 <div class="line"><a name="l00365"></a><span class="lineno">  365</span>&#160;</div>
-<div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;    <span class="keywordflow">if</span>(show_adjacency_map)</div>
-<div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;    {</div>
-<div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;      std::multimap&lt;uint32_t,uint32_t&gt;::iterator label_itr = (this-&gt;supervoxel_adjacency).begin ();</div>
-<div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;      <span class="keywordflow">for</span> ( ; label_itr != (this-&gt;supervoxel_adjacency).end(); )</div>
-<div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;      {</div>
-<div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;        <span class="comment">//First get the label</span></div>
-<div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;        uint32_t supervoxel_label = label_itr-&gt;first;</div>
-<div class="line"><a name="l00373"></a><span class="lineno">  373</span>&#160;        <span class="comment">//Now get the supervoxel corresponding to the label</span></div>
-<div class="line"><a name="l00374"></a><span class="lineno">  374</span>&#160;        </div>
-<div class="line"><a name="l00375"></a><span class="lineno">  375</span>&#160;        pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr supervoxel = this-&gt;supervoxel_clusters.at (supervoxel_label);</div>
-<div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;</div>
-<div class="line"><a name="l00377"></a><span class="lineno">  377</span>&#160;        <span class="comment">//Now we need to iterate through the adjacent supervoxels and make a point cloud of them</span></div>
-<div class="line"><a name="l00378"></a><span class="lineno">  378</span>&#160;        pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; adjacent_supervoxel_centers;</div>
-<div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;        std::multimap&lt;uint32_t,uint32_t&gt;::iterator adjacent_itr = this-&gt;supervoxel_adjacency.equal_range (supervoxel_label).first;</div>
-<div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;        <span class="keywordflow">for</span> ( ; adjacent_itr!=this-&gt;supervoxel_adjacency.equal_range (supervoxel_label).second; ++adjacent_itr)</div>
-<div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;        {</div>
-<div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;          pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr neighbor_supervoxel = this-&gt;supervoxel_clusters.at (adjacent_itr-&gt;second);</div>
-<div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;          adjacent_supervoxel_centers.push_back (neighbor_supervoxel-&gt;centroid_);</div>
-<div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;        }</div>
-<div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;        <span class="comment">//Now we make a name for this polygon</span></div>
-<div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;        std::stringstream ss;</div>
-<div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;        ss &lt;&lt; <span class="stringliteral">&quot;supervoxel_&quot;</span> &lt;&lt; supervoxel_label;</div>
-<div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;        <span class="comment">//This function is shown below, but is beyond the scope of this tutorial - basically it just generates a &quot;star&quot; polygon mesh from the points given</span></div>
-<div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;        <a class="code" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">addSupervoxelConnectionsToViewer</a> (supervoxel-&gt;centroid_, adjacent_supervoxel_centers, ss.str (), viewer);</div>
-<div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;        <span class="comment">//Move iterator forward to next label</span></div>
-<div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;        label_itr = (this-&gt;supervoxel_adjacency).upper_bound (supervoxel_label);</div>
-<div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;      }</div>
-<div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;    }   </div>
-<div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;</div>
-<div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160;  }</div>
-<div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;  <span class="keywordflow">return</span>;</div>
-<div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;}</div>
-<div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;</div>
-<div class="line"><a name="l00399"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a7454c5052b1674196ef0c2d3ab80e88d">  399</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer)</div>
-<div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;{</div>
-<div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;  <span class="keywordflow">if</span>(this-&gt;detected_objects.size() &gt; 0)</div>
-<div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;  {</div>
-<div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;    viewer-&gt;addPointCloud (this-&gt;labeled_voxel_cloud, <span class="stringliteral">&quot;supervoxel_cloud&quot;</span>);  </div>
-<div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;    viewer-&gt;addPointCloudNormals&lt;pcl::PointNormal&gt; (this-&gt;sv_normal_cloud,1,0.05f, <span class="stringliteral">&quot;supervoxel_normals&quot;</span>);</div>
-<div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;</div>
-<div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;    std::multimap&lt;uint32_t,uint32_t&gt;::iterator label_itr = (this-&gt;supervoxel_adjacency).begin ();</div>
-<div class="line"><a name="l00407"></a><span class="lineno">  407</span>&#160;    <span class="keywordflow">for</span> ( ; label_itr != (this-&gt;supervoxel_adjacency).end(); )</div>
-<div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;    {</div>
-<div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;      <span class="comment">//First get the label</span></div>
-<div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;      uint32_t supervoxel_label = label_itr-&gt;first;</div>
-<div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;      <span class="comment">//Now get the supervoxel corresponding to the label</span></div>
-<div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;      </div>
-<div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;      pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr supervoxel = this-&gt;supervoxel_clusters.at (supervoxel_label);</div>
-<div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;</div>
-<div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;      <span class="comment">//Now we need to iterate through the adjacent supervoxels and make a point cloud of them</span></div>
-<div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;      pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; adjacent_supervoxel_centers;</div>
-<div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;      std::multimap&lt;uint32_t,uint32_t&gt;::iterator adjacent_itr = this-&gt;supervoxel_adjacency.equal_range (supervoxel_label).first;</div>
-<div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;      <span class="keywordflow">for</span> ( ; adjacent_itr!=this-&gt;supervoxel_adjacency.equal_range (supervoxel_label).second; ++adjacent_itr)</div>
-<div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;      {</div>
-<div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;        pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr neighbor_supervoxel = this-&gt;supervoxel_clusters.at (adjacent_itr-&gt;second);</div>
-<div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;        adjacent_supervoxel_centers.push_back (neighbor_supervoxel-&gt;centroid_);</div>
-<div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;      }</div>
-<div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;      <span class="comment">//Now we make a name for this polygon</span></div>
-<div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;      std::stringstream ss;</div>
-<div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;      ss &lt;&lt; <span class="stringliteral">&quot;supervoxel_&quot;</span> &lt;&lt; supervoxel_label;</div>
-<div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;      <span class="comment">//This function is shown below, but is beyond the scope of this tutorial - basically it just generates a &quot;star&quot; polygon mesh from the points given</span></div>
-<div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160;      <a class="code" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">addSupervoxelConnectionsToViewer</a> (supervoxel-&gt;centroid_, adjacent_supervoxel_centers, ss.str (), viewer);</div>
-<div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;      <span class="comment">//Move iterator forward to next label</span></div>
-<div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;      label_itr = (this-&gt;supervoxel_adjacency).upper_bound (supervoxel_label);</div>
-<div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;    }   </div>
-<div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;</div>
-<div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;  }</div>
-<div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;  <span class="keywordflow">return</span>;</div>
-<div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;}</div>
-<div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;</div>
-<div class="line"><a name="l00436"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">  436</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">tos_supervoxels::show_segmented_objects</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer)</div>
-<div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;{</div>
-<div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt; objects_cloud;</div>
-<div class="line"><a name="l00439"></a><span class="lineno">  439</span>&#160;</div>
-<div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;  <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; this-&gt;detected_objects.size(); ++i)</div>
-<div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;  {</div>
-<div class="line"><a name="l00442"></a><span class="lineno">  442</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZL&gt; tmp_cloud;</div>
-<div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;</div>
-<div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;    <span class="keywordflow">for</span> (<span class="keywordtype">int</span> p = 0; p &lt; this-&gt;detected_objects[i].object_cloud.size(); ++p)</div>
-<div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;    {</div>
-<div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;      pcl::PointXYZL tmp_point;</div>
-<div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;      tmp_point.x = this-&gt;detected_objects[i].object_cloud[p].x;</div>
-<div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;      tmp_point.y = this-&gt;detected_objects[i].object_cloud[p].y;</div>
-<div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;      tmp_point.z = this-&gt;detected_objects[i].object_cloud[p].z;</div>
-<div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;      tmp_point.label = this-&gt;detected_objects[i].label;</div>
-<div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;      tmp_cloud.points.push_back(tmp_point);</div>
-<div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160;    }</div>
-<div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;    </div>
-<div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;    objects_cloud += tmp_cloud;</div>
-<div class="line"><a name="l00455"></a><span class="lineno">  455</span>&#160;  }</div>
+<div class="line"><a name="l00366"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">  366</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer,</div>
+<div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;                       <span class="keywordtype">bool</span> show_adjacency_map,</div>
+<div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;                       <span class="keywordtype">bool</span> show_super_voxel_normals)</div>
+<div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;{</div>
+<div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;  <span class="keywordflow">if</span>(this-&gt;detected_objects.size() &gt; 0)</div>
+<div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;  {</div>
+<div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;    viewer-&gt;addPointCloud (this-&gt;labeled_voxel_cloud, <span class="stringliteral">&quot;supervoxel_cloud&quot;</span>);</div>
+<div class="line"><a name="l00373"></a><span class="lineno">  373</span>&#160;</div>
+<div class="line"><a name="l00374"></a><span class="lineno">  374</span>&#160;    <span class="comment">//pcl::visualization::PointCloudColorHandlerRGBField&lt;pcl::PointXYZRGBA&gt; rgb_cloud_obj(cloud);</span></div>
+<div class="line"><a name="l00375"></a><span class="lineno">  375</span>&#160;    <span class="comment">//viewer-&gt;addPointCloud&lt;pcl::PointXYZRGBA&gt; (cloud, rgb_cloud_obj, &quot;maincloud&quot;);</span></div>
+<div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;    <span class="keywordflow">if</span>(show_super_voxel_normals)</div>
+<div class="line"><a name="l00377"></a><span class="lineno">  377</span>&#160;      viewer-&gt;addPointCloudNormals&lt;pcl::PointNormal&gt; (this-&gt;sv_normal_cloud,1,0.05f, <span class="stringliteral">&quot;supervoxel_normals&quot;</span>);</div>
+<div class="line"><a name="l00378"></a><span class="lineno">  378</span>&#160;</div>
+<div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;    <span class="keywordflow">if</span>(show_adjacency_map)</div>
+<div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;    {</div>
+<div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;      std::multimap&lt;uint32_t,uint32_t&gt;::iterator label_itr = (this-&gt;supervoxel_adjacency).begin ();</div>
+<div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;      <span class="keywordflow">for</span> ( ; label_itr != (this-&gt;supervoxel_adjacency).end(); )</div>
+<div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;      {</div>
+<div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;        <span class="comment">//First get the label</span></div>
+<div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;        uint32_t supervoxel_label = label_itr-&gt;first;</div>
+<div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;        <span class="comment">//Now get the supervoxel corresponding to the label</span></div>
+<div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;        </div>
+<div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;        pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr supervoxel = this-&gt;supervoxel_clusters.at (supervoxel_label);</div>
+<div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;</div>
+<div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;        <span class="comment">//Now we need to iterate through the adjacent supervoxels and make a point cloud of them</span></div>
+<div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;        pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; adjacent_supervoxel_centers;</div>
+<div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;        std::multimap&lt;uint32_t,uint32_t&gt;::iterator adjacent_itr = this-&gt;supervoxel_adjacency.equal_range (supervoxel_label).first;</div>
+<div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;        <span class="keywordflow">for</span> ( ; adjacent_itr!=this-&gt;supervoxel_adjacency.equal_range (supervoxel_label).second; ++adjacent_itr)</div>
+<div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;        {</div>
+<div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160;          pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr neighbor_supervoxel = this-&gt;supervoxel_clusters.at (adjacent_itr-&gt;second);</div>
+<div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;          adjacent_supervoxel_centers.push_back (neighbor_supervoxel-&gt;centroid_);</div>
+<div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;        }</div>
+<div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;        <span class="comment">//Now we make a name for this polygon</span></div>
+<div class="line"><a name="l00399"></a><span class="lineno">  399</span>&#160;        std::stringstream ss;</div>
+<div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;        ss &lt;&lt; <span class="stringliteral">&quot;supervoxel_&quot;</span> &lt;&lt; supervoxel_label;</div>
+<div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;        <span class="comment">//This function is shown below, but is beyond the scope of this tutorial - basically it just generates a &quot;star&quot; polygon mesh from the points given</span></div>
+<div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;        <a class="code" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">addSupervoxelConnectionsToViewer</a> (supervoxel-&gt;centroid_, adjacent_supervoxel_centers, ss.str (), viewer);</div>
+<div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;        <span class="comment">//Move iterator forward to next label</span></div>
+<div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;        label_itr = (this-&gt;supervoxel_adjacency).upper_bound (supervoxel_label);</div>
+<div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;      }</div>
+<div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;    }   </div>
+<div class="line"><a name="l00407"></a><span class="lineno">  407</span>&#160;</div>
+<div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;  }</div>
+<div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;  <span class="keywordflow">return</span>;</div>
+<div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;}</div>
+<div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;</div>
+<div class="line"><a name="l00412"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a7454c5052b1674196ef0c2d3ab80e88d">  412</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer)</div>
+<div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;{</div>
+<div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;  <span class="keywordflow">if</span>(this-&gt;detected_objects.size() &gt; 0)</div>
+<div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;  {</div>
+<div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;    viewer-&gt;addPointCloud (this-&gt;labeled_voxel_cloud, <span class="stringliteral">&quot;supervoxel_cloud&quot;</span>);  </div>
+<div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;    viewer-&gt;addPointCloudNormals&lt;pcl::PointNormal&gt; (this-&gt;sv_normal_cloud,1,0.05f, <span class="stringliteral">&quot;supervoxel_normals&quot;</span>);</div>
+<div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;</div>
+<div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;    std::multimap&lt;uint32_t,uint32_t&gt;::iterator label_itr = (this-&gt;supervoxel_adjacency).begin ();</div>
+<div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;    <span class="keywordflow">for</span> ( ; label_itr != (this-&gt;supervoxel_adjacency).end(); )</div>
+<div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;    {</div>
+<div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;      <span class="comment">//First get the label</span></div>
+<div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;      uint32_t supervoxel_label = label_itr-&gt;first;</div>
+<div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;      <span class="comment">//Now get the supervoxel corresponding to the label</span></div>
+<div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;      </div>
+<div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;      pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr supervoxel = this-&gt;supervoxel_clusters.at (supervoxel_label);</div>
+<div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160;</div>
+<div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;      <span class="comment">//Now we need to iterate through the adjacent supervoxels and make a point cloud of them</span></div>
+<div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;      pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; adjacent_supervoxel_centers;</div>
+<div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;      std::multimap&lt;uint32_t,uint32_t&gt;::iterator adjacent_itr = this-&gt;supervoxel_adjacency.equal_range (supervoxel_label).first;</div>
+<div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;      <span class="keywordflow">for</span> ( ; adjacent_itr!=this-&gt;supervoxel_adjacency.equal_range (supervoxel_label).second; ++adjacent_itr)</div>
+<div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;      {</div>
+<div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;        pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr neighbor_supervoxel = this-&gt;supervoxel_clusters.at (adjacent_itr-&gt;second);</div>
+<div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;        adjacent_supervoxel_centers.push_back (neighbor_supervoxel-&gt;centroid_);</div>
+<div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;      }</div>
+<div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;      <span class="comment">//Now we make a name for this polygon</span></div>
+<div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;      std::stringstream ss;</div>
+<div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160;      ss &lt;&lt; <span class="stringliteral">&quot;supervoxel_&quot;</span> &lt;&lt; supervoxel_label;</div>
+<div class="line"><a name="l00439"></a><span class="lineno">  439</span>&#160;      <span class="comment">//This function is shown below, but is beyond the scope of this tutorial - basically it just generates a &quot;star&quot; polygon mesh from the points given</span></div>
+<div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;      <a class="code" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">addSupervoxelConnectionsToViewer</a> (supervoxel-&gt;centroid_, adjacent_supervoxel_centers, ss.str (), viewer);</div>
+<div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;      <span class="comment">//Move iterator forward to next label</span></div>
+<div class="line"><a name="l00442"></a><span class="lineno">  442</span>&#160;      label_itr = (this-&gt;supervoxel_adjacency).upper_bound (supervoxel_label);</div>
+<div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;    }   </div>
+<div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;</div>
+<div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;  }</div>
+<div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;  <span class="keywordflow">return</span>;</div>
+<div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;}</div>
+<div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;</div>
+<div class="line"><a name="l00449"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">  449</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">tos_supervoxels::show_segmented_objects</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer)</div>
+<div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;{</div>
+<div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZL&gt; objects_cloud;</div>
+<div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160;</div>
+<div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;  <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; this-&gt;detected_objects.size(); ++i)</div>
+<div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;  {</div>
+<div class="line"><a name="l00455"></a><span class="lineno">  455</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZL&gt; tmp_cloud;</div>
 <div class="line"><a name="l00456"></a><span class="lineno">  456</span>&#160;</div>
-<div class="line"><a name="l00457"></a><span class="lineno">  457</span>&#160;  viewer-&gt;addPointCloud(objects_cloud.makeShared(), <span class="stringliteral">&quot;segmented_object_cloud&quot;</span>);</div>
-<div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;</div>
-<div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;  <span class="keywordflow">return</span>;</div>
-<div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;}</div>
-<div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;</div>
-<div class="line"><a name="l00462"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">  462</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">tos_supervoxels::clean_viewer</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer)</div>
-<div class="line"><a name="l00463"></a><span class="lineno">  463</span>&#160;{</div>
-<div class="line"><a name="l00464"></a><span class="lineno">  464</span>&#160;  viewer-&gt;removePointCloud(<span class="stringliteral">&quot;supervoxel_cloud&quot;</span>);</div>
-<div class="line"><a name="l00465"></a><span class="lineno">  465</span>&#160;  viewer-&gt;removePointCloud(<span class="stringliteral">&quot;supervoxel_normals&quot;</span>);</div>
-<div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;  viewer-&gt;removePointCloud(<span class="stringliteral">&quot;segmented_object_cloud&quot;</span>);</div>
-<div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;</div>
-<div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160;</div>
-<div class="line"><a name="l00469"></a><span class="lineno">  469</span>&#160;  std::multimap&lt;uint32_t,uint32_t&gt;::iterator label_itr = (this-&gt;supervoxel_adjacency).begin ();</div>
-<div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160;  <span class="keywordflow">for</span> ( ; label_itr != (this-&gt;supervoxel_adjacency).end(); )</div>
-<div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;  {</div>
-<div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;    uint32_t supervoxel_label = label_itr-&gt;first;</div>
-<div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;    std::stringstream ss;</div>
-<div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;    ss &lt;&lt; <span class="stringliteral">&quot;supervoxel_&quot;</span> &lt;&lt; supervoxel_label;</div>
-<div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;    viewer-&gt;removeShape (ss.str());</div>
-<div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;    label_itr = (this-&gt;supervoxel_adjacency).upper_bound (supervoxel_label);</div>
-<div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;  } </div>
-<div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;  <span class="keywordflow">return</span>;</div>
-<div class="line"><a name="l00479"></a><span class="lineno">  479</span>&#160;}</div>
+<div class="line"><a name="l00457"></a><span class="lineno">  457</span>&#160;    <span class="keywordflow">for</span> (<span class="keywordtype">int</span> p = 0; p &lt; this-&gt;detected_objects[i].object_cloud.size(); ++p)</div>
+<div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;    {</div>
+<div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;      pcl::PointXYZL tmp_point;</div>
+<div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;      tmp_point.x = this-&gt;detected_objects[i].object_cloud[p].x;</div>
+<div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;      tmp_point.y = this-&gt;detected_objects[i].object_cloud[p].y;</div>
+<div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;      tmp_point.z = this-&gt;detected_objects[i].object_cloud[p].z;</div>
+<div class="line"><a name="l00463"></a><span class="lineno">  463</span>&#160;      tmp_point.label = this-&gt;detected_objects[i].label;</div>
+<div class="line"><a name="l00464"></a><span class="lineno">  464</span>&#160;      tmp_cloud.points.push_back(tmp_point);</div>
+<div class="line"><a name="l00465"></a><span class="lineno">  465</span>&#160;    }</div>
+<div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;    </div>
+<div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;    objects_cloud += tmp_cloud;</div>
+<div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160;  }</div>
+<div class="line"><a name="l00469"></a><span class="lineno">  469</span>&#160;</div>
+<div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160;  viewer-&gt;addPointCloud(objects_cloud.makeShared(), <span class="stringliteral">&quot;segmented_object_cloud&quot;</span>);</div>
+<div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;</div>
+<div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;  <span class="keywordflow">return</span>;</div>
+<div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;}</div>
+<div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;</div>
+<div class="line"><a name="l00475"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">  475</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">tos_supervoxels::clean_viewer</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer)</div>
+<div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;{</div>
+<div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;  viewer-&gt;removePointCloud(<span class="stringliteral">&quot;supervoxel_cloud&quot;</span>);</div>
+<div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;  viewer-&gt;removePointCloud(<span class="stringliteral">&quot;supervoxel_normals&quot;</span>);</div>
+<div class="line"><a name="l00479"></a><span class="lineno">  479</span>&#160;  viewer-&gt;removePointCloud(<span class="stringliteral">&quot;segmented_object_cloud&quot;</span>);</div>
 <div class="line"><a name="l00480"></a><span class="lineno">  480</span>&#160;</div>
-<div class="line"><a name="l00481"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">  481</a></span>&#160;std::vector&lt;Object&gt; <a class="code" href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">tos_supervoxels::get_segmented_objects</a>()</div>
-<div class="line"><a name="l00482"></a><span class="lineno">  482</span>&#160;{</div>
-<div class="line"><a name="l00483"></a><span class="lineno">  483</span>&#160;  <span class="keywordflow">return</span> this-&gt;detected_objects;</div>
-<div class="line"><a name="l00484"></a><span class="lineno">  484</span>&#160;}</div>
-<div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;</div>
-<div class="line"><a name="l00486"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">  486</a></span>&#160;std::vector&lt;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; &gt; <a class="code" href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">tos_supervoxels::get_segmented_objects_simple</a>()</div>
-<div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160;{</div>
-<div class="line"><a name="l00488"></a><span class="lineno">  488</span>&#160;  std::vector&lt;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; &gt; obj_vec;</div>
-<div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160;  </div>
-<div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;  <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; this-&gt;detected_objects.size(); ++i)</div>
-<div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;  {</div>
-<div class="line"><a name="l00492"></a><span class="lineno">  492</span>&#160;    obj_vec.push_back(detected_objects[i].object_cloud);</div>
-<div class="line"><a name="l00493"></a><span class="lineno">  493</span>&#160;  }</div>
-<div class="line"><a name="l00494"></a><span class="lineno">  494</span>&#160;</div>
-<div class="line"><a name="l00495"></a><span class="lineno">  495</span>&#160;  <span class="keywordflow">return</span> obj_vec;</div>
-<div class="line"><a name="l00496"></a><span class="lineno">  496</span>&#160;}</div>
-<div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;</div>
-<div class="line"><a name="l00498"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">  498</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels::print_parameters</a>()</div>
-<div class="line"><a name="l00499"></a><span class="lineno">  499</span>&#160;{</div>
-<div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;  std::cout &lt;&lt; <span class="stringliteral">&quot;\ntos_supervoxels parameters: \n&quot;</span></div>
-<div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;----------------- Supervoxel parameters ---------\n&quot;</span></div>
-<div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;disable_transform: &quot;</span> &lt;&lt; (bool)this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a>  &lt;&lt; std::endl</div>
-<div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;voxel_resolution: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;seed_resolution: &quot;</span> &lt;&lt; (double)this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;color_importance: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a> &lt;&lt; std::endl</div>
-<div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;spatial_importance: &quot;</span> &lt;&lt; (double)this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;normal_importance: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;----------------- LCCP parameters ---------------\n&quot;</span></div>
-<div class="line"><a name="l00509"></a><span class="lineno">  509</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;concavity_tolerance_threshold: &quot;</span> &lt;&lt; (double)this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00510"></a><span class="lineno">  510</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;smoothness_threshold: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00511"></a><span class="lineno">  511</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;min_segment_size: &quot;</span> &lt;&lt; (int)this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00512"></a><span class="lineno">  512</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;use_extended_convexity: &quot;</span> &lt;&lt; (<span class="keywordtype">bool</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00513"></a><span class="lineno">  513</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;use_sanity_criterion: &quot;</span> &lt;&lt; (bool)this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;----------------- Others parameters -------------\n&quot;</span></div>
-<div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;zmin: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;zmax: &quot;</span> &lt;&lt; (double)this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> &lt;&lt; std::endl </div>
-<div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;th_points: &quot;</span> &lt;&lt; (<span class="keywordtype">int</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a> &lt;&lt; std::endl &lt;&lt; std::endl;  </div>
-<div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;  <span class="keywordflow">return</span>;  </div>
-<div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;}</div>
-<div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;</div>
-<div class="line"><a name="l00521"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">  521</a></span>&#160;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr <a class="code" href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">tos_supervoxels::get_input_cloud</a>()</div>
-<div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;{</div>
-<div class="line"><a name="l00523"></a><span class="lineno">  523</span>&#160;  <span class="keywordflow">return</span> this-&gt;cloud;</div>
-<div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;}</div>
-<div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;</div>
-<div class="line"><a name="l00526"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">  526</a></span>&#160;pcl::PointCloud&lt;pcl::PointXYZL&gt; <a class="code" href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">tos_supervoxels::get_labeled_voxel_cloud</a>()</div>
-<div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;{</div>
-<div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;  <span class="keywordflow">return</span> *(this-&gt;labeled_voxel_cloud);</div>
-<div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160;}</div>
-<div class="line"><a name="l00530"></a><span class="lineno">  530</span>&#160;</div>
-<div class="line"><a name="l00531"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">  531</a></span>&#160;std::multimap&lt;uint32_t, uint32_t&gt; <a class="code" href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">tos_supervoxels::get_supervoxel_adjacency</a>()</div>
-<div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;{</div>
-<div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;  <span class="keywordflow">return</span> this-&gt;supervoxel_adjacency;</div>
-<div class="line"><a name="l00534"></a><span class="lineno">  534</span>&#160;}</div>
-<div class="line"><a name="l00535"></a><span class="lineno">  535</span>&#160;</div>
-<div class="line"><a name="l00536"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">  536</a></span>&#160;std::map &lt;uint32_t, pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr&gt; <a class="code" href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">tos_supervoxels::get_supervoxel_clusters</a>()</div>
-<div class="line"><a name="l00537"></a><span class="lineno">  537</span>&#160;{</div>
-<div class="line"><a name="l00538"></a><span class="lineno">  538</span>&#160;  <span class="keywordflow">return</span> this-&gt;supervoxel_clusters;</div>
-<div class="line"><a name="l00539"></a><span class="lineno">  539</span>&#160;}</div>
-<div class="line"><a name="l00540"></a><span class="lineno">  540</span>&#160;</div>
-<div class="line"><a name="l00541"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">  541</a></span>&#160;pcl::PointCloud&lt;pcl::PointNormal&gt; <a class="code" href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">tos_supervoxels::get_sv_normal_cloud</a>()</div>
-<div class="line"><a name="l00542"></a><span class="lineno">  542</span>&#160;{</div>
-<div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;  <span class="keywordflow">return</span> *(this-&gt;sv_normal_cloud);</div>
-<div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;}</div>
-<div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;</div>
-<div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_disable_transform(<span class="keywordtype">bool</span> disable_transform_in)</div>
-<div class="line"><a name="l00547"></a><span class="lineno">  547</span>&#160;{</div>
-<div class="line"><a name="l00548"></a><span class="lineno">  548</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a> = disable_transform_in;</div>
-<div class="line"><a name="l00549"></a><span class="lineno">  549</span>&#160;}</div>
-<div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_voxel_resolution(<span class="keywordtype">double</span> voxel_resolution_in)</div>
-<div class="line"><a name="l00551"></a><span class="lineno">  551</span>&#160;{</div>
-<div class="line"><a name="l00552"></a><span class="lineno">  552</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a> = voxel_resolution_in;</div>
-<div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;}</div>
-<div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_seed_resolution(<span class="keywordtype">double</span> seed_resolution_in)</div>
+<div class="line"><a name="l00481"></a><span class="lineno">  481</span>&#160;</div>
+<div class="line"><a name="l00482"></a><span class="lineno">  482</span>&#160;  std::multimap&lt;uint32_t,uint32_t&gt;::iterator label_itr = (this-&gt;supervoxel_adjacency).begin ();</div>
+<div class="line"><a name="l00483"></a><span class="lineno">  483</span>&#160;  <span class="keywordflow">for</span> ( ; label_itr != (this-&gt;supervoxel_adjacency).end(); )</div>
+<div class="line"><a name="l00484"></a><span class="lineno">  484</span>&#160;  {</div>
+<div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;    uint32_t supervoxel_label = label_itr-&gt;first;</div>
+<div class="line"><a name="l00486"></a><span class="lineno">  486</span>&#160;    std::stringstream ss;</div>
+<div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160;    ss &lt;&lt; <span class="stringliteral">&quot;supervoxel_&quot;</span> &lt;&lt; supervoxel_label;</div>
+<div class="line"><a name="l00488"></a><span class="lineno">  488</span>&#160;    viewer-&gt;removeShape (ss.str());</div>
+<div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160;    label_itr = (this-&gt;supervoxel_adjacency).upper_bound (supervoxel_label);</div>
+<div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;  } </div>
+<div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;  <span class="keywordflow">return</span>;</div>
+<div class="line"><a name="l00492"></a><span class="lineno">  492</span>&#160;}</div>
+<div class="line"><a name="l00493"></a><span class="lineno">  493</span>&#160;</div>
+<div class="line"><a name="l00494"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">  494</a></span>&#160;std::vector&lt;Object&gt; <a class="code" href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">tos_supervoxels::get_segmented_objects</a>()</div>
+<div class="line"><a name="l00495"></a><span class="lineno">  495</span>&#160;{</div>
+<div class="line"><a name="l00496"></a><span class="lineno">  496</span>&#160;  <span class="keywordflow">return</span> this-&gt;detected_objects;</div>
+<div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;}</div>
+<div class="line"><a name="l00498"></a><span class="lineno">  498</span>&#160;</div>
+<div class="line"><a name="l00499"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">  499</a></span>&#160;std::vector&lt;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; &gt; <a class="code" href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">tos_supervoxels::get_segmented_objects_simple</a>()</div>
+<div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;{</div>
+<div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;  std::vector&lt;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; &gt; obj_vec;</div>
+<div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;  </div>
+<div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;  <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; this-&gt;detected_objects.size(); ++i)</div>
+<div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;  {</div>
+<div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;    obj_vec.push_back(detected_objects[i].object_cloud);</div>
+<div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;  }</div>
+<div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;</div>
+<div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;  <span class="keywordflow">return</span> obj_vec;</div>
+<div class="line"><a name="l00509"></a><span class="lineno">  509</span>&#160;}</div>
+<div class="line"><a name="l00510"></a><span class="lineno">  510</span>&#160;</div>
+<div class="line"><a name="l00511"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">  511</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels::print_parameters</a>()</div>
+<div class="line"><a name="l00512"></a><span class="lineno">  512</span>&#160;{</div>
+<div class="line"><a name="l00513"></a><span class="lineno">  513</span>&#160;  std::cout &lt;&lt; <span class="stringliteral">&quot;\ntos_supervoxels parameters: \n&quot;</span></div>
+<div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;----------------- Supervoxel parameters ---------\n&quot;</span></div>
+<div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;disable_transform: &quot;</span> &lt;&lt; (bool)this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a>  &lt;&lt; std::endl</div>
+<div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;voxel_resolution: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;seed_resolution: &quot;</span> &lt;&lt; (double)this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;color_importance: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a> &lt;&lt; std::endl</div>
+<div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;spatial_importance: &quot;</span> &lt;&lt; (double)this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;normal_importance: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00521"></a><span class="lineno">  521</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;----------------- LCCP parameters ---------------\n&quot;</span></div>
+<div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;concavity_tolerance_threshold: &quot;</span> &lt;&lt; (double)this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00523"></a><span class="lineno">  523</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;smoothness_threshold: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;min_segment_size: &quot;</span> &lt;&lt; (int)this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;use_extended_convexity: &quot;</span> &lt;&lt; (<span class="keywordtype">bool</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00526"></a><span class="lineno">  526</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;use_sanity_criterion: &quot;</span> &lt;&lt; (bool)this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;----------------- Others parameters -------------\n&quot;</span></div>
+<div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;zmin: &quot;</span> &lt;&lt; (<span class="keywordtype">double</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;zmax: &quot;</span> &lt;&lt; (double)this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> &lt;&lt; std::endl </div>
+<div class="line"><a name="l00530"></a><span class="lineno">  530</span>&#160;            &lt;&lt; <span class="stringliteral">&quot;th_points: &quot;</span> &lt;&lt; (<span class="keywordtype">int</span>)this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a> &lt;&lt; std::endl &lt;&lt; std::endl;  </div>
+<div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;  <span class="keywordflow">return</span>;  </div>
+<div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;}</div>
+<div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;</div>
+<div class="line"><a name="l00534"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">  534</a></span>&#160;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr <a class="code" href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">tos_supervoxels::get_input_cloud</a>()</div>
+<div class="line"><a name="l00535"></a><span class="lineno">  535</span>&#160;{</div>
+<div class="line"><a name="l00536"></a><span class="lineno">  536</span>&#160;  <span class="keywordflow">return</span> this-&gt;cloud;</div>
+<div class="line"><a name="l00537"></a><span class="lineno">  537</span>&#160;}</div>
+<div class="line"><a name="l00538"></a><span class="lineno">  538</span>&#160;</div>
+<div class="line"><a name="l00539"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">  539</a></span>&#160;pcl::PointCloud&lt;pcl::PointXYZL&gt; <a class="code" href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">tos_supervoxels::get_labeled_voxel_cloud</a>()</div>
+<div class="line"><a name="l00540"></a><span class="lineno">  540</span>&#160;{</div>
+<div class="line"><a name="l00541"></a><span class="lineno">  541</span>&#160;  <span class="keywordflow">return</span> *(this-&gt;labeled_voxel_cloud);</div>
+<div class="line"><a name="l00542"></a><span class="lineno">  542</span>&#160;}</div>
+<div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;</div>
+<div class="line"><a name="l00544"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">  544</a></span>&#160;std::multimap&lt;uint32_t, uint32_t&gt; <a class="code" href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">tos_supervoxels::get_supervoxel_adjacency</a>()</div>
+<div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;{</div>
+<div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;  <span class="keywordflow">return</span> this-&gt;supervoxel_adjacency;</div>
+<div class="line"><a name="l00547"></a><span class="lineno">  547</span>&#160;}</div>
+<div class="line"><a name="l00548"></a><span class="lineno">  548</span>&#160;</div>
+<div class="line"><a name="l00549"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">  549</a></span>&#160;std::map &lt;uint32_t, pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr&gt; <a class="code" href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">tos_supervoxels::get_supervoxel_clusters</a>()</div>
+<div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;{</div>
+<div class="line"><a name="l00551"></a><span class="lineno">  551</span>&#160;  <span class="keywordflow">return</span> this-&gt;supervoxel_clusters;</div>
+<div class="line"><a name="l00552"></a><span class="lineno">  552</span>&#160;}</div>
+<div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;</div>
+<div class="line"><a name="l00554"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">  554</a></span>&#160;pcl::PointCloud&lt;pcl::PointNormal&gt; <a class="code" href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">tos_supervoxels::get_sv_normal_cloud</a>()</div>
 <div class="line"><a name="l00555"></a><span class="lineno">  555</span>&#160;{</div>
-<div class="line"><a name="l00556"></a><span class="lineno">  556</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> = seed_resolution_in;</div>
+<div class="line"><a name="l00556"></a><span class="lineno">  556</span>&#160;  <span class="keywordflow">return</span> *(this-&gt;sv_normal_cloud);</div>
 <div class="line"><a name="l00557"></a><span class="lineno">  557</span>&#160;}</div>
-<div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_color_importance(<span class="keywordtype">double</span> color_importance_in)</div>
-<div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;{</div>
-<div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a> = color_importance_in;</div>
-<div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;}</div>
-<div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_spatial_importance(<span class="keywordtype">double</span> spatial_importance_in)</div>
-<div class="line"><a name="l00563"></a><span class="lineno">  563</span>&#160;{</div>
-<div class="line"><a name="l00564"></a><span class="lineno">  564</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a> = spatial_importance_in;</div>
-<div class="line"><a name="l00565"></a><span class="lineno">  565</span>&#160;}</div>
-<div class="line"><a name="l00566"></a><span class="lineno">  566</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_normal_importance(<span class="keywordtype">double</span> normal_importance_in)</div>
-<div class="line"><a name="l00567"></a><span class="lineno">  567</span>&#160;{</div>
-<div class="line"><a name="l00568"></a><span class="lineno">  568</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a> = normal_importance_in;</div>
-<div class="line"><a name="l00569"></a><span class="lineno">  569</span>&#160;}</div>
-<div class="line"><a name="l00570"></a><span class="lineno">  570</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_concavity_tolerance_threshold(<span class="keywordtype">double</span> concavity_tolerance_threshold_in)</div>
-<div class="line"><a name="l00571"></a><span class="lineno">  571</span>&#160;{</div>
-<div class="line"><a name="l00572"></a><span class="lineno">  572</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a> = concavity_tolerance_threshold_in;</div>
-<div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;}</div>
-<div class="line"><a name="l00574"></a><span class="lineno">  574</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_smoothness_threshold(<span class="keywordtype">double</span> smoothness_threshold_in)</div>
-<div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;{</div>
-<div class="line"><a name="l00576"></a><span class="lineno">  576</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a> = smoothness_threshold_in;</div>
-<div class="line"><a name="l00577"></a><span class="lineno">  577</span>&#160;}</div>
-<div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_min_segment_size(<span class="keywordtype">int</span> min_segment_size_in)</div>
-<div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;{</div>
-<div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a> = min_segment_size_in;</div>
-<div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;}</div>
-<div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_use_extended_convexity(<span class="keywordtype">bool</span> use_extended_convexity_in)</div>
-<div class="line"><a name="l00583"></a><span class="lineno">  583</span>&#160;{</div>
-<div class="line"><a name="l00584"></a><span class="lineno">  584</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a> = use_extended_convexity_in;</div>
-<div class="line"><a name="l00585"></a><span class="lineno">  585</span>&#160;}</div>
-<div class="line"><a name="l00586"></a><span class="lineno">  586</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_use_sanity_criterion(<span class="keywordtype">bool</span> use_sanity_criterion_in)</div>
-<div class="line"><a name="l00587"></a><span class="lineno">  587</span>&#160;{</div>
-<div class="line"><a name="l00588"></a><span class="lineno">  588</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a> = use_sanity_criterion_in;</div>
-<div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;}</div>
-<div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_zmin(<span class="keywordtype">double</span> zmin_in)</div>
-<div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;{</div>
-<div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a> = zmin_in;</div>
-<div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;}</div>
-<div class="line"><a name="l00594"></a><span class="lineno">  594</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_zmax(<span class="keywordtype">double</span> zmax_in)</div>
-<div class="line"><a name="l00595"></a><span class="lineno">  595</span>&#160;{</div>
-<div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> = zmax_in;</div>
-<div class="line"><a name="l00597"></a><span class="lineno">  597</span>&#160;}</div>
-<div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_th_points(<span class="keywordtype">int</span> th_points_in)</div>
-<div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;{</div>
-<div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a> = th_points_in;</div>
-<div class="line"><a name="l00601"></a><span class="lineno">  601</span>&#160;}</div>
-<div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;<span class="keywordtype">bool</span> tos_supervoxels::get_disable_transform()</div>
-<div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;{</div>
-<div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a>;</div>
-<div class="line"><a name="l00605"></a><span class="lineno">  605</span>&#160;}</div>
-<div class="line"><a name="l00606"></a><span class="lineno">  606</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_voxel_resolution()</div>
-<div class="line"><a name="l00607"></a><span class="lineno">  607</span>&#160;{</div>
-<div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a>;</div>
-<div class="line"><a name="l00609"></a><span class="lineno">  609</span>&#160;}</div>
-<div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_seed_resolution()</div>
-<div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;{</div>
-<div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a>;</div>
-<div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;}</div>
-<div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_color_importance()</div>
-<div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;{</div>
-<div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a>;</div>
-<div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;}</div>
-<div class="line"><a name="l00618"></a><span class="lineno">  618</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_spatial_importance()</div>
-<div class="line"><a name="l00619"></a><span class="lineno">  619</span>&#160;{</div>
-<div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a>;</div>
-<div class="line"><a name="l00621"></a><span class="lineno">  621</span>&#160;}</div>
-<div class="line"><a name="l00622"></a><span class="lineno">  622</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_normal_importance()</div>
-<div class="line"><a name="l00623"></a><span class="lineno">  623</span>&#160;{</div>
-<div class="line"><a name="l00624"></a><span class="lineno">  624</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a>;</div>
-<div class="line"><a name="l00625"></a><span class="lineno">  625</span>&#160;}</div>
-<div class="line"><a name="l00626"></a><span class="lineno">  626</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_concavity_tolerance_threshold()</div>
-<div class="line"><a name="l00627"></a><span class="lineno">  627</span>&#160;{</div>
-<div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a>;</div>
-<div class="line"><a name="l00629"></a><span class="lineno">  629</span>&#160;}</div>
-<div class="line"><a name="l00630"></a><span class="lineno">  630</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::tos_supervoxels::tos_supervoxels::get_smoothness_threshold()</div>
-<div class="line"><a name="l00631"></a><span class="lineno">  631</span>&#160;{</div>
-<div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;  <span class="keywordflow">return</span> this-&gt;smoothness_threshold;</div>
-<div class="line"><a name="l00633"></a><span class="lineno">  633</span>&#160;}</div>
-<div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;<span class="keywordtype">int</span> tos_supervoxels::tos_supervoxels::get_min_segment_size()</div>
-<div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;{</div>
-<div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;  <span class="keywordflow">return</span> this-&gt;min_segment_size;</div>
-<div class="line"><a name="l00637"></a><span class="lineno">  637</span>&#160;}</div>
-<div class="line"><a name="l00638"></a><span class="lineno">  638</span>&#160;<span class="keywordtype">bool</span> tos_supervoxels::get_use_extended_convexity()</div>
-<div class="line"><a name="l00639"></a><span class="lineno">  639</span>&#160;{</div>
-<div class="line"><a name="l00640"></a><span class="lineno">  640</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a>;</div>
-<div class="line"><a name="l00641"></a><span class="lineno">  641</span>&#160;}</div>
-<div class="line"><a name="l00642"></a><span class="lineno">  642</span>&#160;<span class="keywordtype">bool</span> tos_supervoxels::get_use_sanity_criterion()</div>
-<div class="line"><a name="l00643"></a><span class="lineno">  643</span>&#160;{</div>
-<div class="line"><a name="l00644"></a><span class="lineno">  644</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a>;</div>
-<div class="line"><a name="l00645"></a><span class="lineno">  645</span>&#160;}</div>
-<div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_zmin()</div>
-<div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;{</div>
-<div class="line"><a name="l00648"></a><span class="lineno">  648</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a>;</div>
-<div class="line"><a name="l00649"></a><span class="lineno">  649</span>&#160;}</div>
-<div class="line"><a name="l00650"></a><span class="lineno">  650</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_zmax()</div>
-<div class="line"><a name="l00651"></a><span class="lineno">  651</span>&#160;{</div>
-<div class="line"><a name="l00652"></a><span class="lineno">  652</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a>;</div>
-<div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;}</div>
-<div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;<span class="keywordtype">int</span> tos_supervoxels::get_th_points()</div>
-<div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;{</div>
-<div class="line"><a name="l00656"></a><span class="lineno">  656</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a>;</div>
-<div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;}</div>
+<div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;</div>
+<div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_disable_transform(<span class="keywordtype">bool</span> disable_transform_in)</div>
+<div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;{</div>
+<div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a> = disable_transform_in;</div>
+<div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;}</div>
+<div class="line"><a name="l00563"></a><span class="lineno">  563</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_voxel_resolution(<span class="keywordtype">double</span> voxel_resolution_in)</div>
+<div class="line"><a name="l00564"></a><span class="lineno">  564</span>&#160;{</div>
+<div class="line"><a name="l00565"></a><span class="lineno">  565</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a> = voxel_resolution_in;</div>
+<div class="line"><a name="l00566"></a><span class="lineno">  566</span>&#160;}</div>
+<div class="line"><a name="l00567"></a><span class="lineno">  567</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_seed_resolution(<span class="keywordtype">double</span> seed_resolution_in)</div>
+<div class="line"><a name="l00568"></a><span class="lineno">  568</span>&#160;{</div>
+<div class="line"><a name="l00569"></a><span class="lineno">  569</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a> = seed_resolution_in;</div>
+<div class="line"><a name="l00570"></a><span class="lineno">  570</span>&#160;}</div>
+<div class="line"><a name="l00571"></a><span class="lineno">  571</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_color_importance(<span class="keywordtype">double</span> color_importance_in)</div>
+<div class="line"><a name="l00572"></a><span class="lineno">  572</span>&#160;{</div>
+<div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a> = color_importance_in;</div>
+<div class="line"><a name="l00574"></a><span class="lineno">  574</span>&#160;}</div>
+<div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_spatial_importance(<span class="keywordtype">double</span> spatial_importance_in)</div>
+<div class="line"><a name="l00576"></a><span class="lineno">  576</span>&#160;{</div>
+<div class="line"><a name="l00577"></a><span class="lineno">  577</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a> = spatial_importance_in;</div>
+<div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;}</div>
+<div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_normal_importance(<span class="keywordtype">double</span> normal_importance_in)</div>
+<div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;{</div>
+<div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a> = normal_importance_in;</div>
+<div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;}</div>
+<div class="line"><a name="l00583"></a><span class="lineno">  583</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_concavity_tolerance_threshold(<span class="keywordtype">double</span> concavity_tolerance_threshold_in)</div>
+<div class="line"><a name="l00584"></a><span class="lineno">  584</span>&#160;{</div>
+<div class="line"><a name="l00585"></a><span class="lineno">  585</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a> = concavity_tolerance_threshold_in;</div>
+<div class="line"><a name="l00586"></a><span class="lineno">  586</span>&#160;}</div>
+<div class="line"><a name="l00587"></a><span class="lineno">  587</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_smoothness_threshold(<span class="keywordtype">double</span> smoothness_threshold_in)</div>
+<div class="line"><a name="l00588"></a><span class="lineno">  588</span>&#160;{</div>
+<div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">smoothness_threshold</a> = smoothness_threshold_in;</div>
+<div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;}</div>
+<div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_min_segment_size(<span class="keywordtype">int</span> min_segment_size_in)</div>
+<div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;{</div>
+<div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">min_segment_size</a> = min_segment_size_in;</div>
+<div class="line"><a name="l00594"></a><span class="lineno">  594</span>&#160;}</div>
+<div class="line"><a name="l00595"></a><span class="lineno">  595</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_use_extended_convexity(<span class="keywordtype">bool</span> use_extended_convexity_in)</div>
+<div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;{</div>
+<div class="line"><a name="l00597"></a><span class="lineno">  597</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a> = use_extended_convexity_in;</div>
+<div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;}</div>
+<div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_use_sanity_criterion(<span class="keywordtype">bool</span> use_sanity_criterion_in)</div>
+<div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160;{</div>
+<div class="line"><a name="l00601"></a><span class="lineno">  601</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a> = use_sanity_criterion_in;</div>
+<div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;}</div>
+<div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_zmin(<span class="keywordtype">double</span> zmin_in)</div>
+<div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;{</div>
+<div class="line"><a name="l00605"></a><span class="lineno">  605</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a> = zmin_in;</div>
+<div class="line"><a name="l00606"></a><span class="lineno">  606</span>&#160;}</div>
+<div class="line"><a name="l00607"></a><span class="lineno">  607</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_zmax(<span class="keywordtype">double</span> zmax_in)</div>
+<div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;{</div>
+<div class="line"><a name="l00609"></a><span class="lineno">  609</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a> = zmax_in;</div>
+<div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;}</div>
+<div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;<span class="keywordtype">void</span> tos_supervoxels::set_th_points(<span class="keywordtype">int</span> th_points_in)</div>
+<div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;{</div>
+<div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;  this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a> = th_points_in;</div>
+<div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;}</div>
+<div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;<span class="keywordtype">bool</span> tos_supervoxels::get_disable_transform()</div>
+<div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;{</div>
+<div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">disable_transform</a>;</div>
+<div class="line"><a name="l00618"></a><span class="lineno">  618</span>&#160;}</div>
+<div class="line"><a name="l00619"></a><span class="lineno">  619</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_voxel_resolution()</div>
+<div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;{</div>
+<div class="line"><a name="l00621"></a><span class="lineno">  621</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">voxel_resolution</a>;</div>
+<div class="line"><a name="l00622"></a><span class="lineno">  622</span>&#160;}</div>
+<div class="line"><a name="l00623"></a><span class="lineno">  623</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_seed_resolution()</div>
+<div class="line"><a name="l00624"></a><span class="lineno">  624</span>&#160;{</div>
+<div class="line"><a name="l00625"></a><span class="lineno">  625</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">seed_resolution</a>;</div>
+<div class="line"><a name="l00626"></a><span class="lineno">  626</span>&#160;}</div>
+<div class="line"><a name="l00627"></a><span class="lineno">  627</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_color_importance()</div>
+<div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;{</div>
+<div class="line"><a name="l00629"></a><span class="lineno">  629</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">color_importance</a>;</div>
+<div class="line"><a name="l00630"></a><span class="lineno">  630</span>&#160;}</div>
+<div class="line"><a name="l00631"></a><span class="lineno">  631</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_spatial_importance()</div>
+<div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;{</div>
+<div class="line"><a name="l00633"></a><span class="lineno">  633</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">spatial_importance</a>;</div>
+<div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;}</div>
+<div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_normal_importance()</div>
+<div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;{</div>
+<div class="line"><a name="l00637"></a><span class="lineno">  637</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">normal_importance</a>;</div>
+<div class="line"><a name="l00638"></a><span class="lineno">  638</span>&#160;}</div>
+<div class="line"><a name="l00639"></a><span class="lineno">  639</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_concavity_tolerance_threshold()</div>
+<div class="line"><a name="l00640"></a><span class="lineno">  640</span>&#160;{</div>
+<div class="line"><a name="l00641"></a><span class="lineno">  641</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">concavity_tolerance_threshold</a>;</div>
+<div class="line"><a name="l00642"></a><span class="lineno">  642</span>&#160;}</div>
+<div class="line"><a name="l00643"></a><span class="lineno">  643</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::tos_supervoxels::tos_supervoxels::get_smoothness_threshold()</div>
+<div class="line"><a name="l00644"></a><span class="lineno">  644</span>&#160;{</div>
+<div class="line"><a name="l00645"></a><span class="lineno">  645</span>&#160;  <span class="keywordflow">return</span> this-&gt;smoothness_threshold;</div>
+<div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;}</div>
+<div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;<span class="keywordtype">int</span> tos_supervoxels::tos_supervoxels::get_min_segment_size()</div>
+<div class="line"><a name="l00648"></a><span class="lineno">  648</span>&#160;{</div>
+<div class="line"><a name="l00649"></a><span class="lineno">  649</span>&#160;  <span class="keywordflow">return</span> this-&gt;min_segment_size;</div>
+<div class="line"><a name="l00650"></a><span class="lineno">  650</span>&#160;}</div>
+<div class="line"><a name="l00651"></a><span class="lineno">  651</span>&#160;<span class="keywordtype">bool</span> tos_supervoxels::get_use_extended_convexity()</div>
+<div class="line"><a name="l00652"></a><span class="lineno">  652</span>&#160;{</div>
+<div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">use_extended_convexity</a>;</div>
+<div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;}</div>
+<div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;<span class="keywordtype">bool</span> tos_supervoxels::get_use_sanity_criterion()</div>
+<div class="line"><a name="l00656"></a><span class="lineno">  656</span>&#160;{</div>
+<div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">use_sanity_criterion</a>;</div>
+<div class="line"><a name="l00658"></a><span class="lineno">  658</span>&#160;}</div>
+<div class="line"><a name="l00659"></a><span class="lineno">  659</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_zmin()</div>
+<div class="line"><a name="l00660"></a><span class="lineno">  660</span>&#160;{</div>
+<div class="line"><a name="l00661"></a><span class="lineno">  661</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">zmin</a>;</div>
+<div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;}</div>
+<div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;<span class="keywordtype">double</span> tos_supervoxels::get_zmax()</div>
+<div class="line"><a name="l00664"></a><span class="lineno">  664</span>&#160;{</div>
+<div class="line"><a name="l00665"></a><span class="lineno">  665</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">zmax</a>;</div>
+<div class="line"><a name="l00666"></a><span class="lineno">  666</span>&#160;}</div>
+<div class="line"><a name="l00667"></a><span class="lineno">  667</span>&#160;<span class="keywordtype">int</span> tos_supervoxels::get_th_points()</div>
+<div class="line"><a name="l00668"></a><span class="lineno">  668</span>&#160;{</div>
+<div class="line"><a name="l00669"></a><span class="lineno">  669</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">th_points</a>;</div>
+<div class="line"><a name="l00670"></a><span class="lineno">  670</span>&#160;}</div>
+<div class="line"><a name="l00671"></a><span class="lineno">  671</span>&#160;pcl::ModelCoefficients tos_supervoxels::get_plane_coefficients()</div>
+<div class="line"><a name="l00672"></a><span class="lineno">  672</span>&#160;{</div>
+<div class="line"><a name="l00673"></a><span class="lineno">  673</span>&#160;  <span class="keywordflow">return</span> this-&gt;<a class="code" href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">plane_coefficients</a>;</div>
+<div class="line"><a name="l00674"></a><span class="lineno">  674</span>&#160;}</div>
 <div class="ttc" id="classtos__supervoxels__parameters_html_ab0132cd89f636627d3bb5d1cc81de339"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab0132cd89f636627d3bb5d1cc81de339">tos_supervoxels_parameters::~tos_supervoxels_parameters</a></div><div class="ttdeci">~tos_supervoxels_parameters()</div><div class="ttdoc">Destructor. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00026">tos_supervoxels.cpp:26</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_aed4c61f0f00941a8100c532cf635c41a"><div class="ttname"><a href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">tos_supervoxels::min_segment_size</a></div><div class="ttdeci">int min_segment_size</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00191">tos_supervoxels.h:191</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab859bd58bf8be6ced2149da00b46377d"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">tos_supervoxels_parameters::zmin</a></div><div class="ttdeci">double zmin</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00088">tos_supervoxels.h:88</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_acc734faa611ebe574cb2aeb8222585c4"><div class="ttname"><a href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">tos_supervoxels::set_default_parameters</a></div><div class="ttdeci">void set_default_parameters()</div><div class="ttdoc">Set default parameters to the algorithm. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00094">tos_supervoxels.cpp:94</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a65f837c473fe6c5b4a1b928b73fe22ec"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a65f837c473fe6c5b4a1b928b73fe22ec">tos_supervoxels_parameters::MIN_SEGMENT_SIZE</a></div><div class="ttdeci">static const int MIN_SEGMENT_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00061">tos_supervoxels.h:61</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a43917a91ecbe54aaffe0060e2b3c2120"><div class="ttname"><a href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">tos_supervoxels::get_labeled_voxel_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointXYZL &gt; get_labeled_voxel_cloud()</div><div class="ttdoc">returns labeld voxel cloud </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00526">tos_supervoxels.cpp:526</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a72001c37a946b8fcfcc0728436e55806"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">tos_supervoxels_parameters::CONCAVITY_TOLERANCE_THRESHOLD</a></div><div class="ttdeci">static const double CONCAVITY_TOLERANCE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00059">tos_supervoxels.h:59</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_aadaf6239b4dfa5e85ab5f03a7171e68b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">tos_supervoxels_parameters::voxel_resolution</a></div><div class="ttdeci">double voxel_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00074">tos_supervoxels.h:74</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab859bd58bf8be6ced2149da00b46377d"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">tos_supervoxels_parameters::zmin</a></div><div class="ttdeci">double zmin</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00085">tos_supervoxels.h:85</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_acc734faa611ebe574cb2aeb8222585c4"><div class="ttname"><a href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">tos_supervoxels::set_default_parameters</a></div><div class="ttdeci">void set_default_parameters()</div><div class="ttdoc">Set default parameters to the algorithm. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00097">tos_supervoxels.cpp:97</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a6543bae4355bbd4120851067e876e8ef"><div class="ttname"><a href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">tos_supervoxels::segment</a></div><div class="ttdeci">bool segment()</div><div class="ttdoc">Detect and segment the objects on the table. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00242">tos_supervoxels.cpp:242</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a65f837c473fe6c5b4a1b928b73fe22ec"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a65f837c473fe6c5b4a1b928b73fe22ec">tos_supervoxels_parameters::MIN_SEGMENT_SIZE</a></div><div class="ttdeci">static const int MIN_SEGMENT_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00058">tos_supervoxels.h:58</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a43917a91ecbe54aaffe0060e2b3c2120"><div class="ttname"><a href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">tos_supervoxels::get_labeled_voxel_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointXYZL &gt; get_labeled_voxel_cloud()</div><div class="ttdoc">returns labeld voxel cloud </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00539">tos_supervoxels.cpp:539</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a72001c37a946b8fcfcc0728436e55806"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">tos_supervoxels_parameters::CONCAVITY_TOLERANCE_THRESHOLD</a></div><div class="ttdeci">static const double CONCAVITY_TOLERANCE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00056">tos_supervoxels.h:56</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_aadaf6239b4dfa5e85ab5f03a7171e68b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">tos_supervoxels_parameters::voxel_resolution</a></div><div class="ttdeci">double voxel_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00071">tos_supervoxels.h:71</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a96dbf73673068c89b3e7f248e19ea934"><div class="ttname"><a href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">tos_supervoxels::color_importance</a></div><div class="ttdeci">double color_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00184">tos_supervoxels.h:184</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_af454742145a148274b0f22384d267047"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">tos_supervoxels_parameters::concavity_tolerance_threshold</a></div><div class="ttdeci">double concavity_tolerance_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00081">tos_supervoxels.h:81</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a12d9871a570ede7c63771a6574ba29a0"><div class="ttname"><a href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">tos_supervoxels::get_input_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointXYZRGBA &gt;::Ptr get_input_cloud()</div><div class="ttdoc">returns input cloud </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00521">tos_supervoxels.cpp:521</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a749d926a09c9543be3d09516b780e445"><div class="ttname"><a href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">tos_supervoxels::USE_EXTENDED_CONVEXITY</a></div><div class="ttdeci">static const bool USE_EXTENDED_CONVEXITY</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00143">tos_supervoxels.h:143</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_af1d1b4dbae36a605dae32a263f6134ba"><div class="ttname"><a href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">tos_supervoxels::show_segmented_objects</a></div><div class="ttdeci">void show_segmented_objects(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">show the segmented objects </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00436">tos_supervoxels.cpp:436</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a90e7d8f4452a40fe3d3a24ac734481da"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">tos_supervoxels_parameters::SMOOTHNESS_THRESHOLD</a></div><div class="ttdeci">static const double SMOOTHNESS_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00060">tos_supervoxels.h:60</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ad6d19d80d55f3619e09e5ef06fbb0625"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">tos_supervoxels_parameters::disable_transform</a></div><div class="ttdeci">bool disable_transform</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00073">tos_supervoxels.h:73</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a839bc1bb944a6194cbe6b939b87509dc"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a839bc1bb944a6194cbe6b939b87509dc">tos_supervoxels_parameters::TH_POINTS</a></div><div class="ttdeci">static const int TH_POINTS</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00068">tos_supervoxels.h:68</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a43ea0ab047c7944ef293c0e762b4111a"><div class="ttname"><a href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">tos_supervoxels::MIN_SEGMENT_SIZE</a></div><div class="ttdeci">static const int MIN_SEGMENT_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00142">tos_supervoxels.h:142</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ae99864a38f7abfb490ff3d452addf9af"><div class="ttname"><a href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">tos_supervoxels::get_sv_normal_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointNormal &gt; get_sv_normal_cloud()</div><div class="ttdoc">returns normals point cloud of the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00541">tos_supervoxels.cpp:541</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a75ad67635520b43e2c1ee2f8d3ca7fea"><div class="ttname"><a href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a></div><div class="ttdeci">void show_super_voxels(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer, bool show_adjacency_map, bool show_super_voxel_normals)</div><div class="ttdoc">shows in the viewer the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00353">tos_supervoxels.cpp:353</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a84b7ffaae94c393530f065b6dbe9e818"><div class="ttname"><a href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">tos_supervoxels::ZMAX</a></div><div class="ttdeci">static const double ZMAX</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00148">tos_supervoxels.h:148</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a183f418204f84e4b74220529d1a5ef50"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">tos_supervoxels_parameters::use_extended_convexity</a></div><div class="ttdeci">bool use_extended_convexity</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00084">tos_supervoxels.h:84</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a0d5e7a2d4c2dc79fcdff0cff84346e3f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">tos_supervoxels_parameters::th_points</a></div><div class="ttdeci">int th_points</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00090">tos_supervoxels.h:90</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_af454742145a148274b0f22384d267047"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">tos_supervoxels_parameters::concavity_tolerance_threshold</a></div><div class="ttdeci">double concavity_tolerance_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00078">tos_supervoxels.h:78</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a12d9871a570ede7c63771a6574ba29a0"><div class="ttname"><a href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">tos_supervoxels::get_input_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointXYZRGBA &gt;::Ptr get_input_cloud()</div><div class="ttdoc">returns input cloud </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00534">tos_supervoxels.cpp:534</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a749d926a09c9543be3d09516b780e445"><div class="ttname"><a href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">tos_supervoxels::USE_EXTENDED_CONVEXITY</a></div><div class="ttdeci">static const bool USE_EXTENDED_CONVEXITY</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00140">tos_supervoxels.h:140</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_af1d1b4dbae36a605dae32a263f6134ba"><div class="ttname"><a href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">tos_supervoxels::show_segmented_objects</a></div><div class="ttdeci">void show_segmented_objects(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">show the segmented objects </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00449">tos_supervoxels.cpp:449</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a90e7d8f4452a40fe3d3a24ac734481da"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">tos_supervoxels_parameters::SMOOTHNESS_THRESHOLD</a></div><div class="ttdeci">static const double SMOOTHNESS_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00057">tos_supervoxels.h:57</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ad6d19d80d55f3619e09e5ef06fbb0625"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">tos_supervoxels_parameters::disable_transform</a></div><div class="ttdeci">bool disable_transform</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00070">tos_supervoxels.h:70</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a839bc1bb944a6194cbe6b939b87509dc"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a839bc1bb944a6194cbe6b939b87509dc">tos_supervoxels_parameters::TH_POINTS</a></div><div class="ttdeci">static const int TH_POINTS</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00065">tos_supervoxels.h:65</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a43ea0ab047c7944ef293c0e762b4111a"><div class="ttname"><a href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">tos_supervoxels::MIN_SEGMENT_SIZE</a></div><div class="ttdeci">static const int MIN_SEGMENT_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00139">tos_supervoxels.h:139</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ae99864a38f7abfb490ff3d452addf9af"><div class="ttname"><a href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">tos_supervoxels::get_sv_normal_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointNormal &gt; get_sv_normal_cloud()</div><div class="ttdoc">returns normals point cloud of the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00554">tos_supervoxels.cpp:554</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a75ad67635520b43e2c1ee2f8d3ca7fea"><div class="ttname"><a href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a></div><div class="ttdeci">void show_super_voxels(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer, bool show_adjacency_map, bool show_super_voxel_normals)</div><div class="ttdoc">shows in the viewer the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00366">tos_supervoxels.cpp:366</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a84b7ffaae94c393530f065b6dbe9e818"><div class="ttname"><a href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">tos_supervoxels::ZMAX</a></div><div class="ttdeci">static const double ZMAX</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00145">tos_supervoxels.h:145</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a183f418204f84e4b74220529d1a5ef50"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">tos_supervoxels_parameters::use_extended_convexity</a></div><div class="ttdeci">bool use_extended_convexity</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00081">tos_supervoxels.h:81</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ae54647f05bc9cbb541b95d23d32cab6b"><div class="ttname"><a href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">tos_supervoxels::plane_coefficients</a></div><div class="ttdeci">pcl::ModelCoefficients plane_coefficients</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00157">tos_supervoxels.h:157</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a0d5e7a2d4c2dc79fcdff0cff84346e3f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">tos_supervoxels_parameters::th_points</a></div><div class="ttdeci">int th_points</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00087">tos_supervoxels.h:87</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_abdd417b1ed4102a5655118d849138484"><div class="ttname"><a href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">tos_supervoxels::zmax</a></div><div class="ttdeci">double zmax</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00197">tos_supervoxels.h:197</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ad7edd076f4eef1619be4395fd01bf660"><div class="ttname"><a href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">tos_supervoxels::get_segmented_objects</a></div><div class="ttdeci">std::vector&lt; Object &gt; get_segmented_objects()</div><div class="ttdoc">Get the detected objects as a vector of the variable Object. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00481">tos_supervoxels.cpp:481</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_aee04463d10de7b08e4b4bdf5634ac3ae"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aee04463d10de7b08e4b4bdf5634ac3ae">tos_supervoxels_parameters::VOXEL_RESOLUTION</a></div><div class="ttdeci">static const double VOXEL_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00052">tos_supervoxels.h:52</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ad7edd076f4eef1619be4395fd01bf660"><div class="ttname"><a href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">tos_supervoxels::get_segmented_objects</a></div><div class="ttdeci">std::vector&lt; Object &gt; get_segmented_objects()</div><div class="ttdoc">Get the detected objects as a vector of the variable Object. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00494">tos_supervoxels.cpp:494</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_aee04463d10de7b08e4b4bdf5634ac3ae"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aee04463d10de7b08e4b4bdf5634ac3ae">tos_supervoxels_parameters::VOXEL_RESOLUTION</a></div><div class="ttdeci">static const double VOXEL_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00049">tos_supervoxels.h:49</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a1b6c5ff3f4e6b18cf059af26787aa609"><div class="ttname"><a href="classtos__supervoxels.html#a1b6c5ff3f4e6b18cf059af26787aa609">tos_supervoxels::~tos_supervoxels</a></div><div class="ttdeci">~tos_supervoxels()</div><div class="ttdoc">class destructor </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00036">tos_supervoxels.cpp:36</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a98ba97d46806231f790a7d8b2d72c614"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters::use_sanity_criterion</a></div><div class="ttdeci">bool use_sanity_criterion</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00085">tos_supervoxels.h:85</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a98ba97d46806231f790a7d8b2d72c614"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters::use_sanity_criterion</a></div><div class="ttdeci">bool use_sanity_criterion</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00082">tos_supervoxels.h:82</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_aca7419baf464d01abca1bdbf4bea0c5d"><div class="ttname"><a href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">tos_supervoxels::normal_importance</a></div><div class="ttdeci">double normal_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00186">tos_supervoxels.h:186</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a0662491cb89776e0f8ff76753bb24840"><div class="ttname"><a href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">tos_supervoxels::disable_transform</a></div><div class="ttdeci">bool disable_transform</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00181">tos_supervoxels.h:181</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a9495bd4a15731cff669e1b2fc6a6bc84"><div class="ttname"><a href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels::print_parameters</a></div><div class="ttdeci">void print_parameters()</div><div class="ttdoc">Print the parameters of the algorithm in the shell. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00498">tos_supervoxels.cpp:498</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a9495bd4a15731cff669e1b2fc6a6bc84"><div class="ttname"><a href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels::print_parameters</a></div><div class="ttdeci">void print_parameters()</div><div class="ttdoc">Print the parameters of the algorithm in the shell. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00511">tos_supervoxels.cpp:511</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a527522f124f4717a1196b502f7cb8ffe"><div class="ttname"><a href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">tos_supervoxels::concavity_tolerance_threshold</a></div><div class="ttdeci">double concavity_tolerance_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00189">tos_supervoxels.h:189</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html"><div class="ttname"><a href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div><div class="ttdoc">Class to manage all togheter the parameters of the tos_supervoxels algorithm Class to group together ...</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00046">tos_supervoxels.h:46</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a9f95373c358aae383050081be0144aee"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">tos_supervoxels_parameters::COLOR_IMPORTANCE</a></div><div class="ttdeci">static const double COLOR_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00054">tos_supervoxels.h:54</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a8a6ed871f5bed0045d4d5009ac4ba908"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">tos_supervoxels_parameters::USE_EXTENDED_CONVEXITY</a></div><div class="ttdeci">static const bool USE_EXTENDED_CONVEXITY</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00062">tos_supervoxels.h:62</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a1aa263f14c3322d5aaedc123cd1e2b89"><div class="ttname"><a href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">tos_supervoxels::get_default_parameters</a></div><div class="ttdeci">tos_supervoxels_parameters get_default_parameters()</div><div class="ttdoc">get the default parameters of the algorithm </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels.cpp:212</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ac3bc6b70b506f7e97615c16521cd04cc"><div class="ttname"><a href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">tos_supervoxels::CONCAVITY_TOLERANCE_THRESHOLD</a></div><div class="ttdeci">static const double CONCAVITY_TOLERANCE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00140">tos_supervoxels.h:140</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a9ae35d7f443adcff4aed9dff59b354df"><div class="ttname"><a href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">tos_supervoxels::DISABLE_TRANSFORM</a></div><div class="ttdeci">static const bool DISABLE_TRANSFORM</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00132">tos_supervoxels.h:132</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a736ccbb937f187a9e0886b8a565e6412"><div class="ttname"><a href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">tos_supervoxels::SEED_RESOLUTION</a></div><div class="ttdeci">static const double SEED_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00134">tos_supervoxels.h:134</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a05e74b73d24d578914be111dca9a578d"><div class="ttname"><a href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">reset all the publis members reset all the public members. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00058">tos_supervoxels.cpp:58</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa41b80f3d1392f92fe81affe0c1b4dd1"><div class="ttname"><a href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">tos_supervoxels::get_supervoxel_clusters</a></div><div class="ttdeci">std::map&lt; uint32_t, pcl::Supervoxel&lt; pcl::PointXYZRGBA &gt;::Ptr &gt; get_supervoxel_clusters()</div><div class="ttdoc">returns supervoxel_clusters </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00536">tos_supervoxels.cpp:536</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html"><div class="ttname"><a href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div><div class="ttdoc">Class to manage all togheter the parameters of the tos_supervoxels algorithm Class to group together ...</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00043">tos_supervoxels.h:43</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a9f95373c358aae383050081be0144aee"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">tos_supervoxels_parameters::COLOR_IMPORTANCE</a></div><div class="ttdeci">static const double COLOR_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00051">tos_supervoxels.h:51</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a8a6ed871f5bed0045d4d5009ac4ba908"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">tos_supervoxels_parameters::USE_EXTENDED_CONVEXITY</a></div><div class="ttdeci">static const bool USE_EXTENDED_CONVEXITY</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00059">tos_supervoxels.h:59</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a1aa263f14c3322d5aaedc123cd1e2b89"><div class="ttname"><a href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">tos_supervoxels::get_default_parameters</a></div><div class="ttdeci">tos_supervoxels_parameters get_default_parameters()</div><div class="ttdoc">get the default parameters of the algorithm </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels.cpp:214</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ac3bc6b70b506f7e97615c16521cd04cc"><div class="ttname"><a href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">tos_supervoxels::CONCAVITY_TOLERANCE_THRESHOLD</a></div><div class="ttdeci">static const double CONCAVITY_TOLERANCE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00137">tos_supervoxels.h:137</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a9ae35d7f443adcff4aed9dff59b354df"><div class="ttname"><a href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">tos_supervoxels::DISABLE_TRANSFORM</a></div><div class="ttdeci">static const bool DISABLE_TRANSFORM</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00129">tos_supervoxels.h:129</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a736ccbb937f187a9e0886b8a565e6412"><div class="ttname"><a href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">tos_supervoxels::SEED_RESOLUTION</a></div><div class="ttdeci">static const double SEED_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00131">tos_supervoxels.h:131</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a05e74b73d24d578914be111dca9a578d"><div class="ttname"><a href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">reset all the public members reset all the public members. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00061">tos_supervoxels.cpp:61</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aa41b80f3d1392f92fe81affe0c1b4dd1"><div class="ttname"><a href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">tos_supervoxels::get_supervoxel_clusters</a></div><div class="ttdeci">std::map&lt; uint32_t, pcl::Supervoxel&lt; pcl::PointXYZRGBA &gt;::Ptr &gt; get_supervoxel_clusters()</div><div class="ttdoc">returns supervoxel_clusters </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00549">tos_supervoxels.cpp:549</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a976704822ba4713a07bf66a09029ae90"><div class="ttname"><a href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">tos_supervoxels::voxel_resolution</a></div><div class="ttdeci">double voxel_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00182">tos_supervoxels.h:182</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a5be032e015d335e2efd1fa6dad645ea2"><div class="ttname"><a href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">tos_supervoxels::th_points</a></div><div class="ttdeci">int th_points</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00198">tos_supervoxels.h:198</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a1c7303ad40e0a46d39f9cc32d44b7a5b"><div class="ttname"><a href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">tos_supervoxels::seed_resolution</a></div><div class="ttdeci">double seed_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00183">tos_supervoxels.h:183</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aedda6ac8b4ed4d73db916e5faf6085e7"><div class="ttname"><a href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">tos_supervoxels::addSupervoxelConnectionsToViewer</a></div><div class="ttdeci">void addSupervoxelConnectionsToViewer(pcl::PointXYZRGBA &amp;supervoxel_center, pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; &amp;adjacent_supervoxel_centers, std::string supervoxel_name, boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">shows supervoxel connections to viewer thorugh poly data shapes </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00121">tos_supervoxels.cpp:121</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a8652ee2830cb37f6b4b0e0b8456076f3"><div class="ttname"><a href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">tos_supervoxels::NORMAL_IMPORTANCE</a></div><div class="ttdeci">static const double NORMAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00137">tos_supervoxels.h:137</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ac49ae5d232a0d12110f1cc804008c376"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">tos_supervoxels_parameters::ZMIN</a></div><div class="ttdeci">static const double ZMIN</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00066">tos_supervoxels.h:66</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a3a6acc80c354b1eca8708bd52d3eb22b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">tos_supervoxels_parameters::color_importance</a></div><div class="ttdeci">double color_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00076">tos_supervoxels.h:76</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa98f5fdb5a742faf47660fec6d65ca7f"><div class="ttname"><a href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">tos_supervoxels::segment</a></div><div class="ttdeci">void segment()</div><div class="ttdoc">Detect and segment the objects on the table. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00240">tos_supervoxels.cpp:240</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aedda6ac8b4ed4d73db916e5faf6085e7"><div class="ttname"><a href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">tos_supervoxels::addSupervoxelConnectionsToViewer</a></div><div class="ttdeci">void addSupervoxelConnectionsToViewer(pcl::PointXYZRGBA &amp;supervoxel_center, pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; &amp;adjacent_supervoxel_centers, std::string supervoxel_name, boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">shows supervoxel connections to viewer thorugh poly data shapes </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00124">tos_supervoxels.cpp:124</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a8652ee2830cb37f6b4b0e0b8456076f3"><div class="ttname"><a href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">tos_supervoxels::NORMAL_IMPORTANCE</a></div><div class="ttdeci">static const double NORMAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00134">tos_supervoxels.h:134</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ac49ae5d232a0d12110f1cc804008c376"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">tos_supervoxels_parameters::ZMIN</a></div><div class="ttdeci">static const double ZMIN</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00063">tos_supervoxels.h:63</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a3a6acc80c354b1eca8708bd52d3eb22b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">tos_supervoxels_parameters::color_importance</a></div><div class="ttdeci">double color_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00073">tos_supervoxels.h:73</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_adcf6aa7cff672a17aa8a8c82dc4f3df9"><div class="ttname"><a href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">tos_supervoxels::smoothness_threshold</a></div><div class="ttdeci">double smoothness_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00190">tos_supervoxels.h:190</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a42658ce54347c61ad68363f4bcb98b6e"><div class="ttname"><a href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">tos_supervoxels::SMOOTHNESS_THRESHOLD</a></div><div class="ttdeci">static const double SMOOTHNESS_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00141">tos_supervoxels.h:141</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a577fb6e267ef31b4b1f79f6bceeeba67"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a577fb6e267ef31b4b1f79f6bceeeba67">tos_supervoxels_parameters::DISABLE_TRANSFORM</a></div><div class="ttdeci">static const bool DISABLE_TRANSFORM</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00051">tos_supervoxels.h:51</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa4f64e40e770a4f04693f9437f4976d4"><div class="ttname"><a href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">tos_supervoxels::SPATIAL_IMPORTANCE</a></div><div class="ttdeci">static const double SPATIAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00136">tos_supervoxels.h:136</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a8abdeeb9ba62c3c1391a8e4199126695"><div class="ttname"><a href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">tos_supervoxels::set_parameters</a></div><div class="ttdeci">void set_parameters(tos_supervoxels_parameters &amp;opt)</div><div class="ttdoc">Set all the parameters of the algorithm accordingly to the one given to input. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels.cpp:70</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a086b59d77879d7987ea97005b180a49f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">tos_supervoxels_parameters::SEED_RESOLUTION</a></div><div class="ttdeci">static const double SEED_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00053">tos_supervoxels.h:53</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa4ab98eb4f5bf656a74fbfb43e3c1843"><div class="ttname"><a href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">tos_supervoxels::get_supervoxel_adjacency</a></div><div class="ttdeci">std::multimap&lt; uint32_t, uint32_t &gt; get_supervoxel_adjacency()</div><div class="ttdoc">returns supervoxel_adjacency map </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00531">tos_supervoxels.cpp:531</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a42658ce54347c61ad68363f4bcb98b6e"><div class="ttname"><a href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">tos_supervoxels::SMOOTHNESS_THRESHOLD</a></div><div class="ttdeci">static const double SMOOTHNESS_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00138">tos_supervoxels.h:138</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a577fb6e267ef31b4b1f79f6bceeeba67"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a577fb6e267ef31b4b1f79f6bceeeba67">tos_supervoxels_parameters::DISABLE_TRANSFORM</a></div><div class="ttdeci">static const bool DISABLE_TRANSFORM</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00048">tos_supervoxels.h:48</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aa4f64e40e770a4f04693f9437f4976d4"><div class="ttname"><a href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">tos_supervoxels::SPATIAL_IMPORTANCE</a></div><div class="ttdeci">static const double SPATIAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00133">tos_supervoxels.h:133</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a8abdeeb9ba62c3c1391a8e4199126695"><div class="ttname"><a href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">tos_supervoxels::set_parameters</a></div><div class="ttdeci">void set_parameters(tos_supervoxels_parameters &amp;opt)</div><div class="ttdoc">Set all the parameters of the algorithm accordingly to the one given to input. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels.cpp:73</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a086b59d77879d7987ea97005b180a49f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">tos_supervoxels_parameters::SEED_RESOLUTION</a></div><div class="ttdeci">static const double SEED_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00050">tos_supervoxels.h:50</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aa4ab98eb4f5bf656a74fbfb43e3c1843"><div class="ttname"><a href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">tos_supervoxels::get_supervoxel_adjacency</a></div><div class="ttdeci">std::multimap&lt; uint32_t, uint32_t &gt; get_supervoxel_adjacency()</div><div class="ttdoc">returns supervoxel_adjacency map </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00544">tos_supervoxels.cpp:544</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a72c296d6d619cb81aac94957dbff1bdb"><div class="ttname"><a href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">tos_supervoxels::use_sanity_criterion</a></div><div class="ttdeci">bool use_sanity_criterion</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00193">tos_supervoxels.h:193</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a49f096545d2239dea0936096b892f583"><div class="ttname"><a href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">tos_supervoxels::zmin</a></div><div class="ttdeci">double zmin</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00196">tos_supervoxels.h:196</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a46f8e143619931f006933fedc201a6c0"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">tos_supervoxels_parameters::normal_importance</a></div><div class="ttdeci">double normal_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00078">tos_supervoxels.h:78</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a46f8e143619931f006933fedc201a6c0"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">tos_supervoxels_parameters::normal_importance</a></div><div class="ttdeci">double normal_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00075">tos_supervoxels.h:75</a></div></div>
 <div class="ttc" id="classtos__supervoxels__parameters_html_a645ba622d2f0a707e3efdb061a7e5701"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a645ba622d2f0a707e3efdb061a7e5701">tos_supervoxels_parameters::tos_supervoxels_parameters</a></div><div class="ttdeci">tos_supervoxels_parameters()</div><div class="ttdoc">Constructor Sets all the parameters to a default value. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels.cpp:4</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a4089ea9d97431901c848f388052cc5ff"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">tos_supervoxels_parameters::spatial_importance</a></div><div class="ttdeci">double spatial_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00077">tos_supervoxels.h:77</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ae2ecf4fef5f0f963a8c60d877b45afa1"><div class="ttname"><a href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">tos_supervoxels::USE_SANITY_CRITERION</a></div><div class="ttdeci">static const bool USE_SANITY_CRITERION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00144">tos_supervoxels.h:144</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a4089ea9d97431901c848f388052cc5ff"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">tos_supervoxels_parameters::spatial_importance</a></div><div class="ttdeci">double spatial_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00074">tos_supervoxels.h:74</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ae2ecf4fef5f0f963a8c60d877b45afa1"><div class="ttname"><a href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">tos_supervoxels::USE_SANITY_CRITERION</a></div><div class="ttdeci">static const bool USE_SANITY_CRITERION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00141">tos_supervoxels.h:141</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a8e05551a5406f85d3aa97ce50235ef8a"><div class="ttname"><a href="classtos__supervoxels.html#a8e05551a5406f85d3aa97ce50235ef8a">tos_supervoxels::init</a></div><div class="ttdeci">void init(pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; input_cloud, tos_supervoxels_parameters &amp;opt)</div><div class="ttdoc">Class initializer. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00041">tos_supervoxels.cpp:41</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_af8ce2c09326f973ab108428e206cfff6"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters::smoothness_threshold</a></div><div class="ttdeci">double smoothness_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00082">tos_supervoxels.h:82</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_af8ce2c09326f973ab108428e206cfff6"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters::smoothness_threshold</a></div><div class="ttdeci">double smoothness_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00079">tos_supervoxels.h:79</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a34c1b5941d7ff929e2f356c0751bd9f0"><div class="ttname"><a href="classtos__supervoxels.html#a34c1b5941d7ff929e2f356c0751bd9f0">tos_supervoxels::tos_supervoxels</a></div><div class="ttdeci">tos_supervoxels()</div><div class="ttdoc">Class costructor. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00031">tos_supervoxels.cpp:31</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_abd0b1d082a238c6822fa29f39eefbd42"><div class="ttname"><a href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">tos_supervoxels_parameters::min_segment_size</a></div><div class="ttdeci">int min_segment_size</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00083">tos_supervoxels.h:83</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_abd0b1d082a238c6822fa29f39eefbd42"><div class="ttname"><a href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">tos_supervoxels_parameters::min_segment_size</a></div><div class="ttdeci">int min_segment_size</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00080">tos_supervoxels.h:80</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a8b884facceaccc4e019e852f2ec51280"><div class="ttname"><a href="classtos__supervoxels.html#a8b884facceaccc4e019e852f2ec51280">tos_supervoxels::initialized</a></div><div class="ttdeci">bool initialized</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00201">tos_supervoxels.h:201</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a7eb9f9d72fe72e24078496f0d8bfcc1a"><div class="ttname"><a href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">tos_supervoxels::detectObjectsOnTable</a></div><div class="ttdeci">void detectObjectsOnTable(pcl::PointCloud&lt; pcl::PointXYZRGBA &gt;::Ptr cloud, double zmin, double zmax, pcl::PointIndices::Ptr objectIndices, bool filter_input_cloud)</div><div class="ttdoc">detects objects that stands on a table </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00150">tos_supervoxels.cpp:150</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab654ad8e92e68a70f40a5dda9e11d83b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab654ad8e92e68a70f40a5dda9e11d83b">tos_supervoxels_parameters::NORMAL_IMPORTANCE</a></div><div class="ttdeci">static const double NORMAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00056">tos_supervoxels.h:56</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a060b8b3f544152ee2f5266c1f4cef012"><div class="ttname"><a href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">tos_supervoxels::VOXEL_RESOLUTION</a></div><div class="ttdeci">static const double VOXEL_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00133">tos_supervoxels.h:133</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a8199c1eb6e5a493fe56f4eb1c5ffe0c4"><div class="ttname"><a href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">tos_supervoxels::COLOR_IMPORTANCE</a></div><div class="ttdeci">static const double COLOR_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00135">tos_supervoxels.h:135</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ab190977726c84292dad40f4337ec6ba9"><div class="ttname"><a href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">tos_supervoxels::get_segmented_objects_simple</a></div><div class="ttdeci">std::vector&lt; pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; &gt; get_segmented_objects_simple()</div><div class="ttdoc">Get the detected objects as a vector of point clouds. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00486">tos_supervoxels.cpp:486</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a7eb9f9d72fe72e24078496f0d8bfcc1a"><div class="ttname"><a href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">tos_supervoxels::detectObjectsOnTable</a></div><div class="ttdeci">void detectObjectsOnTable(pcl::PointCloud&lt; pcl::PointXYZRGBA &gt;::Ptr cloud, double zmin, double zmax, pcl::PointIndices::Ptr objectIndices, bool filter_input_cloud)</div><div class="ttdoc">detects objects that stands on a table </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00153">tos_supervoxels.cpp:153</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab654ad8e92e68a70f40a5dda9e11d83b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab654ad8e92e68a70f40a5dda9e11d83b">tos_supervoxels_parameters::NORMAL_IMPORTANCE</a></div><div class="ttdeci">static const double NORMAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00053">tos_supervoxels.h:53</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a060b8b3f544152ee2f5266c1f4cef012"><div class="ttname"><a href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">tos_supervoxels::VOXEL_RESOLUTION</a></div><div class="ttdeci">static const double VOXEL_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00130">tos_supervoxels.h:130</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a8199c1eb6e5a493fe56f4eb1c5ffe0c4"><div class="ttname"><a href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">tos_supervoxels::COLOR_IMPORTANCE</a></div><div class="ttdeci">static const double COLOR_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00132">tos_supervoxels.h:132</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ab190977726c84292dad40f4337ec6ba9"><div class="ttname"><a href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">tos_supervoxels::get_segmented_objects_simple</a></div><div class="ttdeci">std::vector&lt; pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; &gt; get_segmented_objects_simple()</div><div class="ttdoc">Get the detected objects as a vector of point clouds. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00499">tos_supervoxels.cpp:499</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a43ea7c15095e046b55674b120eb096f0"><div class="ttname"><a href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">tos_supervoxels::use_extended_convexity</a></div><div class="ttdeci">bool use_extended_convexity</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00192">tos_supervoxels.h:192</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a488f2d8af0e9e5adf5a7268829dd1e4b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">tos_supervoxels_parameters::zmax</a></div><div class="ttdeci">double zmax</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00089">tos_supervoxels.h:89</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a075d805207e4c00a146c98ae0580c5a0"><div class="ttname"><a href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">tos_supervoxels::clean_viewer</a></div><div class="ttdeci">void clean_viewer(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">clean all the pointclouds or shapes introduced by the class in the viewer </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00462">tos_supervoxels.cpp:462</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a6b559741e34466dc429f6b3ae3fc9382"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">tos_supervoxels_parameters::seed_resolution</a></div><div class="ttdeci">double seed_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00075">tos_supervoxels.h:75</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab824cdae92c7bed3d3013e0b5fc16938"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">tos_supervoxels_parameters::SPATIAL_IMPORTANCE</a></div><div class="ttdeci">static const double SPATIAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00055">tos_supervoxels.h:55</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab75a5338a5e95cee71573beeca040962"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">tos_supervoxels_parameters::USE_SANITY_CRITERION</a></div><div class="ttdeci">static const bool USE_SANITY_CRITERION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00063">tos_supervoxels.h:63</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a488f2d8af0e9e5adf5a7268829dd1e4b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">tos_supervoxels_parameters::zmax</a></div><div class="ttdeci">double zmax</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00086">tos_supervoxels.h:86</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a075d805207e4c00a146c98ae0580c5a0"><div class="ttname"><a href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">tos_supervoxels::clean_viewer</a></div><div class="ttdeci">void clean_viewer(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">clean all the pointclouds or shapes introduced by the class in the viewer </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00475">tos_supervoxels.cpp:475</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a6b559741e34466dc429f6b3ae3fc9382"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">tos_supervoxels_parameters::seed_resolution</a></div><div class="ttdeci">double seed_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00072">tos_supervoxels.h:72</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab824cdae92c7bed3d3013e0b5fc16938"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">tos_supervoxels_parameters::SPATIAL_IMPORTANCE</a></div><div class="ttdeci">static const double SPATIAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00052">tos_supervoxels.h:52</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab75a5338a5e95cee71573beeca040962"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">tos_supervoxels_parameters::USE_SANITY_CRITERION</a></div><div class="ttdeci">static const bool USE_SANITY_CRITERION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00060">tos_supervoxels.h:60</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a22dedb407830be7e35edcc98a84831d5"><div class="ttname"><a href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">tos_supervoxels::spatial_importance</a></div><div class="ttdeci">double spatial_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00185">tos_supervoxels.h:185</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_aff21e5b5ee671a64b72e2a5bef109db2"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">tos_supervoxels_parameters::ZMAX</a></div><div class="ttdeci">static const double ZMAX</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00067">tos_supervoxels.h:67</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aebfec7e745537e12d087ec3fb2cfb091"><div class="ttname"><a href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">tos_supervoxels::ZMIN</a></div><div class="ttdeci">static const double ZMIN</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00147">tos_supervoxels.h:147</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a13fc3e3a65e0888ec8cb4523d6c9e2cc"><div class="ttname"><a href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">tos_supervoxels::TH_POINTS</a></div><div class="ttdeci">static const int TH_POINTS</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00149">tos_supervoxels.h:149</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_aff21e5b5ee671a64b72e2a5bef109db2"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">tos_supervoxels_parameters::ZMAX</a></div><div class="ttdeci">static const double ZMAX</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00064">tos_supervoxels.h:64</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aebfec7e745537e12d087ec3fb2cfb091"><div class="ttname"><a href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">tos_supervoxels::ZMIN</a></div><div class="ttdeci">static const double ZMIN</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00144">tos_supervoxels.h:144</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a13fc3e3a65e0888ec8cb4523d6c9e2cc"><div class="ttname"><a href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">tos_supervoxels::TH_POINTS</a></div><div class="ttdeci">static const int TH_POINTS</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00146">tos_supervoxels.h:146</a></div></div>
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/tos__supervoxels_8h_source.html b/trunk/doc/html/tos__supervoxels_8h_source.html
index e1ecaf395bf56432031919ae253b00ce89eb9ab0..585eaf7cb89333984e74c3dda8448b1111090555 100644
--- a/trunk/doc/html/tos__supervoxels_8h_source.html
+++ b/trunk/doc/html/tos__supervoxels_8h_source.html
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.6"/>
-<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h Source File</title>
+<title>tos_supervoxels: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
 <script type="text/javascript" src="dynsections.js"></script>
@@ -68,104 +68,102 @@
 <div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &lt;pcl/segmentation/lccp_segmentation.h&gt;</span></div>
 <div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#include &lt;vtkPolyLine.h&gt;</span></div>
 <div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;</div>
-<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &lt;pcl/sample_consensus/method_types.h&gt;</span></div>
-<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &lt;pcl/sample_consensus/model_types.h&gt;</span></div>
-<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &lt;pcl/segmentation/sac_segmentation.h&gt;</span></div>
-<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &lt;pcl/filters/extract_indices.h&gt;</span></div>
-<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &lt;pcl/surface/convex_hull.h&gt;</span></div>
-<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &lt;pcl/segmentation/extract_polygonal_prism_data.h&gt;</span></div>
-<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div>
-<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">typedef</span> pcl::LCCPSegmentation&lt;pcl::PointXYZRGBA&gt;::SupervoxelAdjacencyList SuperVoxelAdjacencyList;</div>
-<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div>
-<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#ifndef OBJECT</span></div>
-<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define OBJECT </span></div>
-<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor"></span></div>
-<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="structObject.html">   35</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structObject.html">Object</a></div>
-<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;{</div>
-<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; object_cloud;</div>
-<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structObject.html#a45cf3c764fbbd9fd49fb64dd4d2c1b6d">   38</a></span>&#160;  <span class="keywordtype">int</span> <a class="code" href="structObject.html#a45cf3c764fbbd9fd49fb64dd4d2c1b6d">label</a>; </div>
-<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;};</div>
-<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#endif</span></div>
-<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="preprocessor"></span></div>
-<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html">   46</a></span>&#160;<span class="keyword">class </span><a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div>
-<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;{</div>
-<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;  <span class="keyword">protected</span>:</div>
-<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;    <span class="comment">// -------- Default Parameters --------</span></div>
-<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;    <span class="comment">// supervoxels parameters </span></div>
-<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a577fb6e267ef31b4b1f79f6bceeeba67">   51</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#a577fb6e267ef31b4b1f79f6bceeeba67">DISABLE_TRANSFORM</a> = <span class="keyword">true</span>; </div>
-<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#aee04463d10de7b08e4b4bdf5634ac3ae">   52</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#aee04463d10de7b08e4b4bdf5634ac3ae">VOXEL_RESOLUTION</a> = 0.0075f;</div>
-<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">   53</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">SEED_RESOLUTION</a> = 0.03f; </div>
-<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">   54</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">COLOR_IMPORTANCE</a> = 0.0f;</div>
-<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">   55</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">SPATIAL_IMPORTANCE</a> = 1.0f;</div>
-<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ab654ad8e92e68a70f40a5dda9e11d83b">   56</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#ab654ad8e92e68a70f40a5dda9e11d83b">NORMAL_IMPORTANCE</a> = 4.0f;</div>
-<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    <span class="comment">// LCCPSegmentation parameters</span></div>
-<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">   59</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">CONCAVITY_TOLERANCE_THRESHOLD</a> = 10;</div>
-<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">   60</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">SMOOTHNESS_THRESHOLD</a> = 0.1f;</div>
-<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a65f837c473fe6c5b4a1b928b73fe22ec">   61</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels__parameters.html#a65f837c473fe6c5b4a1b928b73fe22ec">MIN_SEGMENT_SIZE</a> = 3;</div>
-<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">   62</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">USE_EXTENDED_CONVEXITY</a> = <span class="keyword">false</span>;</div>
-<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">   63</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">USE_SANITY_CRITERION</a> = <span class="keyword">true</span>;</div>
-<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;        <span class="comment">// Others parameters</span></div>
-<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">   66</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">ZMIN</a> = 0.02;</div>
-<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">   67</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">ZMAX</a> = 2.; </div>
-<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a839bc1bb944a6194cbe6b939b87509dc">   68</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels__parameters.html#a839bc1bb944a6194cbe6b939b87509dc">TH_POINTS</a> = 400; </div>
-<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <span class="comment">//-------------------</span></div>
-<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div>
-<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;  <span class="keyword">public</span>:</div>
-<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;    <span class="comment">//supervoxels parameters </span></div>
-<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">   73</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">disable_transform</a>;</div>
-<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">   74</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">voxel_resolution</a>; </div>
-<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">   75</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">seed_resolution</a>; </div>
-<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">   76</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">color_importance</a>;</div>
-<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">   77</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">spatial_importance</a>;</div>
-<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">   78</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">normal_importance</a>;</div>
-<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;    <span class="comment">// LCCPSegmentation parameters</span></div>
-<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">   81</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">concavity_tolerance_threshold</a>;</div>
-<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">   82</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">smoothness_threshold</a>;</div>
-<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">   83</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">min_segment_size</a>;</div>
-<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">   84</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">use_extended_convexity</a>;</div>
-<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">   85</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">use_sanity_criterion</a>;</div>
-<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;    <span class="comment">// other parameters    </span></div>
-<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">   88</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">zmin</a>; </div>
-<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">   89</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">zmax</a>; </div>
-<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">   90</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">th_points</a>; </div>
-<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;    <a class="code" href="classtos__supervoxels__parameters.html#a645ba622d2f0a707e3efdb061a7e5701">tos_supervoxels_parameters</a>();</div>
-<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div>
-<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;    <a class="code" href="classtos__supervoxels__parameters.html#ab0132cd89f636627d3bb5d1cc81de339">~tos_supervoxels_parameters</a>();</div>
-<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;</div>
-<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;}; </div>
-<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;</div>
-<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html">  126</a></span>&#160;<span class="keyword">class </span><a class="code" href="classtos__supervoxels.html">tos_supervoxels</a></div>
-<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;{</div>
-<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;  <span class="keyword">protected</span>:</div>
-<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;</div>
-<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    <span class="comment">// -------- Default Parameters --------</span></div>
-<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    <span class="comment">// supervoxels parameters </span></div>
-<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">  132</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">DISABLE_TRANSFORM</a> = <span class="keyword">true</span>; </div>
-<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">  133</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">VOXEL_RESOLUTION</a> = 0.0075f;</div>
-<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">  134</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">SEED_RESOLUTION</a> = 0.03f; </div>
-<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">  135</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">COLOR_IMPORTANCE</a> = 0.0f;</div>
-<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">  136</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">SPATIAL_IMPORTANCE</a> = 1.0f;</div>
-<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">  137</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">NORMAL_IMPORTANCE</a> = 4.0f;</div>
-<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;    <span class="comment">// LCCPSegmentation parameters</span></div>
-<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">  140</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">CONCAVITY_TOLERANCE_THRESHOLD</a> = 10;</div>
-<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">  141</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">SMOOTHNESS_THRESHOLD</a> = 0.1f;</div>
-<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">  142</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">MIN_SEGMENT_SIZE</a> = 3;</div>
-<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">  143</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">USE_EXTENDED_CONVEXITY</a> = <span class="keyword">false</span>;</div>
-<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">  144</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">USE_SANITY_CRITERION</a> = <span class="keyword">true</span>;</div>
-<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;        <span class="comment">// Others parameters</span></div>
-<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">  147</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">ZMIN</a> = 0.02;</div>
-<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">  148</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">ZMAX</a> = 2.; </div>
-<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">  149</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">TH_POINTS</a> = 400; </div>
-<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    <span class="comment">//-------------------</span></div>
-<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div>
-<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    std::vector&lt;Object&gt; detected_objects;</div>
-<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr cloud;</div>
-<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr lccp_labeled_cloud;</div>
-<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;    std::multimap&lt;uint32_t, uint32_t&gt; supervoxel_adjacency;</div>
-<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr labeled_voxel_cloud;</div>
-<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;    std::map &lt;uint32_t, pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr &gt; supervoxel_clusters;</div>
-<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;    pcl::PointCloud&lt;pcl::PointNormal&gt;::Ptr sv_normal_cloud;</div>
-<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;</div>
+<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &lt;pcl/filters/extract_indices.h&gt;</span></div>
+<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &lt;pcl/surface/convex_hull.h&gt;</span></div>
+<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &lt;pcl/segmentation/extract_polygonal_prism_data.h&gt;</span></div>
+<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div>
+<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="keyword">typedef</span> pcl::LCCPSegmentation&lt;pcl::PointXYZRGBA&gt;::SupervoxelAdjacencyList SuperVoxelAdjacencyList;</div>
+<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;</div>
+<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#ifndef OBJECT</span></div>
+<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define OBJECT </span></div>
+<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="structObject.html">   32</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structObject.html">Object</a></div>
+<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;{</div>
+<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;  pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; object_cloud;</div>
+<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="structObject.html#a45cf3c764fbbd9fd49fb64dd4d2c1b6d">   35</a></span>&#160;  <span class="keywordtype">int</span> <a class="code" href="structObject.html#a45cf3c764fbbd9fd49fb64dd4d2c1b6d">label</a>; </div>
+<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;};</div>
+<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor">#endif</span></div>
+<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html">   43</a></span>&#160;<span class="keyword">class </span><a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div>
+<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;{</div>
+<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;  <span class="keyword">protected</span>:</div>
+<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;    <span class="comment">// -------- Default Parameters --------</span></div>
+<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    <span class="comment">// supervoxels parameters </span></div>
+<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a577fb6e267ef31b4b1f79f6bceeeba67">   48</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#a577fb6e267ef31b4b1f79f6bceeeba67">DISABLE_TRANSFORM</a> = <span class="keyword">true</span>; </div>
+<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#aee04463d10de7b08e4b4bdf5634ac3ae">   49</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#aee04463d10de7b08e4b4bdf5634ac3ae">VOXEL_RESOLUTION</a> = 0.0075f;</div>
+<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">   50</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">SEED_RESOLUTION</a> = 0.03f; </div>
+<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">   51</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">COLOR_IMPORTANCE</a> = 0.0f;</div>
+<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">   52</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">SPATIAL_IMPORTANCE</a> = 1.0f;</div>
+<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ab654ad8e92e68a70f40a5dda9e11d83b">   53</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#ab654ad8e92e68a70f40a5dda9e11d83b">NORMAL_IMPORTANCE</a> = 4.0f;</div>
+<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    <span class="comment">// LCCPSegmentation parameters</span></div>
+<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">   56</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">CONCAVITY_TOLERANCE_THRESHOLD</a> = 10;</div>
+<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">   57</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">SMOOTHNESS_THRESHOLD</a> = 0.1f;</div>
+<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a65f837c473fe6c5b4a1b928b73fe22ec">   58</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels__parameters.html#a65f837c473fe6c5b4a1b928b73fe22ec">MIN_SEGMENT_SIZE</a> = 3;</div>
+<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">   59</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">USE_EXTENDED_CONVEXITY</a> = <span class="keyword">false</span>;</div>
+<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">   60</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">USE_SANITY_CRITERION</a> = <span class="keyword">true</span>;</div>
+<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;        <span class="comment">// Others parameters</span></div>
+<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">   63</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">ZMIN</a> = 0.02;</div>
+<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">   64</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">ZMAX</a> = 2.; </div>
+<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a839bc1bb944a6194cbe6b939b87509dc">   65</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels__parameters.html#a839bc1bb944a6194cbe6b939b87509dc">TH_POINTS</a> = 400; </div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    <span class="comment">//-------------------</span></div>
+<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div>
+<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;  <span class="keyword">public</span>:</div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <span class="comment">//supervoxels parameters </span></div>
+<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">   70</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">disable_transform</a>;</div>
+<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">   71</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">voxel_resolution</a>; </div>
+<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">   72</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">seed_resolution</a>; </div>
+<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">   73</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">color_importance</a>;</div>
+<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">   74</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">spatial_importance</a>;</div>
+<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">   75</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">normal_importance</a>;</div>
+<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;    <span class="comment">// LCCPSegmentation parameters</span></div>
+<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">   78</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">concavity_tolerance_threshold</a>;</div>
+<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">   79</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">smoothness_threshold</a>;</div>
+<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">   80</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">min_segment_size</a>;</div>
+<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">   81</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">use_extended_convexity</a>;</div>
+<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">   82</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">use_sanity_criterion</a>;</div>
+<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    <span class="comment">// other parameters    </span></div>
+<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">   85</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">zmin</a>; </div>
+<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">   86</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">zmax</a>; </div>
+<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">   87</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">th_points</a>; </div>
+<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;    <a class="code" href="classtos__supervoxels__parameters.html#a645ba622d2f0a707e3efdb061a7e5701">tos_supervoxels_parameters</a>();</div>
+<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div>
+<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;    <a class="code" href="classtos__supervoxels__parameters.html#ab0132cd89f636627d3bb5d1cc81de339">~tos_supervoxels_parameters</a>();</div>
+<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div>
+<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;}; </div>
+<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;</div>
+<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html">  123</a></span>&#160;<span class="keyword">class </span><a class="code" href="classtos__supervoxels.html">tos_supervoxels</a></div>
+<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;{</div>
+<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;  <span class="keyword">protected</span>:</div>
+<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;</div>
+<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    <span class="comment">// -------- Default Parameters --------</span></div>
+<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="comment">// supervoxels parameters </span></div>
+<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">  129</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">DISABLE_TRANSFORM</a> = <span class="keyword">true</span>; </div>
+<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">  130</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">VOXEL_RESOLUTION</a> = 0.0075f;</div>
+<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">  131</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">SEED_RESOLUTION</a> = 0.03f; </div>
+<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">  132</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">COLOR_IMPORTANCE</a> = 0.0f;</div>
+<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">  133</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">SPATIAL_IMPORTANCE</a> = 1.0f;</div>
+<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">  134</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">NORMAL_IMPORTANCE</a> = 4.0f;</div>
+<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;    <span class="comment">// LCCPSegmentation parameters</span></div>
+<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">  137</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">CONCAVITY_TOLERANCE_THRESHOLD</a> = 10;</div>
+<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">  138</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">SMOOTHNESS_THRESHOLD</a> = 0.1f;</div>
+<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">  139</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">MIN_SEGMENT_SIZE</a> = 3;</div>
+<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">  140</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">USE_EXTENDED_CONVEXITY</a> = <span class="keyword">false</span>;</div>
+<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">  141</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">USE_SANITY_CRITERION</a> = <span class="keyword">true</span>;</div>
+<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;        <span class="comment">// Others parameters</span></div>
+<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">  144</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">ZMIN</a> = 0.02;</div>
+<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">  145</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">double</span> <a class="code" href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">ZMAX</a> = 2.; </div>
+<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">  146</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">TH_POINTS</a> = 400; </div>
+<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;    <span class="comment">//-------------------</span></div>
+<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div>
+<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;    std::vector&lt;Object&gt; detected_objects;</div>
+<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr cloud;</div>
+<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr lccp_labeled_cloud;</div>
+<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    std::multimap&lt;uint32_t, uint32_t&gt; supervoxel_adjacency;</div>
+<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZL&gt;::Ptr labeled_voxel_cloud;</div>
+<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;    std::map &lt;uint32_t, pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr &gt; supervoxel_clusters;</div>
+<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;    pcl::PointCloud&lt;pcl::PointNormal&gt;::Ptr sv_normal_cloud;</div>
+<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;</div>
+<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">  157</a></span>&#160;    pcl::ModelCoefficients <a class="code" href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">plane_coefficients</a>;</div>
 <div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">addSupervoxelConnectionsToViewer</a> (pcl::PointXYZRGBA &amp;supervoxel_center,</div>
 <div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;                                          pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;&amp; adjacent_supervoxel_centers,</div>
 <div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;                                          std::string supervoxel_name,</div>
@@ -210,158 +208,161 @@
 <div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;</div>
 <div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;    <a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a> <a class="code" href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">get_default_parameters</a>(); </div>
 <div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;</div>
-<div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">segment</a>();</div>
-<div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;</div>
-<div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">show_super_voxels</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer,<span class="keywordtype">bool</span> show_adjacency_map, <span class="keywordtype">bool</span> show_super_voxel_normals);</div>
-<div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;</div>
-<div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">show_super_voxels</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer);</div>
-<div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;</div>
-<div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">show_segmented_objects</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer); </div>
-<div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;</div>
-<div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">clean_viewer</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer);</div>
-<div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;</div>
+<div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">segment</a>();</div>
+<div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;</div>
+<div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">show_super_voxels</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer,<span class="keywordtype">bool</span> show_adjacency_map, <span class="keywordtype">bool</span> show_super_voxel_normals);</div>
+<div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;</div>
+<div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">show_super_voxels</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer);</div>
+<div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;</div>
+<div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">show_segmented_objects</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer); </div>
+<div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;</div>
+<div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">clean_viewer</a>(boost::shared_ptr&lt;pcl::visualization::PCLVisualizer&gt; &amp; viewer);</div>
 <div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;</div>
-<div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;    std::vector&lt;Object&gt; <a class="code" href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">get_segmented_objects</a>();</div>
-<div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;</div>
-<div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;    std::vector&lt;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; &gt; <a class="code" href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">get_segmented_objects_simple</a>();</div>
-<div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;</div>
-<div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">print_parameters</a>();</div>
-<div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;</div>
-<div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr <a class="code" href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">get_input_cloud</a>();</div>
-<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;</div>
-<div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZL&gt; <a class="code" href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">get_labeled_voxel_cloud</a>();</div>
-<div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;</div>
-<div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;    std::multimap&lt;uint32_t, uint32_t&gt; <a class="code" href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">get_supervoxel_adjacency</a>();</div>
-<div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;</div>
-<div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;    std::map &lt;uint32_t, pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr&gt; <a class="code" href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">get_supervoxel_clusters</a>();</div>
-<div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;</div>
-<div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;    pcl::PointCloud&lt;pcl::PointNormal&gt; <a class="code" href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">get_sv_normal_cloud</a>();</div>
-<div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;</div>
-<div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;    <span class="keywordtype">void</span> set_disable_transform(<span class="keywordtype">bool</span> disable_transform_in);</div>
-<div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;    <span class="keywordtype">void</span> set_voxel_resolution(<span class="keywordtype">double</span> voxel_resolution_in);</div>
-<div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;    <span class="keywordtype">void</span> set_seed_resolution(<span class="keywordtype">double</span> seed_resolution_in);</div>
-<div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;    <span class="keywordtype">void</span> set_color_importance(<span class="keywordtype">double</span> color_importance_in);</div>
-<div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;    <span class="keywordtype">void</span> set_spatial_importance(<span class="keywordtype">double</span> spatial_importance_in);</div>
-<div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;    <span class="keywordtype">void</span> set_normal_importance(<span class="keywordtype">double</span> normal_importance_in);</div>
-<div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;    </div>
-<div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;    <span class="keywordtype">void</span> set_concavity_tolerance_threshold(<span class="keywordtype">double</span> concavity_tolerance_threshold_in);</div>
-<div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;    <span class="keywordtype">void</span> set_smoothness_threshold(<span class="keywordtype">double</span> smoothness_threshold_in);</div>
-<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;    <span class="keywordtype">void</span> set_min_segment_size(<span class="keywordtype">int</span> min_segment_size_in);</div>
-<div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;    <span class="keywordtype">void</span> set_use_extended_convexity(<span class="keywordtype">bool</span> use_extended_convexity_in);</div>
-<div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;    <span class="keywordtype">void</span> set_use_sanity_criterion(<span class="keywordtype">bool</span> use_sanity_criterion_in);</div>
-<div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;</div>
-<div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;    <span class="keywordtype">void</span> set_zmin(<span class="keywordtype">double</span> zmin_in);</div>
-<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;    <span class="keywordtype">void</span> set_zmax(<span class="keywordtype">double</span> zmax_in);</div>
-<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;    <span class="keywordtype">void</span> set_th_points(<span class="keywordtype">int</span> th_points_in);</div>
-<div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;</div>
-<div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;    <span class="keywordtype">bool</span> get_disable_transform();</div>
-<div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;    <span class="keywordtype">double</span> get_voxel_resolution();</div>
-<div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;    <span class="keywordtype">double</span> get_seed_resolution();</div>
-<div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;    <span class="keywordtype">double</span> get_color_importance();</div>
-<div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;    <span class="keywordtype">double</span> get_spatial_importance();</div>
-<div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;    <span class="keywordtype">double</span> get_normal_importance();</div>
-<div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;    </div>
-<div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;    <span class="keywordtype">double</span> get_concavity_tolerance_threshold();</div>
-<div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;    <span class="keywordtype">double</span> get_smoothness_threshold();</div>
-<div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;    <span class="keywordtype">int</span> get_min_segment_size();</div>
-<div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160;    <span class="keywordtype">bool</span> get_use_extended_convexity();</div>
-<div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;    <span class="keywordtype">bool</span> get_use_sanity_criterion();</div>
-<div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;</div>
-<div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;    <span class="keywordtype">double</span> get_zmin();</div>
-<div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;    <span class="keywordtype">double</span> get_zmax();</div>
-<div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;    <span class="keywordtype">int</span> get_th_points();</div>
-<div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;</div>
-<div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;};</div>
-<div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;</div>
-<div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;<span class="preprocessor">#endif </span></div>
+<div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;</div>
+<div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;    std::vector&lt;Object&gt; <a class="code" href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">get_segmented_objects</a>();</div>
+<div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;</div>
+<div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;    std::vector&lt;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; &gt; <a class="code" href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">get_segmented_objects_simple</a>();</div>
+<div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;</div>
+<div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">print_parameters</a>();</div>
+<div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;</div>
+<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZRGBA&gt;::Ptr <a class="code" href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">get_input_cloud</a>();</div>
+<div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;</div>
+<div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;    pcl::PointCloud&lt;pcl::PointXYZL&gt; <a class="code" href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">get_labeled_voxel_cloud</a>();</div>
+<div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;</div>
+<div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;    std::multimap&lt;uint32_t, uint32_t&gt; <a class="code" href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">get_supervoxel_adjacency</a>();</div>
+<div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;</div>
+<div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;    std::map &lt;uint32_t, pcl::Supervoxel&lt;pcl::PointXYZRGBA&gt;::Ptr&gt; <a class="code" href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">get_supervoxel_clusters</a>();</div>
+<div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;</div>
+<div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;    pcl::PointCloud&lt;pcl::PointNormal&gt; <a class="code" href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">get_sv_normal_cloud</a>();</div>
+<div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;</div>
+<div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;    <span class="keywordtype">void</span> set_disable_transform(<span class="keywordtype">bool</span> disable_transform_in);</div>
+<div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;    <span class="keywordtype">void</span> set_voxel_resolution(<span class="keywordtype">double</span> voxel_resolution_in);</div>
+<div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;    <span class="keywordtype">void</span> set_seed_resolution(<span class="keywordtype">double</span> seed_resolution_in);</div>
+<div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;    <span class="keywordtype">void</span> set_color_importance(<span class="keywordtype">double</span> color_importance_in);</div>
+<div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;    <span class="keywordtype">void</span> set_spatial_importance(<span class="keywordtype">double</span> spatial_importance_in);</div>
+<div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;    <span class="keywordtype">void</span> set_normal_importance(<span class="keywordtype">double</span> normal_importance_in);</div>
+<div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;    </div>
+<div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;    <span class="keywordtype">void</span> set_concavity_tolerance_threshold(<span class="keywordtype">double</span> concavity_tolerance_threshold_in);</div>
+<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;    <span class="keywordtype">void</span> set_smoothness_threshold(<span class="keywordtype">double</span> smoothness_threshold_in);</div>
+<div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;    <span class="keywordtype">void</span> set_min_segment_size(<span class="keywordtype">int</span> min_segment_size_in);</div>
+<div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;    <span class="keywordtype">void</span> set_use_extended_convexity(<span class="keywordtype">bool</span> use_extended_convexity_in);</div>
+<div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;    <span class="keywordtype">void</span> set_use_sanity_criterion(<span class="keywordtype">bool</span> use_sanity_criterion_in);</div>
+<div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;</div>
+<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;    <span class="keywordtype">void</span> set_zmin(<span class="keywordtype">double</span> zmin_in);</div>
+<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;    <span class="keywordtype">void</span> set_zmax(<span class="keywordtype">double</span> zmax_in);</div>
+<div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;    <span class="keywordtype">void</span> set_th_points(<span class="keywordtype">int</span> th_points_in);</div>
+<div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;</div>
+<div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;    <span class="keywordtype">bool</span> get_disable_transform();</div>
+<div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;    <span class="keywordtype">double</span> get_voxel_resolution();</div>
+<div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;    <span class="keywordtype">double</span> get_seed_resolution();</div>
+<div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;    <span class="keywordtype">double</span> get_color_importance();</div>
+<div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;    <span class="keywordtype">double</span> get_spatial_importance();</div>
+<div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;    <span class="keywordtype">double</span> get_normal_importance();</div>
+<div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;    </div>
+<div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;    <span class="keywordtype">double</span> get_concavity_tolerance_threshold();</div>
+<div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;    <span class="keywordtype">double</span> get_smoothness_threshold();</div>
+<div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160;    <span class="keywordtype">int</span> get_min_segment_size();</div>
+<div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;    <span class="keywordtype">bool</span> get_use_extended_convexity();</div>
+<div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;    <span class="keywordtype">bool</span> get_use_sanity_criterion();</div>
+<div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;</div>
+<div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;    <span class="keywordtype">double</span> get_zmin();</div>
+<div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;    <span class="keywordtype">double</span> get_zmax();</div>
+<div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;    <span class="keywordtype">int</span> get_th_points();</div>
+<div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;</div>
+<div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;    pcl::ModelCoefficients get_plane_coefficients();</div>
+<div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;</div>
+<div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;};</div>
+<div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;</div>
+<div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;<span class="preprocessor">#endif </span></div>
 <div class="ttc" id="classtos__supervoxels__parameters_html_ab0132cd89f636627d3bb5d1cc81de339"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab0132cd89f636627d3bb5d1cc81de339">tos_supervoxels_parameters::~tos_supervoxels_parameters</a></div><div class="ttdeci">~tos_supervoxels_parameters()</div><div class="ttdoc">Destructor. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00026">tos_supervoxels.cpp:26</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_aed4c61f0f00941a8100c532cf635c41a"><div class="ttname"><a href="classtos__supervoxels.html#aed4c61f0f00941a8100c532cf635c41a">tos_supervoxels::min_segment_size</a></div><div class="ttdeci">int min_segment_size</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00191">tos_supervoxels.h:191</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab859bd58bf8be6ced2149da00b46377d"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">tos_supervoxels_parameters::zmin</a></div><div class="ttdeci">double zmin</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00088">tos_supervoxels.h:88</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_acc734faa611ebe574cb2aeb8222585c4"><div class="ttname"><a href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">tos_supervoxels::set_default_parameters</a></div><div class="ttdeci">void set_default_parameters()</div><div class="ttdoc">Set default parameters to the algorithm. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00094">tos_supervoxels.cpp:94</a></div></div>
-<div class="ttc" id="structObject_html_a45cf3c764fbbd9fd49fb64dd4d2c1b6d"><div class="ttname"><a href="structObject.html#a45cf3c764fbbd9fd49fb64dd4d2c1b6d">Object::label</a></div><div class="ttdeci">int label</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00038">tos_supervoxels.h:38</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a65f837c473fe6c5b4a1b928b73fe22ec"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a65f837c473fe6c5b4a1b928b73fe22ec">tos_supervoxels_parameters::MIN_SEGMENT_SIZE</a></div><div class="ttdeci">static const int MIN_SEGMENT_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00061">tos_supervoxels.h:61</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a43917a91ecbe54aaffe0060e2b3c2120"><div class="ttname"><a href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">tos_supervoxels::get_labeled_voxel_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointXYZL &gt; get_labeled_voxel_cloud()</div><div class="ttdoc">returns labeld voxel cloud </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00526">tos_supervoxels.cpp:526</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a72001c37a946b8fcfcc0728436e55806"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">tos_supervoxels_parameters::CONCAVITY_TOLERANCE_THRESHOLD</a></div><div class="ttdeci">static const double CONCAVITY_TOLERANCE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00059">tos_supervoxels.h:59</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_aadaf6239b4dfa5e85ab5f03a7171e68b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">tos_supervoxels_parameters::voxel_resolution</a></div><div class="ttdeci">double voxel_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00074">tos_supervoxels.h:74</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab859bd58bf8be6ced2149da00b46377d"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">tos_supervoxels_parameters::zmin</a></div><div class="ttdeci">double zmin</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00085">tos_supervoxels.h:85</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_acc734faa611ebe574cb2aeb8222585c4"><div class="ttname"><a href="classtos__supervoxels.html#acc734faa611ebe574cb2aeb8222585c4">tos_supervoxels::set_default_parameters</a></div><div class="ttdeci">void set_default_parameters()</div><div class="ttdoc">Set default parameters to the algorithm. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00097">tos_supervoxels.cpp:97</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a6543bae4355bbd4120851067e876e8ef"><div class="ttname"><a href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">tos_supervoxels::segment</a></div><div class="ttdeci">bool segment()</div><div class="ttdoc">Detect and segment the objects on the table. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00242">tos_supervoxels.cpp:242</a></div></div>
+<div class="ttc" id="structObject_html_a45cf3c764fbbd9fd49fb64dd4d2c1b6d"><div class="ttname"><a href="structObject.html#a45cf3c764fbbd9fd49fb64dd4d2c1b6d">Object::label</a></div><div class="ttdeci">int label</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00035">tos_supervoxels.h:35</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a65f837c473fe6c5b4a1b928b73fe22ec"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a65f837c473fe6c5b4a1b928b73fe22ec">tos_supervoxels_parameters::MIN_SEGMENT_SIZE</a></div><div class="ttdeci">static const int MIN_SEGMENT_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00058">tos_supervoxels.h:58</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a43917a91ecbe54aaffe0060e2b3c2120"><div class="ttname"><a href="classtos__supervoxels.html#a43917a91ecbe54aaffe0060e2b3c2120">tos_supervoxels::get_labeled_voxel_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointXYZL &gt; get_labeled_voxel_cloud()</div><div class="ttdoc">returns labeld voxel cloud </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00539">tos_supervoxels.cpp:539</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a72001c37a946b8fcfcc0728436e55806"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a72001c37a946b8fcfcc0728436e55806">tos_supervoxels_parameters::CONCAVITY_TOLERANCE_THRESHOLD</a></div><div class="ttdeci">static const double CONCAVITY_TOLERANCE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00056">tos_supervoxels.h:56</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_aadaf6239b4dfa5e85ab5f03a7171e68b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">tos_supervoxels_parameters::voxel_resolution</a></div><div class="ttdeci">double voxel_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00071">tos_supervoxels.h:71</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a96dbf73673068c89b3e7f248e19ea934"><div class="ttname"><a href="classtos__supervoxels.html#a96dbf73673068c89b3e7f248e19ea934">tos_supervoxels::color_importance</a></div><div class="ttdeci">double color_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00184">tos_supervoxels.h:184</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_af454742145a148274b0f22384d267047"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">tos_supervoxels_parameters::concavity_tolerance_threshold</a></div><div class="ttdeci">double concavity_tolerance_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00081">tos_supervoxels.h:81</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a12d9871a570ede7c63771a6574ba29a0"><div class="ttname"><a href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">tos_supervoxels::get_input_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointXYZRGBA &gt;::Ptr get_input_cloud()</div><div class="ttdoc">returns input cloud </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00521">tos_supervoxels.cpp:521</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a749d926a09c9543be3d09516b780e445"><div class="ttname"><a href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">tos_supervoxels::USE_EXTENDED_CONVEXITY</a></div><div class="ttdeci">static const bool USE_EXTENDED_CONVEXITY</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00143">tos_supervoxels.h:143</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_af1d1b4dbae36a605dae32a263f6134ba"><div class="ttname"><a href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">tos_supervoxels::show_segmented_objects</a></div><div class="ttdeci">void show_segmented_objects(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">show the segmented objects </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00436">tos_supervoxels.cpp:436</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a90e7d8f4452a40fe3d3a24ac734481da"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">tos_supervoxels_parameters::SMOOTHNESS_THRESHOLD</a></div><div class="ttdeci">static const double SMOOTHNESS_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00060">tos_supervoxels.h:60</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ad6d19d80d55f3619e09e5ef06fbb0625"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">tos_supervoxels_parameters::disable_transform</a></div><div class="ttdeci">bool disable_transform</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00073">tos_supervoxels.h:73</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a839bc1bb944a6194cbe6b939b87509dc"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a839bc1bb944a6194cbe6b939b87509dc">tos_supervoxels_parameters::TH_POINTS</a></div><div class="ttdeci">static const int TH_POINTS</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00068">tos_supervoxels.h:68</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a43ea0ab047c7944ef293c0e762b4111a"><div class="ttname"><a href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">tos_supervoxels::MIN_SEGMENT_SIZE</a></div><div class="ttdeci">static const int MIN_SEGMENT_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00142">tos_supervoxels.h:142</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ae99864a38f7abfb490ff3d452addf9af"><div class="ttname"><a href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">tos_supervoxels::get_sv_normal_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointNormal &gt; get_sv_normal_cloud()</div><div class="ttdoc">returns normals point cloud of the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00541">tos_supervoxels.cpp:541</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a75ad67635520b43e2c1ee2f8d3ca7fea"><div class="ttname"><a href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a></div><div class="ttdeci">void show_super_voxels(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer, bool show_adjacency_map, bool show_super_voxel_normals)</div><div class="ttdoc">shows in the viewer the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00353">tos_supervoxels.cpp:353</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a84b7ffaae94c393530f065b6dbe9e818"><div class="ttname"><a href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">tos_supervoxels::ZMAX</a></div><div class="ttdeci">static const double ZMAX</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00148">tos_supervoxels.h:148</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a183f418204f84e4b74220529d1a5ef50"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">tos_supervoxels_parameters::use_extended_convexity</a></div><div class="ttdeci">bool use_extended_convexity</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00084">tos_supervoxels.h:84</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a0d5e7a2d4c2dc79fcdff0cff84346e3f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">tos_supervoxels_parameters::th_points</a></div><div class="ttdeci">int th_points</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00090">tos_supervoxels.h:90</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_af454742145a148274b0f22384d267047"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">tos_supervoxels_parameters::concavity_tolerance_threshold</a></div><div class="ttdeci">double concavity_tolerance_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00078">tos_supervoxels.h:78</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a12d9871a570ede7c63771a6574ba29a0"><div class="ttname"><a href="classtos__supervoxels.html#a12d9871a570ede7c63771a6574ba29a0">tos_supervoxels::get_input_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointXYZRGBA &gt;::Ptr get_input_cloud()</div><div class="ttdoc">returns input cloud </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00534">tos_supervoxels.cpp:534</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a749d926a09c9543be3d09516b780e445"><div class="ttname"><a href="classtos__supervoxels.html#a749d926a09c9543be3d09516b780e445">tos_supervoxels::USE_EXTENDED_CONVEXITY</a></div><div class="ttdeci">static const bool USE_EXTENDED_CONVEXITY</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00140">tos_supervoxels.h:140</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_af1d1b4dbae36a605dae32a263f6134ba"><div class="ttname"><a href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">tos_supervoxels::show_segmented_objects</a></div><div class="ttdeci">void show_segmented_objects(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">show the segmented objects </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00449">tos_supervoxels.cpp:449</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a90e7d8f4452a40fe3d3a24ac734481da"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a90e7d8f4452a40fe3d3a24ac734481da">tos_supervoxels_parameters::SMOOTHNESS_THRESHOLD</a></div><div class="ttdeci">static const double SMOOTHNESS_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00057">tos_supervoxels.h:57</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ad6d19d80d55f3619e09e5ef06fbb0625"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">tos_supervoxels_parameters::disable_transform</a></div><div class="ttdeci">bool disable_transform</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00070">tos_supervoxels.h:70</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a839bc1bb944a6194cbe6b939b87509dc"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a839bc1bb944a6194cbe6b939b87509dc">tos_supervoxels_parameters::TH_POINTS</a></div><div class="ttdeci">static const int TH_POINTS</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00065">tos_supervoxels.h:65</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a43ea0ab047c7944ef293c0e762b4111a"><div class="ttname"><a href="classtos__supervoxels.html#a43ea0ab047c7944ef293c0e762b4111a">tos_supervoxels::MIN_SEGMENT_SIZE</a></div><div class="ttdeci">static const int MIN_SEGMENT_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00139">tos_supervoxels.h:139</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ae99864a38f7abfb490ff3d452addf9af"><div class="ttname"><a href="classtos__supervoxels.html#ae99864a38f7abfb490ff3d452addf9af">tos_supervoxels::get_sv_normal_cloud</a></div><div class="ttdeci">pcl::PointCloud&lt; pcl::PointNormal &gt; get_sv_normal_cloud()</div><div class="ttdoc">returns normals point cloud of the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00554">tos_supervoxels.cpp:554</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a75ad67635520b43e2c1ee2f8d3ca7fea"><div class="ttname"><a href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a></div><div class="ttdeci">void show_super_voxels(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer, bool show_adjacency_map, bool show_super_voxel_normals)</div><div class="ttdoc">shows in the viewer the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00366">tos_supervoxels.cpp:366</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a84b7ffaae94c393530f065b6dbe9e818"><div class="ttname"><a href="classtos__supervoxels.html#a84b7ffaae94c393530f065b6dbe9e818">tos_supervoxels::ZMAX</a></div><div class="ttdeci">static const double ZMAX</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00145">tos_supervoxels.h:145</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a183f418204f84e4b74220529d1a5ef50"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">tos_supervoxels_parameters::use_extended_convexity</a></div><div class="ttdeci">bool use_extended_convexity</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00081">tos_supervoxels.h:81</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ae54647f05bc9cbb541b95d23d32cab6b"><div class="ttname"><a href="classtos__supervoxels.html#ae54647f05bc9cbb541b95d23d32cab6b">tos_supervoxels::plane_coefficients</a></div><div class="ttdeci">pcl::ModelCoefficients plane_coefficients</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00157">tos_supervoxels.h:157</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a0d5e7a2d4c2dc79fcdff0cff84346e3f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">tos_supervoxels_parameters::th_points</a></div><div class="ttdeci">int th_points</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00087">tos_supervoxels.h:87</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_abdd417b1ed4102a5655118d849138484"><div class="ttname"><a href="classtos__supervoxels.html#abdd417b1ed4102a5655118d849138484">tos_supervoxels::zmax</a></div><div class="ttdeci">double zmax</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00197">tos_supervoxels.h:197</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ad7edd076f4eef1619be4395fd01bf660"><div class="ttname"><a href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">tos_supervoxels::get_segmented_objects</a></div><div class="ttdeci">std::vector&lt; Object &gt; get_segmented_objects()</div><div class="ttdoc">Get the detected objects as a vector of the variable Object. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00481">tos_supervoxels.cpp:481</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_aee04463d10de7b08e4b4bdf5634ac3ae"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aee04463d10de7b08e4b4bdf5634ac3ae">tos_supervoxels_parameters::VOXEL_RESOLUTION</a></div><div class="ttdeci">static const double VOXEL_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00052">tos_supervoxels.h:52</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ad7edd076f4eef1619be4395fd01bf660"><div class="ttname"><a href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">tos_supervoxels::get_segmented_objects</a></div><div class="ttdeci">std::vector&lt; Object &gt; get_segmented_objects()</div><div class="ttdoc">Get the detected objects as a vector of the variable Object. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00494">tos_supervoxels.cpp:494</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_aee04463d10de7b08e4b4bdf5634ac3ae"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aee04463d10de7b08e4b4bdf5634ac3ae">tos_supervoxels_parameters::VOXEL_RESOLUTION</a></div><div class="ttdeci">static const double VOXEL_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00049">tos_supervoxels.h:49</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a1b6c5ff3f4e6b18cf059af26787aa609"><div class="ttname"><a href="classtos__supervoxels.html#a1b6c5ff3f4e6b18cf059af26787aa609">tos_supervoxels::~tos_supervoxels</a></div><div class="ttdeci">~tos_supervoxels()</div><div class="ttdoc">class destructor </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00036">tos_supervoxels.cpp:36</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a98ba97d46806231f790a7d8b2d72c614"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters::use_sanity_criterion</a></div><div class="ttdeci">bool use_sanity_criterion</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00085">tos_supervoxels.h:85</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a98ba97d46806231f790a7d8b2d72c614"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters::use_sanity_criterion</a></div><div class="ttdeci">bool use_sanity_criterion</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00082">tos_supervoxels.h:82</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_aca7419baf464d01abca1bdbf4bea0c5d"><div class="ttname"><a href="classtos__supervoxels.html#aca7419baf464d01abca1bdbf4bea0c5d">tos_supervoxels::normal_importance</a></div><div class="ttdeci">double normal_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00186">tos_supervoxels.h:186</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a0662491cb89776e0f8ff76753bb24840"><div class="ttname"><a href="classtos__supervoxels.html#a0662491cb89776e0f8ff76753bb24840">tos_supervoxels::disable_transform</a></div><div class="ttdeci">bool disable_transform</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00181">tos_supervoxels.h:181</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a9495bd4a15731cff669e1b2fc6a6bc84"><div class="ttname"><a href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels::print_parameters</a></div><div class="ttdeci">void print_parameters()</div><div class="ttdoc">Print the parameters of the algorithm in the shell. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00498">tos_supervoxels.cpp:498</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a9495bd4a15731cff669e1b2fc6a6bc84"><div class="ttname"><a href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels::print_parameters</a></div><div class="ttdeci">void print_parameters()</div><div class="ttdoc">Print the parameters of the algorithm in the shell. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00511">tos_supervoxels.cpp:511</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a527522f124f4717a1196b502f7cb8ffe"><div class="ttname"><a href="classtos__supervoxels.html#a527522f124f4717a1196b502f7cb8ffe">tos_supervoxels::concavity_tolerance_threshold</a></div><div class="ttdeci">double concavity_tolerance_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00189">tos_supervoxels.h:189</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html"><div class="ttname"><a href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div><div class="ttdoc">Class to manage all togheter the parameters of the tos_supervoxels algorithm Class to group together ...</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00046">tos_supervoxels.h:46</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a9f95373c358aae383050081be0144aee"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">tos_supervoxels_parameters::COLOR_IMPORTANCE</a></div><div class="ttdeci">static const double COLOR_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00054">tos_supervoxels.h:54</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a8a6ed871f5bed0045d4d5009ac4ba908"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">tos_supervoxels_parameters::USE_EXTENDED_CONVEXITY</a></div><div class="ttdeci">static const bool USE_EXTENDED_CONVEXITY</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00062">tos_supervoxels.h:62</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a1aa263f14c3322d5aaedc123cd1e2b89"><div class="ttname"><a href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">tos_supervoxels::get_default_parameters</a></div><div class="ttdeci">tos_supervoxels_parameters get_default_parameters()</div><div class="ttdoc">get the default parameters of the algorithm </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00212">tos_supervoxels.cpp:212</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ac3bc6b70b506f7e97615c16521cd04cc"><div class="ttname"><a href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">tos_supervoxels::CONCAVITY_TOLERANCE_THRESHOLD</a></div><div class="ttdeci">static const double CONCAVITY_TOLERANCE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00140">tos_supervoxels.h:140</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a9ae35d7f443adcff4aed9dff59b354df"><div class="ttname"><a href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">tos_supervoxels::DISABLE_TRANSFORM</a></div><div class="ttdeci">static const bool DISABLE_TRANSFORM</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00132">tos_supervoxels.h:132</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html"><div class="ttname"><a href="classtos__supervoxels.html">tos_supervoxels</a></div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00126">tos_supervoxels.h:126</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a736ccbb937f187a9e0886b8a565e6412"><div class="ttname"><a href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">tos_supervoxels::SEED_RESOLUTION</a></div><div class="ttdeci">static const double SEED_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00134">tos_supervoxels.h:134</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a05e74b73d24d578914be111dca9a578d"><div class="ttname"><a href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">reset all the publis members reset all the public members. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00058">tos_supervoxels.cpp:58</a></div></div>
-<div class="ttc" id="structObject_html"><div class="ttname"><a href="structObject.html">Object</a></div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00035">tos_supervoxels.h:35</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa41b80f3d1392f92fe81affe0c1b4dd1"><div class="ttname"><a href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">tos_supervoxels::get_supervoxel_clusters</a></div><div class="ttdeci">std::map&lt; uint32_t, pcl::Supervoxel&lt; pcl::PointXYZRGBA &gt;::Ptr &gt; get_supervoxel_clusters()</div><div class="ttdoc">returns supervoxel_clusters </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00536">tos_supervoxels.cpp:536</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html"><div class="ttname"><a href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div><div class="ttdoc">Class to manage all togheter the parameters of the tos_supervoxels algorithm Class to group together ...</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00043">tos_supervoxels.h:43</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a9f95373c358aae383050081be0144aee"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a9f95373c358aae383050081be0144aee">tos_supervoxels_parameters::COLOR_IMPORTANCE</a></div><div class="ttdeci">static const double COLOR_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00051">tos_supervoxels.h:51</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a8a6ed871f5bed0045d4d5009ac4ba908"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a8a6ed871f5bed0045d4d5009ac4ba908">tos_supervoxels_parameters::USE_EXTENDED_CONVEXITY</a></div><div class="ttdeci">static const bool USE_EXTENDED_CONVEXITY</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00059">tos_supervoxels.h:59</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a1aa263f14c3322d5aaedc123cd1e2b89"><div class="ttname"><a href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">tos_supervoxels::get_default_parameters</a></div><div class="ttdeci">tos_supervoxels_parameters get_default_parameters()</div><div class="ttdoc">get the default parameters of the algorithm </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00214">tos_supervoxels.cpp:214</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ac3bc6b70b506f7e97615c16521cd04cc"><div class="ttname"><a href="classtos__supervoxels.html#ac3bc6b70b506f7e97615c16521cd04cc">tos_supervoxels::CONCAVITY_TOLERANCE_THRESHOLD</a></div><div class="ttdeci">static const double CONCAVITY_TOLERANCE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00137">tos_supervoxels.h:137</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a9ae35d7f443adcff4aed9dff59b354df"><div class="ttname"><a href="classtos__supervoxels.html#a9ae35d7f443adcff4aed9dff59b354df">tos_supervoxels::DISABLE_TRANSFORM</a></div><div class="ttdeci">static const bool DISABLE_TRANSFORM</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00129">tos_supervoxels.h:129</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html"><div class="ttname"><a href="classtos__supervoxels.html">tos_supervoxels</a></div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00123">tos_supervoxels.h:123</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a736ccbb937f187a9e0886b8a565e6412"><div class="ttname"><a href="classtos__supervoxels.html#a736ccbb937f187a9e0886b8a565e6412">tos_supervoxels::SEED_RESOLUTION</a></div><div class="ttdeci">static const double SEED_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00131">tos_supervoxels.h:131</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a05e74b73d24d578914be111dca9a578d"><div class="ttname"><a href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">reset all the public members reset all the public members. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00061">tos_supervoxels.cpp:61</a></div></div>
+<div class="ttc" id="structObject_html"><div class="ttname"><a href="structObject.html">Object</a></div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00032">tos_supervoxels.h:32</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aa41b80f3d1392f92fe81affe0c1b4dd1"><div class="ttname"><a href="classtos__supervoxels.html#aa41b80f3d1392f92fe81affe0c1b4dd1">tos_supervoxels::get_supervoxel_clusters</a></div><div class="ttdeci">std::map&lt; uint32_t, pcl::Supervoxel&lt; pcl::PointXYZRGBA &gt;::Ptr &gt; get_supervoxel_clusters()</div><div class="ttdoc">returns supervoxel_clusters </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00549">tos_supervoxels.cpp:549</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a976704822ba4713a07bf66a09029ae90"><div class="ttname"><a href="classtos__supervoxels.html#a976704822ba4713a07bf66a09029ae90">tos_supervoxels::voxel_resolution</a></div><div class="ttdeci">double voxel_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00182">tos_supervoxels.h:182</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a5be032e015d335e2efd1fa6dad645ea2"><div class="ttname"><a href="classtos__supervoxels.html#a5be032e015d335e2efd1fa6dad645ea2">tos_supervoxels::th_points</a></div><div class="ttdeci">int th_points</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00198">tos_supervoxels.h:198</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a1c7303ad40e0a46d39f9cc32d44b7a5b"><div class="ttname"><a href="classtos__supervoxels.html#a1c7303ad40e0a46d39f9cc32d44b7a5b">tos_supervoxels::seed_resolution</a></div><div class="ttdeci">double seed_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00183">tos_supervoxels.h:183</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aedda6ac8b4ed4d73db916e5faf6085e7"><div class="ttname"><a href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">tos_supervoxels::addSupervoxelConnectionsToViewer</a></div><div class="ttdeci">void addSupervoxelConnectionsToViewer(pcl::PointXYZRGBA &amp;supervoxel_center, pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; &amp;adjacent_supervoxel_centers, std::string supervoxel_name, boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">shows supervoxel connections to viewer thorugh poly data shapes </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00121">tos_supervoxels.cpp:121</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a8652ee2830cb37f6b4b0e0b8456076f3"><div class="ttname"><a href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">tos_supervoxels::NORMAL_IMPORTANCE</a></div><div class="ttdeci">static const double NORMAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00137">tos_supervoxels.h:137</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ac49ae5d232a0d12110f1cc804008c376"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">tos_supervoxels_parameters::ZMIN</a></div><div class="ttdeci">static const double ZMIN</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00066">tos_supervoxels.h:66</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a3a6acc80c354b1eca8708bd52d3eb22b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">tos_supervoxels_parameters::color_importance</a></div><div class="ttdeci">double color_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00076">tos_supervoxels.h:76</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa98f5fdb5a742faf47660fec6d65ca7f"><div class="ttname"><a href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">tos_supervoxels::segment</a></div><div class="ttdeci">void segment()</div><div class="ttdoc">Detect and segment the objects on the table. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00240">tos_supervoxels.cpp:240</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aedda6ac8b4ed4d73db916e5faf6085e7"><div class="ttname"><a href="classtos__supervoxels.html#aedda6ac8b4ed4d73db916e5faf6085e7">tos_supervoxels::addSupervoxelConnectionsToViewer</a></div><div class="ttdeci">void addSupervoxelConnectionsToViewer(pcl::PointXYZRGBA &amp;supervoxel_center, pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; &amp;adjacent_supervoxel_centers, std::string supervoxel_name, boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">shows supervoxel connections to viewer thorugh poly data shapes </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00124">tos_supervoxels.cpp:124</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a8652ee2830cb37f6b4b0e0b8456076f3"><div class="ttname"><a href="classtos__supervoxels.html#a8652ee2830cb37f6b4b0e0b8456076f3">tos_supervoxels::NORMAL_IMPORTANCE</a></div><div class="ttdeci">static const double NORMAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00134">tos_supervoxels.h:134</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ac49ae5d232a0d12110f1cc804008c376"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ac49ae5d232a0d12110f1cc804008c376">tos_supervoxels_parameters::ZMIN</a></div><div class="ttdeci">static const double ZMIN</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00063">tos_supervoxels.h:63</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a3a6acc80c354b1eca8708bd52d3eb22b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">tos_supervoxels_parameters::color_importance</a></div><div class="ttdeci">double color_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00073">tos_supervoxels.h:73</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_adcf6aa7cff672a17aa8a8c82dc4f3df9"><div class="ttname"><a href="classtos__supervoxels.html#adcf6aa7cff672a17aa8a8c82dc4f3df9">tos_supervoxels::smoothness_threshold</a></div><div class="ttdeci">double smoothness_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00190">tos_supervoxels.h:190</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a42658ce54347c61ad68363f4bcb98b6e"><div class="ttname"><a href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">tos_supervoxels::SMOOTHNESS_THRESHOLD</a></div><div class="ttdeci">static const double SMOOTHNESS_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00141">tos_supervoxels.h:141</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a577fb6e267ef31b4b1f79f6bceeeba67"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a577fb6e267ef31b4b1f79f6bceeeba67">tos_supervoxels_parameters::DISABLE_TRANSFORM</a></div><div class="ttdeci">static const bool DISABLE_TRANSFORM</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00051">tos_supervoxels.h:51</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa4f64e40e770a4f04693f9437f4976d4"><div class="ttname"><a href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">tos_supervoxels::SPATIAL_IMPORTANCE</a></div><div class="ttdeci">static const double SPATIAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00136">tos_supervoxels.h:136</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a8abdeeb9ba62c3c1391a8e4199126695"><div class="ttname"><a href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">tos_supervoxels::set_parameters</a></div><div class="ttdeci">void set_parameters(tos_supervoxels_parameters &amp;opt)</div><div class="ttdoc">Set all the parameters of the algorithm accordingly to the one given to input. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00070">tos_supervoxels.cpp:70</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a086b59d77879d7987ea97005b180a49f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">tos_supervoxels_parameters::SEED_RESOLUTION</a></div><div class="ttdeci">static const double SEED_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00053">tos_supervoxels.h:53</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa4ab98eb4f5bf656a74fbfb43e3c1843"><div class="ttname"><a href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">tos_supervoxels::get_supervoxel_adjacency</a></div><div class="ttdeci">std::multimap&lt; uint32_t, uint32_t &gt; get_supervoxel_adjacency()</div><div class="ttdoc">returns supervoxel_adjacency map </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00531">tos_supervoxels.cpp:531</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a42658ce54347c61ad68363f4bcb98b6e"><div class="ttname"><a href="classtos__supervoxels.html#a42658ce54347c61ad68363f4bcb98b6e">tos_supervoxels::SMOOTHNESS_THRESHOLD</a></div><div class="ttdeci">static const double SMOOTHNESS_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00138">tos_supervoxels.h:138</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a577fb6e267ef31b4b1f79f6bceeeba67"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a577fb6e267ef31b4b1f79f6bceeeba67">tos_supervoxels_parameters::DISABLE_TRANSFORM</a></div><div class="ttdeci">static const bool DISABLE_TRANSFORM</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00048">tos_supervoxels.h:48</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aa4f64e40e770a4f04693f9437f4976d4"><div class="ttname"><a href="classtos__supervoxels.html#aa4f64e40e770a4f04693f9437f4976d4">tos_supervoxels::SPATIAL_IMPORTANCE</a></div><div class="ttdeci">static const double SPATIAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00133">tos_supervoxels.h:133</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a8abdeeb9ba62c3c1391a8e4199126695"><div class="ttname"><a href="classtos__supervoxels.html#a8abdeeb9ba62c3c1391a8e4199126695">tos_supervoxels::set_parameters</a></div><div class="ttdeci">void set_parameters(tos_supervoxels_parameters &amp;opt)</div><div class="ttdoc">Set all the parameters of the algorithm accordingly to the one given to input. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00073">tos_supervoxels.cpp:73</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a086b59d77879d7987ea97005b180a49f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a086b59d77879d7987ea97005b180a49f">tos_supervoxels_parameters::SEED_RESOLUTION</a></div><div class="ttdeci">static const double SEED_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00050">tos_supervoxels.h:50</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aa4ab98eb4f5bf656a74fbfb43e3c1843"><div class="ttname"><a href="classtos__supervoxels.html#aa4ab98eb4f5bf656a74fbfb43e3c1843">tos_supervoxels::get_supervoxel_adjacency</a></div><div class="ttdeci">std::multimap&lt; uint32_t, uint32_t &gt; get_supervoxel_adjacency()</div><div class="ttdoc">returns supervoxel_adjacency map </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00544">tos_supervoxels.cpp:544</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a72c296d6d619cb81aac94957dbff1bdb"><div class="ttname"><a href="classtos__supervoxels.html#a72c296d6d619cb81aac94957dbff1bdb">tos_supervoxels::use_sanity_criterion</a></div><div class="ttdeci">bool use_sanity_criterion</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00193">tos_supervoxels.h:193</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a49f096545d2239dea0936096b892f583"><div class="ttname"><a href="classtos__supervoxels.html#a49f096545d2239dea0936096b892f583">tos_supervoxels::zmin</a></div><div class="ttdeci">double zmin</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00196">tos_supervoxels.h:196</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a46f8e143619931f006933fedc201a6c0"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">tos_supervoxels_parameters::normal_importance</a></div><div class="ttdeci">double normal_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00078">tos_supervoxels.h:78</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a46f8e143619931f006933fedc201a6c0"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">tos_supervoxels_parameters::normal_importance</a></div><div class="ttdeci">double normal_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00075">tos_supervoxels.h:75</a></div></div>
 <div class="ttc" id="classtos__supervoxels__parameters_html_a645ba622d2f0a707e3efdb061a7e5701"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a645ba622d2f0a707e3efdb061a7e5701">tos_supervoxels_parameters::tos_supervoxels_parameters</a></div><div class="ttdeci">tos_supervoxels_parameters()</div><div class="ttdoc">Constructor Sets all the parameters to a default value. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00004">tos_supervoxels.cpp:4</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a4089ea9d97431901c848f388052cc5ff"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">tos_supervoxels_parameters::spatial_importance</a></div><div class="ttdeci">double spatial_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00077">tos_supervoxels.h:77</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ae2ecf4fef5f0f963a8c60d877b45afa1"><div class="ttname"><a href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">tos_supervoxels::USE_SANITY_CRITERION</a></div><div class="ttdeci">static const bool USE_SANITY_CRITERION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00144">tos_supervoxels.h:144</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a4089ea9d97431901c848f388052cc5ff"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">tos_supervoxels_parameters::spatial_importance</a></div><div class="ttdeci">double spatial_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00074">tos_supervoxels.h:74</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ae2ecf4fef5f0f963a8c60d877b45afa1"><div class="ttname"><a href="classtos__supervoxels.html#ae2ecf4fef5f0f963a8c60d877b45afa1">tos_supervoxels::USE_SANITY_CRITERION</a></div><div class="ttdeci">static const bool USE_SANITY_CRITERION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00141">tos_supervoxels.h:141</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a8e05551a5406f85d3aa97ce50235ef8a"><div class="ttname"><a href="classtos__supervoxels.html#a8e05551a5406f85d3aa97ce50235ef8a">tos_supervoxels::init</a></div><div class="ttdeci">void init(pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; input_cloud, tos_supervoxels_parameters &amp;opt)</div><div class="ttdoc">Class initializer. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00041">tos_supervoxels.cpp:41</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_af8ce2c09326f973ab108428e206cfff6"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters::smoothness_threshold</a></div><div class="ttdeci">double smoothness_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00082">tos_supervoxels.h:82</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_af8ce2c09326f973ab108428e206cfff6"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters::smoothness_threshold</a></div><div class="ttdeci">double smoothness_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00079">tos_supervoxels.h:79</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a34c1b5941d7ff929e2f356c0751bd9f0"><div class="ttname"><a href="classtos__supervoxels.html#a34c1b5941d7ff929e2f356c0751bd9f0">tos_supervoxels::tos_supervoxels</a></div><div class="ttdeci">tos_supervoxels()</div><div class="ttdoc">Class costructor. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00031">tos_supervoxels.cpp:31</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_abd0b1d082a238c6822fa29f39eefbd42"><div class="ttname"><a href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">tos_supervoxels_parameters::min_segment_size</a></div><div class="ttdeci">int min_segment_size</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00083">tos_supervoxels.h:83</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_abd0b1d082a238c6822fa29f39eefbd42"><div class="ttname"><a href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">tos_supervoxels_parameters::min_segment_size</a></div><div class="ttdeci">int min_segment_size</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00080">tos_supervoxels.h:80</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a8b884facceaccc4e019e852f2ec51280"><div class="ttname"><a href="classtos__supervoxels.html#a8b884facceaccc4e019e852f2ec51280">tos_supervoxels::initialized</a></div><div class="ttdeci">bool initialized</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00201">tos_supervoxels.h:201</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a7eb9f9d72fe72e24078496f0d8bfcc1a"><div class="ttname"><a href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">tos_supervoxels::detectObjectsOnTable</a></div><div class="ttdeci">void detectObjectsOnTable(pcl::PointCloud&lt; pcl::PointXYZRGBA &gt;::Ptr cloud, double zmin, double zmax, pcl::PointIndices::Ptr objectIndices, bool filter_input_cloud)</div><div class="ttdoc">detects objects that stands on a table </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00150">tos_supervoxels.cpp:150</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab654ad8e92e68a70f40a5dda9e11d83b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab654ad8e92e68a70f40a5dda9e11d83b">tos_supervoxels_parameters::NORMAL_IMPORTANCE</a></div><div class="ttdeci">static const double NORMAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00056">tos_supervoxels.h:56</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a060b8b3f544152ee2f5266c1f4cef012"><div class="ttname"><a href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">tos_supervoxels::VOXEL_RESOLUTION</a></div><div class="ttdeci">static const double VOXEL_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00133">tos_supervoxels.h:133</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a8199c1eb6e5a493fe56f4eb1c5ffe0c4"><div class="ttname"><a href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">tos_supervoxels::COLOR_IMPORTANCE</a></div><div class="ttdeci">static const double COLOR_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00135">tos_supervoxels.h:135</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ab190977726c84292dad40f4337ec6ba9"><div class="ttname"><a href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">tos_supervoxels::get_segmented_objects_simple</a></div><div class="ttdeci">std::vector&lt; pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; &gt; get_segmented_objects_simple()</div><div class="ttdoc">Get the detected objects as a vector of point clouds. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00486">tos_supervoxels.cpp:486</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a7eb9f9d72fe72e24078496f0d8bfcc1a"><div class="ttname"><a href="classtos__supervoxels.html#a7eb9f9d72fe72e24078496f0d8bfcc1a">tos_supervoxels::detectObjectsOnTable</a></div><div class="ttdeci">void detectObjectsOnTable(pcl::PointCloud&lt; pcl::PointXYZRGBA &gt;::Ptr cloud, double zmin, double zmax, pcl::PointIndices::Ptr objectIndices, bool filter_input_cloud)</div><div class="ttdoc">detects objects that stands on a table </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00153">tos_supervoxels.cpp:153</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab654ad8e92e68a70f40a5dda9e11d83b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab654ad8e92e68a70f40a5dda9e11d83b">tos_supervoxels_parameters::NORMAL_IMPORTANCE</a></div><div class="ttdeci">static const double NORMAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00053">tos_supervoxels.h:53</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a060b8b3f544152ee2f5266c1f4cef012"><div class="ttname"><a href="classtos__supervoxels.html#a060b8b3f544152ee2f5266c1f4cef012">tos_supervoxels::VOXEL_RESOLUTION</a></div><div class="ttdeci">static const double VOXEL_RESOLUTION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00130">tos_supervoxels.h:130</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a8199c1eb6e5a493fe56f4eb1c5ffe0c4"><div class="ttname"><a href="classtos__supervoxels.html#a8199c1eb6e5a493fe56f4eb1c5ffe0c4">tos_supervoxels::COLOR_IMPORTANCE</a></div><div class="ttdeci">static const double COLOR_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00132">tos_supervoxels.h:132</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ab190977726c84292dad40f4337ec6ba9"><div class="ttname"><a href="classtos__supervoxels.html#ab190977726c84292dad40f4337ec6ba9">tos_supervoxels::get_segmented_objects_simple</a></div><div class="ttdeci">std::vector&lt; pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; &gt; get_segmented_objects_simple()</div><div class="ttdoc">Get the detected objects as a vector of point clouds. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00499">tos_supervoxels.cpp:499</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a43ea7c15095e046b55674b120eb096f0"><div class="ttname"><a href="classtos__supervoxels.html#a43ea7c15095e046b55674b120eb096f0">tos_supervoxels::use_extended_convexity</a></div><div class="ttdeci">bool use_extended_convexity</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00192">tos_supervoxels.h:192</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a488f2d8af0e9e5adf5a7268829dd1e4b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">tos_supervoxels_parameters::zmax</a></div><div class="ttdeci">double zmax</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00089">tos_supervoxels.h:89</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a075d805207e4c00a146c98ae0580c5a0"><div class="ttname"><a href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">tos_supervoxels::clean_viewer</a></div><div class="ttdeci">void clean_viewer(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">clean all the pointclouds or shapes introduced by the class in the viewer </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00462">tos_supervoxels.cpp:462</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a6b559741e34466dc429f6b3ae3fc9382"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">tos_supervoxels_parameters::seed_resolution</a></div><div class="ttdeci">double seed_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00075">tos_supervoxels.h:75</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab824cdae92c7bed3d3013e0b5fc16938"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">tos_supervoxels_parameters::SPATIAL_IMPORTANCE</a></div><div class="ttdeci">static const double SPATIAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00055">tos_supervoxels.h:55</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab75a5338a5e95cee71573beeca040962"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">tos_supervoxels_parameters::USE_SANITY_CRITERION</a></div><div class="ttdeci">static const bool USE_SANITY_CRITERION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00063">tos_supervoxels.h:63</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a488f2d8af0e9e5adf5a7268829dd1e4b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a488f2d8af0e9e5adf5a7268829dd1e4b">tos_supervoxels_parameters::zmax</a></div><div class="ttdeci">double zmax</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00086">tos_supervoxels.h:86</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a075d805207e4c00a146c98ae0580c5a0"><div class="ttname"><a href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">tos_supervoxels::clean_viewer</a></div><div class="ttdeci">void clean_viewer(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">clean all the pointclouds or shapes introduced by the class in the viewer </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00475">tos_supervoxels.cpp:475</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a6b559741e34466dc429f6b3ae3fc9382"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">tos_supervoxels_parameters::seed_resolution</a></div><div class="ttdeci">double seed_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00072">tos_supervoxels.h:72</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab824cdae92c7bed3d3013e0b5fc16938"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab824cdae92c7bed3d3013e0b5fc16938">tos_supervoxels_parameters::SPATIAL_IMPORTANCE</a></div><div class="ttdeci">static const double SPATIAL_IMPORTANCE</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00052">tos_supervoxels.h:52</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab75a5338a5e95cee71573beeca040962"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab75a5338a5e95cee71573beeca040962">tos_supervoxels_parameters::USE_SANITY_CRITERION</a></div><div class="ttdeci">static const bool USE_SANITY_CRITERION</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00060">tos_supervoxels.h:60</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a22dedb407830be7e35edcc98a84831d5"><div class="ttname"><a href="classtos__supervoxels.html#a22dedb407830be7e35edcc98a84831d5">tos_supervoxels::spatial_importance</a></div><div class="ttdeci">double spatial_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00185">tos_supervoxels.h:185</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_aff21e5b5ee671a64b72e2a5bef109db2"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">tos_supervoxels_parameters::ZMAX</a></div><div class="ttdeci">static const double ZMAX</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00067">tos_supervoxels.h:67</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aebfec7e745537e12d087ec3fb2cfb091"><div class="ttname"><a href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">tos_supervoxels::ZMIN</a></div><div class="ttdeci">static const double ZMIN</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00147">tos_supervoxels.h:147</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a13fc3e3a65e0888ec8cb4523d6c9e2cc"><div class="ttname"><a href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">tos_supervoxels::TH_POINTS</a></div><div class="ttdeci">static const int TH_POINTS</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00149">tos_supervoxels.h:149</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_aff21e5b5ee671a64b72e2a5bef109db2"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aff21e5b5ee671a64b72e2a5bef109db2">tos_supervoxels_parameters::ZMAX</a></div><div class="ttdeci">static const double ZMAX</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00064">tos_supervoxels.h:64</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_aebfec7e745537e12d087ec3fb2cfb091"><div class="ttname"><a href="classtos__supervoxels.html#aebfec7e745537e12d087ec3fb2cfb091">tos_supervoxels::ZMIN</a></div><div class="ttdeci">static const double ZMIN</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00144">tos_supervoxels.h:144</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a13fc3e3a65e0888ec8cb4523d6c9e2cc"><div class="ttname"><a href="classtos__supervoxels.html#a13fc3e3a65e0888ec8cb4523d6c9e2cc">tos_supervoxels::TH_POINTS</a></div><div class="ttdeci">static const int TH_POINTS</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00146">tos_supervoxels.h:146</a></div></div>
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/doc/html/tos__supervoxels__test_8cpp_source.html b/trunk/doc/html/tos__supervoxels__test_8cpp_source.html
index 5c7d614a4daa778d97a65fa3c1f92aac98b1ee07..2d353dd6c663de2d59d8a6fbd991b51b8d2539fc 100644
--- a/trunk/doc/html/tos__supervoxels__test_8cpp_source.html
+++ b/trunk/doc/html/tos__supervoxels__test_8cpp_source.html
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.6"/>
-<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp Source File</title>
+<title>tos_supervoxels: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
 <script type="text/javascript" src="dynsections.js"></script>
@@ -136,166 +136,170 @@
 <div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a8e05551a5406f85d3aa97ce50235ef8a">init</a>(*cloud,opt);</div>
 <div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;  <span class="comment">//seg.init(*cloud);</span></div>
 <div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">print_parameters</a>();</div>
-<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">segment</a>();</div>
+<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">segment</a>();</div>
 <div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;  seg_objs = seg.<a class="code" href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">get_segmented_objects</a>();</div>
-<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;  std::cout &lt;&lt; <span class="stringliteral">&quot;\nDetected &quot;</span> &lt;&lt; seg_objs.size() &lt;&lt; <span class="stringliteral">&quot; objects.\n\n&quot;</span>;</div>
-<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;  <span class="comment">//----------------------------------------</span></div>
-<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div>
-<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;  pcl::visualization::PCLVisualizer::Ptr viewer (<span class="keyword">new</span> pcl::visualization::PCLVisualizer (<span class="stringliteral">&quot;3D Viewer&quot;</span>));</div>
-<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;  viewer-&gt;setBackgroundColor (0, 0, 0);</div>
-<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;  viewer-&gt;registerKeyboardCallback (keyboardEventOccurred, (<span class="keywordtype">void</span>*)&amp;viewer);  </div>
-<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;  </div>
-<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;  <span class="comment">// show super voxels with normals and adiacency map </span></div>
-<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;  <span class="keywordtype">bool</span> show_adjacency_map = <span class="keyword">true</span>;</div>
-<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;  <span class="keywordtype">bool</span> show_super_voxel_normals = <span class="keyword">false</span>;</div>
-<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">show_super_voxels</a>(viewer,show_adjacency_map,show_super_voxel_normals);  </div>
-<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;  </div>
-<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;  std::cout &lt;&lt; <span class="stringliteral">&quot;Press &#39;n&#39; to show the segmented objects\n&quot;</span>;</div>
-<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;  <span class="keywordflow">while</span> (!viewer-&gt;wasStopped () &amp;&amp; !pressed) <span class="comment">// the pressed variable is just usfull only for this first while (bad programming)</span></div>
-<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;      viewer-&gt;spinOnce (100);</div>
-<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">clean_viewer</a>(viewer);</div>
-<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;</div>
-<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;  <span class="comment">// show the segmented objects, the result of the segmentation</span></div>
-<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;  std::cout &lt;&lt; <span class="stringliteral">&quot;\nClose the visualzier to go to the next step\n&quot;</span>;</div>
-<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">show_segmented_objects</a>(viewer);</div>
-<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;  <span class="keywordflow">while</span> (!viewer-&gt;wasStopped ()) <span class="comment">// the pressed variable is just usfull only for this first while (bad programming)</span></div>
-<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;      viewer-&gt;spinOnce (100);</div>
-<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">clean_viewer</a>(viewer);</div>
-<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;</div>
-<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">reset</a>(); <span class="comment">// free memory</span></div>
-<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div>
-<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;  <span class="keywordflow">if</span>(cloud-&gt;isOrganized())<span class="comment">//if the point cloud is organized we can work with the RGB image</span></div>
-<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;  {</div>
-<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;    std::cout &lt;&lt; <span class="stringliteral">&quot;You are now viewing the RGB image (recovered by the point cloud).&quot;</span></div>
-<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;              &lt;&lt; <span class="stringliteral">&quot; Press whatever key to go further.&quot;</span>;</div>
-<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;</div>
-<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;    <span class="comment">// recover the RGB IMAGE from the point cloud </span></div>
-<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;    cv::Mat img_orignal(480, 640, CV_8UC3); <span class="comment">//create an image ( 3 channels, 8 bit image depth);</span></div>
-<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;</div>
-<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;    <span class="keywordflow">for</span> (<span class="keywordtype">int</span> row = 0; row &lt; img_orignal.rows; ++row)</div>
-<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;    {</div>
-<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;      <span class="keywordflow">for</span> (<span class="keywordtype">int</span> c = 0; c &lt; img_orignal.cols; ++c)</div>
-<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;      {             </div>
-<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;        </div>
-<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;        pcl::PointXYZRGBA point = (*cloud)(c,row); <span class="comment">//note: there is a transformation in the reference frame of the pclò and the image!!!!!!!!!!!!!!!!</span></div>
-<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;</div>
-<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;        uint8_t r = (uint8_t)point.r;</div>
-<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;        uint8_t g = (uint8_t)point.g;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      </div>
-<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;        uint8_t b = (uint8_t)point.b;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </div>
-<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;                  </div>
-<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;        cv::Vec3b color;<span class="comment">//vector of colors             </span></div>
-<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;        color.val[0] = b;</div>
-<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;        color.val[1] = g;</div>
-<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;        color.val[2] = r;</div>
-<div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;        img_orignal.at&lt;cv::Vec3b&gt;(row,c) = color;</div>
-<div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;      }</div>
-<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;    }</div>
-<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div>
-<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;</div>
-<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;</div>
-<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;    cv::namedWindow(<span class="stringliteral">&quot;Original&quot;</span>, CV_WINDOW_AUTOSIZE); <span class="comment">//create a window with the name &quot;MyWindow&quot;</span></div>
-<div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;    cv::imshow(<span class="stringliteral">&quot;Original&quot;</span>, img_orignal); <span class="comment">//display the image which is stored in the &#39;img&#39; in the &quot;MyWindow&quot; window</span></div>
+<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;  <span class="comment">/* you could eventually use the following:</span></div>
+<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="comment">  std::vector&lt;pcl::PointCloud&lt;pcl::PointXYZRGBA&gt; &gt; segmented_objs;</span></div>
+<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="comment">  segmented_objs = seg.get_segmented_objects_simple();</span></div>
+<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="comment">  */</span></div>
+<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;  std::cout &lt;&lt; <span class="stringliteral">&quot;\nDetected &quot;</span> &lt;&lt; seg_objs.size() &lt;&lt; <span class="stringliteral">&quot; objects.\n\n&quot;</span>;</div>
+<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;  <span class="comment">//----------------------------------------</span></div>
+<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div>
+<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;  pcl::visualization::PCLVisualizer::Ptr viewer (<span class="keyword">new</span> pcl::visualization::PCLVisualizer (<span class="stringliteral">&quot;3D Viewer&quot;</span>));</div>
+<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;  viewer-&gt;setBackgroundColor (0, 0, 0);</div>
+<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;  viewer-&gt;registerKeyboardCallback (keyboardEventOccurred, (<span class="keywordtype">void</span>*)&amp;viewer);  </div>
+<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;  </div>
+<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;  <span class="comment">// show super voxels with normals and adiacency map </span></div>
+<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;  <span class="keywordtype">bool</span> show_adjacency_map = <span class="keyword">true</span>;</div>
+<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;  <span class="keywordtype">bool</span> show_super_voxel_normals = <span class="keyword">false</span>;</div>
+<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">show_super_voxels</a>(viewer,show_adjacency_map,show_super_voxel_normals);  </div>
+<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;  </div>
+<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;  std::cout &lt;&lt; <span class="stringliteral">&quot;Press &#39;n&#39; to show the segmented objects\n&quot;</span>;</div>
+<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;  <span class="keywordflow">while</span> (!viewer-&gt;wasStopped () &amp;&amp; !pressed) <span class="comment">// the pressed variable is just usfull only for this first while (bad programming)</span></div>
+<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;      viewer-&gt;spinOnce (100);</div>
+<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">clean_viewer</a>(viewer);</div>
+<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div>
+<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;  <span class="comment">// show the segmented objects, the result of the segmentation</span></div>
+<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;  std::cout &lt;&lt; <span class="stringliteral">&quot;\nClose the visualizer to go to the next step\n&quot;</span>;</div>
+<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">show_segmented_objects</a>(viewer);</div>
+<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;  <span class="keywordflow">while</span> (!viewer-&gt;wasStopped ()) <span class="comment">// the pressed variable is just usfull only for this first while (bad programming)</span></div>
+<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;      viewer-&gt;spinOnce (100);</div>
+<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">clean_viewer</a>(viewer);</div>
+<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;</div>
+<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;  seg.<a class="code" href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">reset</a>(); <span class="comment">// free memory</span></div>
+<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;</div>
+<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;  <span class="keywordflow">if</span>(cloud-&gt;isOrganized())<span class="comment">//if the point cloud is organized we can work with the RGB image</span></div>
+<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;  {</div>
+<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;    std::cout &lt;&lt; <span class="stringliteral">&quot;You are now viewing the RGB image (recovered by the point cloud).&quot;</span></div>
+<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;              &lt;&lt; <span class="stringliteral">&quot; Press whatever key to go further.&quot;</span>;</div>
+<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div>
+<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;    <span class="comment">// recover the RGB IMAGE from the point cloud </span></div>
+<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    cv::Mat img_orignal(480, 640, CV_8UC3); <span class="comment">//create an image ( 3 channels, 8 bit image depth);</span></div>
+<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div>
+<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    <span class="keywordflow">for</span> (<span class="keywordtype">int</span> row = 0; row &lt; img_orignal.rows; ++row)</div>
+<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    {</div>
+<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;      <span class="keywordflow">for</span> (<span class="keywordtype">int</span> c = 0; c &lt; img_orignal.cols; ++c)</div>
+<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;      {             </div>
+<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;        </div>
+<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;        pcl::PointXYZRGBA point = (*cloud)(c,row); <span class="comment">//note: there is a transformation in the reference frame of the pclò and the image!!!!!!!!!!!!!!!!</span></div>
+<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;</div>
+<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;        uint8_t r = (uint8_t)point.r;</div>
+<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;        uint8_t g = (uint8_t)point.g;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      </div>
+<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;        uint8_t b = (uint8_t)point.b;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </div>
+<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;                  </div>
+<div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;        cv::Vec3b color;<span class="comment">//vector of colors             </span></div>
+<div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;        color.val[0] = b;</div>
+<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;        color.val[1] = g;</div>
+<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;        color.val[2] = r;</div>
+<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;        img_orignal.at&lt;cv::Vec3b&gt;(row,c) = color;</div>
+<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;      }</div>
+<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;    }</div>
+<div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;</div>
 <div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;</div>
-<div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;    cv::imwrite( <span class="stringliteral">&quot;./original.jpg&quot;</span>, img_orignal );</div>
-<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div>
-<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;    cv::waitKey(0);</div>
+<div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;</div>
+<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;    cv::namedWindow(<span class="stringliteral">&quot;Original&quot;</span>, CV_WINDOW_AUTOSIZE); <span class="comment">//create a window with the name &quot;MyWindow&quot;</span></div>
+<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;    cv::imshow(<span class="stringliteral">&quot;Original&quot;</span>, img_orignal); <span class="comment">//display the image which is stored in the &#39;img&#39; in the &quot;MyWindow&quot; window</span></div>
 <div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;</div>
-<div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    <span class="comment">// displaying in the RGB image what are the pixels of the rgb image related to the segmented objects</span></div>
-<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;    std::cout &lt;&lt; <span class="stringliteral">&quot;\nYou are now visualizing the results of the segmentation in the 2D rgb image.&quot;</span></div>
-<div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;              &lt;&lt; <span class="stringliteral">&quot; Press right arrow to visualize the next object, the left one to visualize the previous one, and ESC to exit.\n&quot;</span>;           </div>
-<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;    </div>
-<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;    <span class="comment">// to retireve the points in the RGB image we have to use a KdTree to get the points of the object</span></div>
-<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;    <span class="comment">// in the input cloud              </span></div>
-<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;    pcl::KdTreeFLANN&lt;pcl::PointXYZRGBA&gt; kdtree;</div>
-<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;    kdtree.setInputCloud (cloud);</div>
-<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;    <span class="keywordtype">int</span> k = 0;</div>
-<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;    uint32_t idx_v = 0; <span class="comment">//index of the object to work with </span></div>
-<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;    cv::namedWindow(<span class="stringliteral">&quot;Segmented Results&quot;</span>, CV_WINDOW_AUTOSIZE); <span class="comment">//create a window with the name &quot;MyWindow&quot;</span></div>
-<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;    <span class="keywordflow">while</span>( (k != 27 &amp;&amp; k != 1048603) &amp;&amp; idx_v &lt; seg_objs.size() &amp;&amp; idx_v &gt;= 0) <span class="comment">//while it ESC is not pressed </span></div>
-<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;    {</div>
-<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;      <span class="keywordflow">if</span>(seg_objs[idx_v].object_cloud.points.size() &gt; 400)</div>
-<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;      {</div>
-<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;</div>
-<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;        cv::Mat img(480, 640, CV_8UC3,cv::Scalar(255,255,255)); <span class="comment">//create an image ( 3 channels, 8 bit image depth);</span></div>
-<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;</div>
-<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;        <span class="comment">//fill the matrix &quot;img&quot; with only the points of the current object</span></div>
-<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;        <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; seg_objs[idx_v].object_cloud.points.size(); ++i)</div>
-<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;        {</div>
-<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;          pcl::PointXYZRGBA searchPoint;</div>
-<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;          searchPoint.x = seg_objs[idx_v].object_cloud.points[i].x;</div>
-<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;          searchPoint.y = seg_objs[idx_v].object_cloud.points[i].y;</div>
-<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;          searchPoint.z = seg_objs[idx_v].object_cloud.points[i].z;</div>
-<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;          std::vector&lt;int&gt; pointIdxNKNSearch(1);</div>
-<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;          std::vector&lt;float&gt; pointNKNSquaredDistance(1);</div>
-<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div>
-<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;          <span class="keywordflow">if</span> ( kdtree.nearestKSearch (searchPoint, 1, pointIdxNKNSearch, pointNKNSquaredDistance) &gt; 0 )</div>
-<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;          {</div>
-<div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;            pcl::PointXYZRGBA point = cloud-&gt;points[pointIdxNKNSearch[0]];         </div>
+<div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    cv::imwrite( <span class="stringliteral">&quot;./original.jpg&quot;</span>, img_orignal );</div>
+<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;</div>
+<div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;    cv::waitKey(0);</div>
+<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;</div>
+<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;    <span class="comment">// displaying in the RGB image what are the pixels of the rgb image related to the segmented objects</span></div>
+<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;    std::cout &lt;&lt; <span class="stringliteral">&quot;\nYou are now visualizing the results of the segmentation in the 2D rgb image.&quot;</span></div>
+<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;              &lt;&lt; <span class="stringliteral">&quot; Press right arrow to visualize the next object, the left one to visualize the previous one, and ESC to exit.\n&quot;</span>;           </div>
+<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;    </div>
+<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;    <span class="comment">// to retireve the points in the RGB image we have to use a KdTree to get the points of the object</span></div>
+<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;    <span class="comment">// in the input cloud              </span></div>
+<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;    pcl::KdTreeFLANN&lt;pcl::PointXYZRGBA&gt; kdtree;</div>
+<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;    kdtree.setInputCloud (cloud);</div>
+<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;    <span class="keywordtype">int</span> k = 0;</div>
+<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;    uint32_t idx_v = 0; <span class="comment">//index of the object to work with </span></div>
+<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;    cv::namedWindow(<span class="stringliteral">&quot;Segmented Results&quot;</span>, CV_WINDOW_AUTOSIZE); <span class="comment">//create a window with the name &quot;MyWindow&quot;</span></div>
+<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;    <span class="keywordflow">while</span>( (k != 27 &amp;&amp; k != 1048603) &amp;&amp; idx_v &lt; seg_objs.size() &amp;&amp; idx_v &gt;= 0) <span class="comment">//while it ESC is not pressed </span></div>
+<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;    {</div>
+<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;      <span class="keywordflow">if</span>(seg_objs[idx_v].object_cloud.points.size() &gt; 400)</div>
+<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;      {</div>
+<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;</div>
+<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;        cv::Mat img(480, 640, CV_8UC3,cv::Scalar(255,255,255)); <span class="comment">//create an image ( 3 channels, 8 bit image depth);</span></div>
+<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;</div>
+<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;        <span class="comment">//fill the matrix &quot;img&quot; with only the points of the current object</span></div>
+<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;        <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; seg_objs[idx_v].object_cloud.points.size(); ++i)</div>
+<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;        {</div>
+<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;          pcl::PointXYZRGBA searchPoint;</div>
+<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;          searchPoint.x = seg_objs[idx_v].object_cloud.points[i].x;</div>
+<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;          searchPoint.y = seg_objs[idx_v].object_cloud.points[i].y;</div>
+<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;          searchPoint.z = seg_objs[idx_v].object_cloud.points[i].z;</div>
+<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;          std::vector&lt;int&gt; pointIdxNKNSearch(1);</div>
+<div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;          std::vector&lt;float&gt; pointNKNSquaredDistance(1);</div>
 <div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;</div>
-<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;            uint8_t r = (uint8_t)point.r;</div>
-<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;            uint8_t g = (uint8_t)point.g;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </div>
-<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;            uint8_t b = (uint8_t)point.b;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </div>
-<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;                    </div>
-<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;            cv::Vec3b color; <span class="comment">//vector of colors             </span></div>
-<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;            color.val[0] = b;</div>
-<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;            color.val[1] = g;</div>
-<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;            color.val[2] = r;</div>
-<div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;</div>
-<div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;            <span class="keywordtype">float</span> x,y;</div>
-<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;            y = (<span class="keywordtype">int</span>)(pointIdxNKNSearch[0]/cloud-&gt;width);</div>
-<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;            x = pointIdxNKNSearch[0] - y*cloud-&gt;width;</div>
-<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;            img.at&lt;cv::Vec3b&gt;(y,x) = color; <span class="comment">//transformation coordinates</span></div>
-<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;          }</div>
-<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;        }</div>
-<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;</div>
-<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;        cv::imshow(<span class="stringliteral">&quot;Segmented Results&quot;</span>, img); <span class="comment">//display the image which is stored in the &#39;img&#39; in the &quot;MyWindow&quot; window</span></div>
-<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;        std::cout &lt;&lt; <span class="stringliteral">&quot;Object: &quot;</span> &lt;&lt; idx_v + 1 &lt;&lt; <span class="stringliteral">&quot; of &quot;</span> &lt;&lt; seg_objs.size() &lt;&lt; <span class="stringliteral">&quot; objects.&quot;</span> &lt;&lt; std::endl;</div>
-<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;        </div>
-<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;        std::stringstream ss;</div>
-<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;        ss &lt;&lt; <span class="stringliteral">&quot;img&quot;</span> &lt;&lt; idx_v &lt;&lt; <span class="stringliteral">&quot;.jpg&quot;</span>;</div>
-<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;        cv::imwrite( ss.str(), img );</div>
-<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;        k = cv::waitKey(0);</div>
-<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;      }</div>
-<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;</div>
-<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;      <span class="keywordflow">if</span>( k == 65363 || k == 0 || k == 1113939) <span class="comment">// right arrow</span></div>
-<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;        idx_v++;</div>
-<div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;      <span class="keywordflow">if</span>( k == 65361 || k == 1113937) <span class="comment">// left arrow</span></div>
-<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;        idx_v &gt; 0 ? idx_v-- : idx_v = 0;</div>
-<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;    }</div>
-<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;  }</div>
-<div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;  <span class="keywordflow">else</span></div>
-<div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;    std::cout &lt;&lt; <span class="stringliteral">&quot;The point cloud is not organized&quot;</span>;</div>
-<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;</div>
-<div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;  <span class="keywordflow">return</span> (0);</div>
-<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;}</div>
-<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;</div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ab859bd58bf8be6ced2149da00b46377d"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">tos_supervoxels_parameters::zmin</a></div><div class="ttdeci">double zmin</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00088">tos_supervoxels.h:88</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_aadaf6239b4dfa5e85ab5f03a7171e68b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">tos_supervoxels_parameters::voxel_resolution</a></div><div class="ttdeci">double voxel_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00074">tos_supervoxels.h:74</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_af454742145a148274b0f22384d267047"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">tos_supervoxels_parameters::concavity_tolerance_threshold</a></div><div class="ttdeci">double concavity_tolerance_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00081">tos_supervoxels.h:81</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_af1d1b4dbae36a605dae32a263f6134ba"><div class="ttname"><a href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">tos_supervoxels::show_segmented_objects</a></div><div class="ttdeci">void show_segmented_objects(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">show the segmented objects </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00436">tos_supervoxels.cpp:436</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_ad6d19d80d55f3619e09e5ef06fbb0625"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">tos_supervoxels_parameters::disable_transform</a></div><div class="ttdeci">bool disable_transform</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00073">tos_supervoxels.h:73</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a75ad67635520b43e2c1ee2f8d3ca7fea"><div class="ttname"><a href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a></div><div class="ttdeci">void show_super_voxels(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer, bool show_adjacency_map, bool show_super_voxel_normals)</div><div class="ttdoc">shows in the viewer the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00353">tos_supervoxels.cpp:353</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a183f418204f84e4b74220529d1a5ef50"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">tos_supervoxels_parameters::use_extended_convexity</a></div><div class="ttdeci">bool use_extended_convexity</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00084">tos_supervoxels.h:84</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a0d5e7a2d4c2dc79fcdff0cff84346e3f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">tos_supervoxels_parameters::th_points</a></div><div class="ttdeci">int th_points</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00090">tos_supervoxels.h:90</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_ad7edd076f4eef1619be4395fd01bf660"><div class="ttname"><a href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">tos_supervoxels::get_segmented_objects</a></div><div class="ttdeci">std::vector&lt; Object &gt; get_segmented_objects()</div><div class="ttdoc">Get the detected objects as a vector of the variable Object. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00481">tos_supervoxels.cpp:481</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a98ba97d46806231f790a7d8b2d72c614"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters::use_sanity_criterion</a></div><div class="ttdeci">bool use_sanity_criterion</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00085">tos_supervoxels.h:85</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a9495bd4a15731cff669e1b2fc6a6bc84"><div class="ttname"><a href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels::print_parameters</a></div><div class="ttdeci">void print_parameters()</div><div class="ttdoc">Print the parameters of the algorithm in the shell. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00498">tos_supervoxels.cpp:498</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html"><div class="ttname"><a href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div><div class="ttdoc">Class to manage all togheter the parameters of the tos_supervoxels algorithm Class to group together ...</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00046">tos_supervoxels.h:46</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html"><div class="ttname"><a href="classtos__supervoxels.html">tos_supervoxels</a></div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00126">tos_supervoxels.h:126</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a05e74b73d24d578914be111dca9a578d"><div class="ttname"><a href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">reset all the publis members reset all the public members. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00058">tos_supervoxels.cpp:58</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a3a6acc80c354b1eca8708bd52d3eb22b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">tos_supervoxels_parameters::color_importance</a></div><div class="ttdeci">double color_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00076">tos_supervoxels.h:76</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_aa98f5fdb5a742faf47660fec6d65ca7f"><div class="ttname"><a href="classtos__supervoxels.html#aa98f5fdb5a742faf47660fec6d65ca7f">tos_supervoxels::segment</a></div><div class="ttdeci">void segment()</div><div class="ttdoc">Detect and segment the objects on the table. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00240">tos_supervoxels.cpp:240</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a46f8e143619931f006933fedc201a6c0"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">tos_supervoxels_parameters::normal_importance</a></div><div class="ttdeci">double normal_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00078">tos_supervoxels.h:78</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a4089ea9d97431901c848f388052cc5ff"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">tos_supervoxels_parameters::spatial_importance</a></div><div class="ttdeci">double spatial_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00077">tos_supervoxels.h:77</a></div></div>
+<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;          <span class="keywordflow">if</span> ( kdtree.nearestKSearch (searchPoint, 1, pointIdxNKNSearch, pointNKNSquaredDistance) &gt; 0 )</div>
+<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;          {</div>
+<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;            pcl::PointXYZRGBA point = cloud-&gt;points[pointIdxNKNSearch[0]];         </div>
+<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;</div>
+<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;            uint8_t r = (uint8_t)point.r;</div>
+<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;            uint8_t g = (uint8_t)point.g;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </div>
+<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;            uint8_t b = (uint8_t)point.b;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </div>
+<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;                    </div>
+<div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;            cv::Vec3b color; <span class="comment">//vector of colors             </span></div>
+<div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;            color.val[0] = b;</div>
+<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;            color.val[1] = g;</div>
+<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;            color.val[2] = r;</div>
+<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;</div>
+<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;            <span class="keywordtype">float</span> x,y;</div>
+<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;            y = (<span class="keywordtype">int</span>)(pointIdxNKNSearch[0]/cloud-&gt;width);</div>
+<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;            x = pointIdxNKNSearch[0] - y*cloud-&gt;width;</div>
+<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;            img.at&lt;cv::Vec3b&gt;(y,x) = color; <span class="comment">//transformation coordinates</span></div>
+<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;          }</div>
+<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;        }</div>
+<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;</div>
+<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;        cv::imshow(<span class="stringliteral">&quot;Segmented Results&quot;</span>, img); <span class="comment">//display the image which is stored in the &#39;img&#39; in the &quot;MyWindow&quot; window</span></div>
+<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;        std::cout &lt;&lt; <span class="stringliteral">&quot;Object: &quot;</span> &lt;&lt; idx_v + 1 &lt;&lt; <span class="stringliteral">&quot; of &quot;</span> &lt;&lt; seg_objs.size() &lt;&lt; <span class="stringliteral">&quot; objects.&quot;</span> &lt;&lt; std::endl;</div>
+<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;        </div>
+<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;        std::stringstream ss;</div>
+<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;        ss &lt;&lt; <span class="stringliteral">&quot;img&quot;</span> &lt;&lt; idx_v &lt;&lt; <span class="stringliteral">&quot;.jpg&quot;</span>;</div>
+<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;        cv::imwrite( ss.str(), img );</div>
+<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;        k = cv::waitKey(0);</div>
+<div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;      }</div>
+<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;</div>
+<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;      <span class="keywordflow">if</span>( k == 65363 || k == 0 || k == 1113939) <span class="comment">// right arrow</span></div>
+<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;        idx_v++;</div>
+<div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;      <span class="keywordflow">if</span>( k == 65361 || k == 1113937) <span class="comment">// left arrow</span></div>
+<div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;        idx_v &gt; 0 ? idx_v-- : idx_v = 0;</div>
+<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;    }</div>
+<div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;  }</div>
+<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;  <span class="keywordflow">else</span></div>
+<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;    std::cout &lt;&lt; <span class="stringliteral">&quot;The point cloud is not organized&quot;</span>;</div>
+<div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;</div>
+<div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;  <span class="keywordflow">return</span> (0);</div>
+<div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;}</div>
+<div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;</div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ab859bd58bf8be6ced2149da00b46377d"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ab859bd58bf8be6ced2149da00b46377d">tos_supervoxels_parameters::zmin</a></div><div class="ttdeci">double zmin</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00085">tos_supervoxels.h:85</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a6543bae4355bbd4120851067e876e8ef"><div class="ttname"><a href="classtos__supervoxels.html#a6543bae4355bbd4120851067e876e8ef">tos_supervoxels::segment</a></div><div class="ttdeci">bool segment()</div><div class="ttdoc">Detect and segment the objects on the table. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00242">tos_supervoxels.cpp:242</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_aadaf6239b4dfa5e85ab5f03a7171e68b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#aadaf6239b4dfa5e85ab5f03a7171e68b">tos_supervoxels_parameters::voxel_resolution</a></div><div class="ttdeci">double voxel_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00071">tos_supervoxels.h:71</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_af454742145a148274b0f22384d267047"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af454742145a148274b0f22384d267047">tos_supervoxels_parameters::concavity_tolerance_threshold</a></div><div class="ttdeci">double concavity_tolerance_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00078">tos_supervoxels.h:78</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_af1d1b4dbae36a605dae32a263f6134ba"><div class="ttname"><a href="classtos__supervoxels.html#af1d1b4dbae36a605dae32a263f6134ba">tos_supervoxels::show_segmented_objects</a></div><div class="ttdeci">void show_segmented_objects(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">show the segmented objects </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00449">tos_supervoxels.cpp:449</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_ad6d19d80d55f3619e09e5ef06fbb0625"><div class="ttname"><a href="classtos__supervoxels__parameters.html#ad6d19d80d55f3619e09e5ef06fbb0625">tos_supervoxels_parameters::disable_transform</a></div><div class="ttdeci">bool disable_transform</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00070">tos_supervoxels.h:70</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a75ad67635520b43e2c1ee2f8d3ca7fea"><div class="ttname"><a href="classtos__supervoxels.html#a75ad67635520b43e2c1ee2f8d3ca7fea">tos_supervoxels::show_super_voxels</a></div><div class="ttdeci">void show_super_voxels(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer, bool show_adjacency_map, bool show_super_voxel_normals)</div><div class="ttdoc">shows in the viewer the supervoxels </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00366">tos_supervoxels.cpp:366</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a183f418204f84e4b74220529d1a5ef50"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a183f418204f84e4b74220529d1a5ef50">tos_supervoxels_parameters::use_extended_convexity</a></div><div class="ttdeci">bool use_extended_convexity</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00081">tos_supervoxels.h:81</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a0d5e7a2d4c2dc79fcdff0cff84346e3f"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a0d5e7a2d4c2dc79fcdff0cff84346e3f">tos_supervoxels_parameters::th_points</a></div><div class="ttdeci">int th_points</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00087">tos_supervoxels.h:87</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_ad7edd076f4eef1619be4395fd01bf660"><div class="ttname"><a href="classtos__supervoxels.html#ad7edd076f4eef1619be4395fd01bf660">tos_supervoxels::get_segmented_objects</a></div><div class="ttdeci">std::vector&lt; Object &gt; get_segmented_objects()</div><div class="ttdoc">Get the detected objects as a vector of the variable Object. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00494">tos_supervoxels.cpp:494</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a98ba97d46806231f790a7d8b2d72c614"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a98ba97d46806231f790a7d8b2d72c614">tos_supervoxels_parameters::use_sanity_criterion</a></div><div class="ttdeci">bool use_sanity_criterion</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00082">tos_supervoxels.h:82</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a9495bd4a15731cff669e1b2fc6a6bc84"><div class="ttname"><a href="classtos__supervoxels.html#a9495bd4a15731cff669e1b2fc6a6bc84">tos_supervoxels::print_parameters</a></div><div class="ttdeci">void print_parameters()</div><div class="ttdoc">Print the parameters of the algorithm in the shell. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00511">tos_supervoxels.cpp:511</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html"><div class="ttname"><a href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div><div class="ttdoc">Class to manage all togheter the parameters of the tos_supervoxels algorithm Class to group together ...</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00043">tos_supervoxels.h:43</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html"><div class="ttname"><a href="classtos__supervoxels.html">tos_supervoxels</a></div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00123">tos_supervoxels.h:123</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a05e74b73d24d578914be111dca9a578d"><div class="ttname"><a href="classtos__supervoxels.html#a05e74b73d24d578914be111dca9a578d">tos_supervoxels::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">reset all the public members reset all the public members. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00061">tos_supervoxels.cpp:61</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a3a6acc80c354b1eca8708bd52d3eb22b"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a3a6acc80c354b1eca8708bd52d3eb22b">tos_supervoxels_parameters::color_importance</a></div><div class="ttdeci">double color_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00073">tos_supervoxels.h:73</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a46f8e143619931f006933fedc201a6c0"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a46f8e143619931f006933fedc201a6c0">tos_supervoxels_parameters::normal_importance</a></div><div class="ttdeci">double normal_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00075">tos_supervoxels.h:75</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a4089ea9d97431901c848f388052cc5ff"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a4089ea9d97431901c848f388052cc5ff">tos_supervoxels_parameters::spatial_importance</a></div><div class="ttdeci">double spatial_importance</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00074">tos_supervoxels.h:74</a></div></div>
 <div class="ttc" id="classtos__supervoxels_html_a8e05551a5406f85d3aa97ce50235ef8a"><div class="ttname"><a href="classtos__supervoxels.html#a8e05551a5406f85d3aa97ce50235ef8a">tos_supervoxels::init</a></div><div class="ttdeci">void init(pcl::PointCloud&lt; pcl::PointXYZRGBA &gt; input_cloud, tos_supervoxels_parameters &amp;opt)</div><div class="ttdoc">Class initializer. </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00041">tos_supervoxels.cpp:41</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_af8ce2c09326f973ab108428e206cfff6"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters::smoothness_threshold</a></div><div class="ttdeci">double smoothness_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00082">tos_supervoxels.h:82</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_abd0b1d082a238c6822fa29f39eefbd42"><div class="ttname"><a href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">tos_supervoxels_parameters::min_segment_size</a></div><div class="ttdeci">int min_segment_size</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00083">tos_supervoxels.h:83</a></div></div>
-<div class="ttc" id="classtos__supervoxels_html_a075d805207e4c00a146c98ae0580c5a0"><div class="ttname"><a href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">tos_supervoxels::clean_viewer</a></div><div class="ttdeci">void clean_viewer(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">clean all the pointclouds or shapes introduced by the class in the viewer </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00462">tos_supervoxels.cpp:462</a></div></div>
-<div class="ttc" id="classtos__supervoxels__parameters_html_a6b559741e34466dc429f6b3ae3fc9382"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">tos_supervoxels_parameters::seed_resolution</a></div><div class="ttdeci">double seed_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00075">tos_supervoxels.h:75</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_af8ce2c09326f973ab108428e206cfff6"><div class="ttname"><a href="classtos__supervoxels__parameters.html#af8ce2c09326f973ab108428e206cfff6">tos_supervoxels_parameters::smoothness_threshold</a></div><div class="ttdeci">double smoothness_threshold</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00079">tos_supervoxels.h:79</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_abd0b1d082a238c6822fa29f39eefbd42"><div class="ttname"><a href="classtos__supervoxels__parameters.html#abd0b1d082a238c6822fa29f39eefbd42">tos_supervoxels_parameters::min_segment_size</a></div><div class="ttdeci">int min_segment_size</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00080">tos_supervoxels.h:80</a></div></div>
+<div class="ttc" id="classtos__supervoxels_html_a075d805207e4c00a146c98ae0580c5a0"><div class="ttname"><a href="classtos__supervoxels.html#a075d805207e4c00a146c98ae0580c5a0">tos_supervoxels::clean_viewer</a></div><div class="ttdeci">void clean_viewer(boost::shared_ptr&lt; pcl::visualization::PCLVisualizer &gt; &amp;viewer)</div><div class="ttdoc">clean all the pointclouds or shapes introduced by the class in the viewer </div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8cpp_source.html#l00475">tos_supervoxels.cpp:475</a></div></div>
+<div class="ttc" id="classtos__supervoxels__parameters_html_a6b559741e34466dc429f6b3ae3fc9382"><div class="ttname"><a href="classtos__supervoxels__parameters.html#a6b559741e34466dc429f6b3ae3fc9382">tos_supervoxels_parameters::seed_resolution</a></div><div class="ttdeci">double seed_resolution</div><div class="ttdef"><b>Definition:</b> <a href="tos__supervoxels_8h_source.html#l00072">tos_supervoxels.h:72</a></div></div>
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Apr 29 2016 11:05:18 for tos_supervoxels by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.6
 </small></address>
diff --git a/trunk/lib/libtos_supervoxels.so b/trunk/lib/libtos_supervoxels.so
index 16bb41d050661ada50ea1ad23138043d90ba30bb..655e91e6e3629c6b9ed5852d5687c0f750205f2f 100755
Binary files a/trunk/lib/libtos_supervoxels.so and b/trunk/lib/libtos_supervoxels.so differ
diff --git a/trunk/src/tos_supervoxels.cpp b/trunk/src/tos_supervoxels.cpp
index ed31dd8bbf2d06c86d523184094c7237c85ab3b8..ab2b222a1b5e7f01a600117882462f167603bc4c 100644
--- a/trunk/src/tos_supervoxels.cpp
+++ b/trunk/src/tos_supervoxels.cpp
@@ -239,14 +239,14 @@ tos_supervoxels::get_default_parameters()
 }
 
 
-void tos_supervoxels::segment()
+bool tos_supervoxels::segment()
 {
   //float t_ini = cv::getTickCount();
 
   if(!this->initialized)
   {
     pcl::console::print_error("[tos_supervoxels] No valid input cloud given to the algorithm. The class has not beed initialized.");
-    return;
+    return false;
   }
 
   pcl::PointIndices::Ptr obj_idx (new pcl::PointIndices());
@@ -258,6 +258,17 @@ void tos_supervoxels::segment()
 
   pcl::SupervoxelClustering<pcl::PointXYZRGBA> super (this->voxel_resolution, this->seed_resolution);
 
+
+  // resize 
+  detected_objects.resize(0); // maybe it is useless
+
+  // Checking for objects on the table
+  if(this->cloud->points.size() == 0)
+  {
+    pcl::console::print_warn("No objects on the table\n");
+    return false;
+  }
+
   super.setInputCloud (this->cloud);
 
   //super.setNormalCloud (input_normals);
@@ -349,7 +360,7 @@ void tos_supervoxels::segment()
   //std::cout << "elapsed_time (segmentation and postprocessing): " << elapsed_time << "\nelapsed_time of LCCP segmentation: " << elapsed_time_seg   <<  std::endl;
   //std::cout << "elapsed_time plane estimation: " << elapsed_time_plane << std::endl;
 
-  return;
+  return true;
 }
 
 void tos_supervoxels::show_super_voxels(boost::shared_ptr<pcl::visualization::PCLVisualizer> & viewer,
diff --git a/trunk/src/tos_supervoxels.h b/trunk/src/tos_supervoxels.h
index 19be2cdeb1c8f40693e32d26fc7f3992a0521206..87d2ae73dac82968eab20a912ebd310178dd2bd9 100644
--- a/trunk/src/tos_supervoxels.h
+++ b/trunk/src/tos_supervoxels.h
@@ -242,8 +242,9 @@ class tos_supervoxels
     tos_supervoxels_parameters get_default_parameters(); 
 
     /*! \brief Detect and segment the objects on the table
+    * \details It returns true if there is at least one object on the table, at least one segmented object.
     */
-    void segment();
+    bool segment();
 
     /*! \brief shows in the viewer the supervoxels
     *