Description

Applies Gaussian filter to an image instance to blur details and reduce noise.

Return Type

A McImage object.  

The resulting McImage.

Syntax

object.Sculpt ([lPasses], [Strength], [vSourceImg])

The Sculpt Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McMorpho.
lPassesOptional. A Long value.
Number of times to apply the filter.  If not given or negative
  then the NumPasses property is used.  Unless you have changed it, NumPasses will be 1.
      Size - Size of convolution kernel (3, 5, 7, or 9).
StrengthOptional. A Long value.

Strength factor (from 0 to 100).

vSourceImgOptional. A Variant value.

Optional input IMcImage.

Exceptions

The exception mceINVALIDARG (E_INVALIDARG) will be thrown if one of the parameters is invalid.