|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <panorama.hpp>

Public Attributes | |
| bool | dry_run = false |
| compute + report only, do not write poses | |
| bool | overwrite = false |
| re-align panoramas that are already aligned | |
| int | min_inliers = 40 |
| accept an alignment above this many inliers | |
| int | window = 12 |
| candidate frames on each side of the seed | |
| int | max_candidates = 8 |
| cap candidate frames matched per panorama | |
| int | n_yaw = 8 |
| perspective slices around the equator | |
| double | fov = 90.0 |
| per-slice horizontal FOV (deg) | |
| double | max_correction = 5.0 |
| reject corrections beyond this (m); 0=off | |
| std::string | figures_dir |
| if set, dump alignment comparison figures here | |
| int | figures_limit = 6 |
| cap number of panoramas figured | |
Definition at line 12 of file panorama.hpp.
| bool SubcommandAlignPanoramaOptions::dry_run = false |
compute + report only, do not write poses
Definition at line 13 of file panorama.hpp.
| std::string SubcommandAlignPanoramaOptions::figures_dir |
if set, dump alignment comparison figures here
Definition at line 21 of file panorama.hpp.
| int SubcommandAlignPanoramaOptions::figures_limit = 6 |
cap number of panoramas figured
Definition at line 22 of file panorama.hpp.
| double SubcommandAlignPanoramaOptions::fov = 90.0 |
per-slice horizontal FOV (deg)
Definition at line 19 of file panorama.hpp.
| int SubcommandAlignPanoramaOptions::max_candidates = 8 |
cap candidate frames matched per panorama
Definition at line 17 of file panorama.hpp.
| double SubcommandAlignPanoramaOptions::max_correction = 5.0 |
reject corrections beyond this (m); 0=off
Definition at line 20 of file panorama.hpp.
| int SubcommandAlignPanoramaOptions::min_inliers = 40 |
accept an alignment above this many inliers
Definition at line 15 of file panorama.hpp.
| int SubcommandAlignPanoramaOptions::n_yaw = 8 |
perspective slices around the equator
Definition at line 18 of file panorama.hpp.
| bool SubcommandAlignPanoramaOptions::overwrite = false |
re-align panoramas that are already aligned
Definition at line 14 of file panorama.hpp.
| int SubcommandAlignPanoramaOptions::window = 12 |
candidate frames on each side of the seed
Definition at line 16 of file panorama.hpp.