---
title: MPSImageReduceColumnMin
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpsimagereducecolumnmin
---

# MPSImageReduceColumnMin

A filter that returns the minimum value for each column in an image.

## Declaration

```swift
class MPSImageReduceColumnMin
```

## Topics

### Initializers

- [init(device:)](metalperformanceshaders/mpsimagereducecolumnmin/init(device:).md)

## Relationships

### Inherits From

- [MPSImageReduceUnary](metalperformanceshaders/mpsimagereduceunary.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Image Reduction Filters

- [MPSImageReduceRowMax](metalperformanceshaders/mpsimagereducerowmax.md)
- [MPSImageReduceRowMin](metalperformanceshaders/mpsimagereducerowmin.md)
- [MPSImageReduceRowSum](metalperformanceshaders/mpsimagereducerowsum.md)
- [MPSImageReduceRowMean](metalperformanceshaders/mpsimagereducerowmean.md)
- [MPSImageReduceColumnMax](metalperformanceshaders/mpsimagereducecolumnmax.md)
- [MPSImageReduceColumnSum](metalperformanceshaders/mpsimagereducecolumnsum.md)
- [MPSImageReduceColumnMean](metalperformanceshaders/mpsimagereducecolumnmean.md)
- [MPSImageReduceUnary](metalperformanceshaders/mpsimagereduceunary.md)
