![]() |
ImFusion SDK 4.3
|
This is the complete list of members for DistanceTransform, including all inherited members.
| computeChamfer(const TypedImage< unsigned char > &mask, bool inverse=false, bool considerSpacing=false, int thresholdMask=0) | DistanceTransform | static |
| computeChamferSigned(const TypedImage< unsigned char > &mask, bool considerSpacing=false, int thresholdMask=0, double insideWeight=1.0) | DistanceTransform | static |
| computeFastSweeping(const TypedImage< unsigned char > &label, bool considerSpacing) | DistanceTransform | static |
| computePreciseAbsolute(const Mesh &input, double resolution, double offset=3.0) | DistanceTransform | static |
| computePreciseSigned(const Mesh &input, double resolution, int fillZ=0, double insideWeight=1.0, double offset=3.0) | DistanceTransform | static |
| computePreciseSigned(const Mesh &input, const vec3 &resolution, int fillZ=0, double insideWeight=1.0, double offset=3.0, vec3i *targetDim=nullptr, TypedImage< unsigned char > *inputMask=nullptr, bool distInPixels=true, int marginPx=10) | DistanceTransform | static |
| computeSequentialEuclidean(const TypedImage< unsigned char > &mask, int iterations=-1) | DistanceTransform | static |
| extendChamfer(TypedImage< float > &result, bool considerSpacing, float threshold=0.0) | DistanceTransform | static |