Point Cloud Library (PCL)
1.14.1-dev
|
Screenshot Manager saves a screenshot with the corresponding camera pose from Kinfu. More...
#include </__w/1/s/gpu/kinfu_large_scale/include/pcl/gpu/kinfu_large_scale/screenshot_manager.h>
Public Types | |
using | PixelRGB = pcl::gpu::kinfuLS::PixelRGB |
Public Member Functions | |
ScreenshotManager () | |
Constructor. More... | |
void | setCameraIntrinsics (float focal=575.816f, float height=480.0f, float width=640.0f) |
Sets Depth camera intrinsics. More... | |
void | saveImage (const Eigen::Affine3f &camPose, pcl::gpu::PtrStepSz< const PixelRGB > rgb24) |
Save Screenshot. More... | |
Screenshot Manager saves a screenshot with the corresponding camera pose from Kinfu.
Please create a folder named "KinFuSnapshots" in the folder where you call kinfu.
Definition at line 65 of file screenshot_manager.h.
Definition at line 69 of file screenshot_manager.h.
pcl::kinfuLS::ScreenshotManager::ScreenshotManager | ( | ) |
Constructor.
void pcl::kinfuLS::ScreenshotManager::saveImage | ( | const Eigen::Affine3f & | camPose, |
pcl::gpu::PtrStepSz< const PixelRGB > | rgb24 | ||
) |
Save Screenshot.
void pcl::kinfuLS::ScreenshotManager::setCameraIntrinsics | ( | float | focal = 575.816f , |
float | height = 480.0f , |
||
float | width = 640.0f |
||
) |
Sets Depth camera intrinsics.
[in] | focal | focal length x |
height | ||
width |