NoiseReducerSpatialFilterSettings constructor

NoiseReducerSpatialFilterSettings({
  1. int? postFilterSharpenStrength,
  2. int? speed,
  3. int? strength,
})

Implementation

NoiseReducerSpatialFilterSettings({
  this.postFilterSharpenStrength,
  this.speed,
  this.strength,
});