12namespace DistanceMapLoad
28#if !defined( __EMSCRIPTEN__ ) && !defined( MRMESH_NO_TIFF )
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:576
MRMESH_API Expected< DistanceMap > fromAnySupportedFormat(const std::filesystem::path &path, DistanceMapToWorld *params, ProgressCallback progressCb={})
MRMESH_API Expected< DistanceMap > fromTiff(const std::filesystem::path &path, DistanceMapToWorld ¶ms, ProgressCallback progressCb={})
MRMESH_API const IOFilters Filters
MRMESH_API Expected< DistanceMap > fromRaw(const std::filesystem::path &path, ProgressCallback progressCb={})
Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap....
MRMESH_API Expected< DistanceMap > fromMrDistanceMap(const std::filesystem::path &path, DistanceMapToWorld ¶ms, ProgressCallback progressCb={})
std::vector< IOFilter > IOFilters
Definition MRIOFilters.h:32
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58
This structure store data to transform distance map to world coordinates.
Definition MRDistanceMapParams.h:136