Contents

applyMorphology(operation:destination:)

Applies a morphology operation to a 32-bit planar pixel buffer.

Declaration

func applyMorphology(operation: vImage.MorphologyOperation<Pixel_F>, destination: vImage.PixelBuffer<Format>)

Parameters

  • operation:

    An enumeration that specifies the morphology operation.

  • destination:

    The destination pixel buffer.

See Also

Related Documentation

Morphology