|
ImagingTools Core SDK
|
Classes | |
| class | CCuboid |
| class | CDepthBitmap |
| class | CImage3dCalibration |
| class | CMesh3d |
| class | CObjPointCloudPersistenceComp |
| class | CPointCloud3d |
| class | CPointsBasedObject |
| class | CPosition3d |
| class | IDepthBitmap |
| class | IGridInfo |
| class | IImage3dCalibration |
| class | IMesh3d |
| class | IObject3d |
| class | IObject3dProvider |
| class | IPointCloud3d |
| class | IPointsBasedObject |
Functions | |
| bool | ConvertDepthImageToCloud (const imt3d::IDepthBitmap &bitmap, IPointCloud3d &pointCloud) |
| bool | ConvertPointCloudToDepthBitmap (const IPointCloud3d &pointCloud, imt3d::IDepthBitmap &bitmap) |
| template<typename PointType > | |
| bool | ConvertPointCloudToDepthBitmap (const IPointCloud3d &pointCloud, imt3d::IDepthBitmap &bitmap) |
Basic implementations for 3D-calculations This package is system independent. This package use following ACF packages:
| bool imt3d::ConvertDepthImageToCloud | ( | const imt3d::IDepthBitmap & | bitmap, |
| IPointCloud3d & | pointCloud | ||
| ) |
Convert a depth image to a point cloud.
| bool imt3d::ConvertPointCloudToDepthBitmap | ( | const IPointCloud3d & | pointCloud, |
| imt3d::IDepthBitmap & | bitmap | ||
| ) |
Convert a point cloud to a depth image.
| bool imt3d::ConvertPointCloudToDepthBitmap | ( | const IPointCloud3d & | pointCloud, |
| imt3d::IDepthBitmap & | bitmap | ||
| ) |
Generic conversion of a point cloud to a depth image.