Packages

 

com.aspose.cad.imagefilters.filteroptions

Class GaussWienerFilterOptions

    • Constructor Detail

      • GaussWienerFilterOptions

        public GaussWienerFilterOptions(int radius,
                                        double smooth)

        Initializes a new instance of the GaussWienerFilterOptions class.

        Parameters:
        radius - The radius.
        smooth - The smooth.
    • Method Detail

      • getRadius

        public int getRadius()

        Gets or sets the radius.

        Returns:
        The radius.
      • setRadius

        public void setRadius(int value)

        Gets or sets the radius.

        Parameters:
        value - The radius.
      • getSmooth

        public double getSmooth()

        Gets or sets the smooth.

        Returns:
        The smooth.
      • setSmooth

        public void setSmooth(double value)

        Gets or sets the smooth.

        Parameters:
        value - The smooth.