Class FsxSettings


public class FsxSettings extends ColorDistributionSettings
Specifies parameters for the FSX (DDE 2.0). Perform digital detail enhancement which enhance details and/or suppress fixed pattern noise.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    char
    The weight factor applied to image details.
    float
    Maximum allowed difference in the bilateral filtering.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Construct an instance with default settings.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sigmaR

      public float sigmaR
      Maximum allowed difference in the bilateral filtering.
    • alpha

      public char alpha
      The weight factor applied to image details.
  • Constructor Details

    • FsxSettings

      public FsxSettings()
      Construct an instance with default settings.
  • Method Details