Point Cloud Library (PCL)
1.14.1-dev
|
CameraPoseWriter writes all camera poses computed by the KinfuTracker to a file on disk. More...
#include </__w/1/s/gpu/kinfu/tools/camera_pose.h>
Public Member Functions | |
CameraPoseWriter (const std::string &output_filename) | |
~CameraPoseWriter () | |
void | processPose (const Eigen::Affine3f &pose) override |
process the camera pose, this method is called at every frame. More... | |
Public Member Functions inherited from CameraPoseProcessor | |
virtual | ~CameraPoseProcessor ()=default |
Additional Inherited Members | |
Public Types inherited from CameraPoseProcessor | |
using | Ptr = pcl::shared_ptr< CameraPoseProcessor > |
using | ConstPtr = pcl::shared_ptr< const CameraPoseProcessor > |
CameraPoseWriter writes all camera poses computed by the KinfuTracker to a file on disk.
Definition at line 72 of file camera_pose.h.
|
inline |
output_filename | name of file to write |
Definition at line 80 of file camera_pose.h.
|
inline |
Definition at line 86 of file camera_pose.h.
|
inlineoverridevirtual |
process the camera pose, this method is called at every frame.
Implements CameraPoseProcessor.
Definition at line 96 of file camera_pose.h.