| Point Cloud Library (PCL)
    1.15.1-dev
    | 
The CameraPoseProcessor class is an interface to extract camera pose data generated by the pcl_kinfu_app program. More...
#include </__w/1/s/gpu/kinfu/tools/camera_pose.h>
 Inheritance diagram for CameraPoseProcessor:
 Inheritance diagram for CameraPoseProcessor:| Public Types | |
| using | Ptr = pcl::shared_ptr< CameraPoseProcessor > | 
| using | ConstPtr = pcl::shared_ptr< const CameraPoseProcessor > | 
| Public Member Functions | |
| virtual | ~CameraPoseProcessor ()=default | 
| virtual void | processPose (const Eigen::Affine3f &pose)=0 | 
| process the camera pose, this method is called at every frame.  More... | |
The CameraPoseProcessor class is an interface to extract camera pose data generated by the pcl_kinfu_app program.
Use the CameraPoseWriter implementation if writing the camera pose to a file is all you need, or provide an alternative implementation.
Definition at line 54 of file camera_pose.h.
| using CameraPoseProcessor::ConstPtr = pcl::shared_ptr<const CameraPoseProcessor> | 
Definition at line 58 of file camera_pose.h.
| using CameraPoseProcessor::Ptr = pcl::shared_ptr<CameraPoseProcessor> | 
Definition at line 57 of file camera_pose.h.
| 
 | virtualdefault | 
| 
 | pure virtual | 
process the camera pose, this method is called at every frame.
Implemented in CameraPoseWriter.