<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CINoiseReduction",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CINoiseReduction"
  },
  "title" : "CINoiseReduction"
}
-->

# CINoiseReduction

The properties you use to configure a noise reduction filter.

```
protocol CINoiseReduction : CIFilterProtocol
```

## Topics

### Instance Properties

[`inputImage`](/documentation/CoreImage/CINoiseReduction/inputImage)

The image to use as an input image.

[`noiseLevel`](/documentation/CoreImage/CINoiseReduction/noiseLevel)

The amount of noise reduction.

[`sharpness`](/documentation/CoreImage/CINoiseReduction/sharpness)

The sharpness of the final image.

## See Also

[`noiseReduction()`](/documentation/CoreImage/CIFilter-swift.class/noiseReduction())

Reduces noise by sharpening the edges of objects.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)