|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "reusex/vision/IModel.hpp"#include <opencv2/core.hpp>#include <string>#include <vector>
Go to the source code of this file.
Classes | |
| struct | reusex::vision::SegmentPanoramaOptions |
| Options controlling how a panorama is tiled and segmented. More... | |
Namespaces | |
| namespace | reusex |
| namespace | reusex::vision |
Functions | |
| cv::Mat | reusex::vision::segment_panorama (IModel &model, const cv::Mat &equirect_bgr, const SegmentPanoramaOptions &opts) |
| Segment a 360 equirectangular panorama with a SAM3 model. | |