mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2025-07-02 08:58:14 +02:00
Added the possibility to get the hdr rgb images from a data provider.
For now only made it work with 'from_folder' and 'opengl_renderer'
This commit is contained in:
@ -19,6 +19,7 @@ namespace event_camera_simulator {
|
||||
const Transformation& T_W_C,
|
||||
const std::vector<Transformation>& T_W_OBJ,
|
||||
const ImagePtr& out_image,
|
||||
const ImageRGBPtr& out_image_rgb,
|
||||
const DepthmapPtr& out_depthmap
|
||||
) const = 0;
|
||||
|
||||
@ -36,6 +37,7 @@ namespace event_camera_simulator {
|
||||
const std::vector<LinearVelocity>& linear_velocity_obj,
|
||||
const std::vector<AngularVelocity>& angular_velocity_obj,
|
||||
const ImagePtr& out_image,
|
||||
const ImageRGBPtr& out_image_rgb,
|
||||
const DepthmapPtr& out_depthmap,
|
||||
const OpticFlowPtr& optic_flow_map
|
||||
) const {}
|
||||
|
Reference in New Issue
Block a user