applyMorphology(operation:destination:)
Applies a morphology operation to an 8-bit planar 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.