91 void init(
const Camera &depthCam, DepthImageMode mode=DistanceToCamPlane);
94 void init(
const Camera &depthCam,
const Camera &colorCam, DepthImageMode mode=DistanceToCamPlane);
106 const Camera &getDepthCamera()
const;
109 const Camera &getColorCamera()
const ;
114 void setCameras(
const Camera &depthCam,
const Camera &colorCam);
120 void setDepthCamera(
const Camera &depthCam);
123 bool hasColorCamera()
const;
134 void setUseCL(
bool use);
148 void setFixes(
float focalLengthMultiplier=1,
float positionOffsetAlongNorm=0);
distances are given w.r.t. the camera plance
Definition: PointCloudCreator.h:67
undocument this line if you encounter any issues!
Definition: Any.h:37
Base class for point cloud data types.
Definition: PointCloudObjectBase.h:98
ICLQt_API core::Img< T > create(const std::string &name, core::format fmt=icl::core::formatRGB)
create a test image (converted to destination core::format) (affinity for floats)
#define ICLGeom_API
Definition: CompatMacros.h:179
distances are given w.r.t. the camera center
Definition: PointCloudCreator.h:66
Utility class that allows to create 3D (optionally colored) point clouds from given 2D core::depth im...
Definition: PointCloudCreator.h:56
Camera class.
Definition: Camera.h:132
Utility class for RGBDMapping.
Definition: RGBDMapping.h:46
Data * m_data
Definition: PointCloudCreator.h:57
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