|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "reusex/vision/IModel.hpp"#include <filesystem>#include <memory>
Go to the source code of this file.
Namespaces | |
| namespace | reusex |
| namespace | reusex::vision |
Functions | |
| std::unique_ptr< IModel > | reusex::vision::create_model_from_path (const std::filesystem::path &modelPath, bool use_cuda) |
Detect the backend + model kind from modelPath and build the model. | |