ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
model_factory.hpp File Reference
#include "reusex/vision/IModel.hpp"
#include <filesystem>
#include <memory>
Include dependency graph for model_factory.hpp:

Go to the source code of this file.

Namespaces

namespace  reusex
namespace  reusex::vision

Functions

std::unique_ptr< IModelreusex::vision::create_model_from_path (const std::filesystem::path &modelPath, bool use_cuda)
 Detect the backend + model kind from modelPath and build the model.