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

# CIMorphologyMaximum

The properties you use to configure a morphology maximum filter.

```
protocol CIMorphologyMaximum : CIFilterProtocol
```

## Topics

### Instance Properties

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

The image to use as an input image.

[`radius`](/documentation/CoreImage/CIMorphologyMaximum/radius)

The radius of the circular morphological structuring element.

## See Also

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

Blurs a circular area by enlarging contrasting pixels.



---

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)