CurvatureFlowFilter
CurvatureFlowFilter[image] applies a mean curvature flow filter to image.
CurvatureFlowFilter[image, t] specifies the amount of curvature flow time t to be applied.
CurvatureFlowFilter[image, t, k] applies the curvature flow with a modified conductance term parametrized by k.
Examples
Apply curvature flow smoothing:
img = ExampleData[{"TestImage", "Lena"}];
CurvatureFlowFilter[img]With specified time:
CurvatureFlowFilter[img, 10]Please visit the official Wolfram Language Reference for more details.