ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::io::ExportScene::PanoEntry Struct Reference

#include <export_scene.hpp>

Collaboration diagram for reusex::io::ExportScene::PanoEntry:

Public Attributes

std::string image_name
 filename
std::string image_url
 empty placeholder for future
double x = 0
double y = 0
double z = 0
 position from sensor frame pose

Detailed Description

Definition at line 57 of file export_scene.hpp.

Member Data Documentation

◆ image_name

std::string reusex::io::ExportScene::PanoEntry::image_name

filename

Definition at line 58 of file export_scene.hpp.

◆ image_url

std::string reusex::io::ExportScene::PanoEntry::image_url

empty placeholder for future

Definition at line 59 of file export_scene.hpp.

◆ x

double reusex::io::ExportScene::PanoEntry::x = 0

Definition at line 60 of file export_scene.hpp.

◆ y

double reusex::io::ExportScene::PanoEntry::y = 0

Definition at line 60 of file export_scene.hpp.

◆ z

double reusex::io::ExportScene::PanoEntry::z = 0

position from sensor frame pose

Definition at line 60 of file export_scene.hpp.


The documentation for this struct was generated from the following file: