|
orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
PointCloudInterface for point cloud producers and consumers.
More... |
|||||||||||||||||||||||||||||||||
Classes | |
| struct | orca::PointCloudDescription |
| Description of the point cloud. More... | |
| struct | orca::PointCloudData |
| Point cloud data structure. More... | |
| class | orca::PointCloudConsumer |
| Point cloud consumer. More... | |
| class | orca::PointCloud |
| Interface for a 3d point cloud. More... | |
Enumerations | |
| enum | orca::PointCloudType |
Variables | |
| vector< float > | orca::FloatSequence |
The Pointcloud interface supports devices that generate point clouds of some kind. This can include range imagers, data loaded from files, or 3d scanning lasers.
Because of the wide variety of devices, it is difficult to define a single configuration interface. Particular devices may wish to subclass the point cloud interface.
| enum orca::PointCloudType |
Currently supports uncoloured and coloured point clouds.
| vector<float> orca::FloatSequence |
While it would be nice from a software engineering point of view to have a collection of points as structs or classes, OpenGL works better with an interleaved arrays, otherwise we'd be spending a lot of time just packing and unpacking stuff.
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)
1.4.5