6namespace MR {
namespace Cuda
Definition MRDistanceMap.h:24
MRCUDA_API DistanceMap distanceMapFromContours(const MR::Polyline2 &polyline, const ContourToDistanceMapParams ¶ms)
Computes distance of 2d contours according to ContourToDistanceMapParams (works correctly only when w...
MRCUDA_API size_t distanceMapFromContoursHeapBytes(const MR::Polyline2 &polyline, const ContourToDistanceMapParams ¶ms)
Computes memory consumption of distanceMapFromContours function.
Definition MRCameraOrientationPlugin.h:8
Structure with parameters to generate DistanceMap by Contours.
Definition MRDistanceMapParams.h:94