i'm trying to do SmoothGaussian and something is wrong.I do it this way:
MyImage->SmoothGaussian(7)
but it doesn't work.
A problem with smoothing
Re: A problem with smoothing
Try
Code: Select all
MyImage = MyImage->SmoothGaussian(7);