ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
segment_panorama.hpp File Reference
#include "reusex/vision/IModel.hpp"
#include <opencv2/core.hpp>
#include <string>
#include <vector>
Include dependency graph for segment_panorama.hpp:

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.