Go to the source code of this file.
Namespaces | |
| namespace | MR |
| namespace | MR::Cuda |
Functions | |
| MRCUDA_API Expected< DistanceMap > | MR::Cuda::distanceMapFromContours (const Polyline2 &polyline, const ContourToDistanceMapParams ¶ms) |
| Computes distance of 2d contours according to ContourToDistanceMapParams (works correctly only when withSign==false) | |
| MRCUDA_API size_t | MR::Cuda::distanceMapFromContoursHeapBytes (const Polyline2 &polyline, const ContourToDistanceMapParams ¶ms) |
| Computes memory consumption of distanceMapFromContours function. | |