Static Public Member Functions | |
| static unsafe MR.DistanceMap | fromRaw (string path, MR.Const_DistanceMapLoadSettings? settings=null) |
| Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values Generated from function MR.DistanceMapLoad.fromRaw. Parameter settings defaults to {}. | |
| static unsafe MR.DistanceMap | fromMrDistanceMap (string path, MR.Const_DistanceMapLoadSettings? settings=null) |
| Generated from function MR.DistanceMapLoad.fromMrDistanceMap. Parameter settings defaults to {}. | |
| static unsafe MR.DistanceMap | fromTiff (string path, MR.Const_DistanceMapLoadSettings? settings=null) |
| Generated from function MR.DistanceMapLoad.fromTiff. Parameter settings defaults to {}. | |
| static unsafe MR.DistanceMap | fromAnySupportedFormat (string path, MR.Const_DistanceMapLoadSettings? settings=null) |
| Generated from function MR.DistanceMapLoad.fromAnySupportedFormat. Parameter settings defaults to {}. | |
|
inlinestatic |
Generated from function MR.DistanceMapLoad.fromAnySupportedFormat. Parameter settings defaults to {}.
|
inlinestatic |
Generated from function MR.DistanceMapLoad.fromMrDistanceMap. Parameter settings defaults to {}.
|
inlinestatic |
Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values Generated from function MR.DistanceMapLoad.fromRaw. Parameter settings defaults to {}.
|
inlinestatic |
Generated from function MR.DistanceMapLoad.fromTiff. Parameter settings defaults to {}.