48 enum Mode {BEST, GPU, CPU};
69 std::vector<geom::SurfaceFeatureExtractor::SurfaceFeature> getSurfaceFeatures();
101 std::vector<std::vector<int> > getSurfaces();
105 std::vector<std::vector<int> > getSegments();
111 void setUseExternalEdges(
bool use_external_edges);
115 void initProperties();
undocument this line if you encounter any issues!
Definition: Any.h:37
default kinect raw values in range [0,2047]
Definition: PointCloudCreator.h:68
Definition: ConfigurableDepthImageSegmenter.h:44
#define ICLGeom_API
Definition: CompatMacros.h:179
Camera class.
Definition: Camera.h:132
Base implementation of the SceneObjectBase interface for compability with common icl::SceneObjects.
Definition: PointCloudObject.h:52
Data * m_data
internal data type
Definition: ConfigurableDepthImageSegmenter.h:117
Interface for classes that can be configured from configuration-files and GUI-Components.
Definition: Configurable.h:194
Mode
Definition: ConfigurableDepthImageSegmenter.h:48
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
DepthImageMode
Representation of the given core::depth images.
Definition: PointCloudCreator.h:65