ed_sensor_integration
include
ed
kinect
renderer.h
Go to the documentation of this file.
1
#ifndef _RENDERER_H_
2
#define _RENDERER_H_
3
4
#include <
ed/types.h
>
5
#include <
geolib/datatypes.h
>
6
#include <
geolib/sensors/DepthCamera.h
>
7
#include <
rgbd/types.h
>
8
9
// Samples sensor pose in Z (height), Roll and Pitch. Uses sensor_pose as seed. The sampled sensor_pose at
10
// which the shape fits the given RGBD image best is returned.
11
void
fitZRP
(
const
geo::Shape
& shape,
const
geo::Pose3D
& shape_pose,
const
rgbd::Image
& image,
12
const
geo::Pose3D
& sensor_pose,
geo::Pose3D
& updated_sensor_pose);
13
14
15
#endif
datatypes.h
DepthCamera.h
geo::Transform3T
rgbd::Image
fitZRP
void fitZRP(const geo::Shape &shape, const geo::Pose3D &shape_pose, const rgbd::Image &image, const geo::Pose3D &sensor_pose, geo::Pose3D &updated_sensor_pose)
Definition:
renderer.cpp:49
types.h
geo::Shape
Generated on Sun Feb 23 2025 04:34:57 for ed_sensor_integration by
1.8.17