applyMorphology(operation:destination:)
Applies a morphology operation to an 8-bit-per-channel, 4-channel interleaved pixel buffer.
Declaration
func applyMorphology(operation: vImage.MorphologyOperation<Pixel_8>, destination: vImage.PixelBuffer<Format>)Parameters
- operation:
An enumeration that specifies the morphology operation.
- destination:
The destination pixel buffer.