Contents

tentConvolved(kernelSize:edgeMode:)

Returns a tent-filter convolved 8-bit-per-channel, 4-channel interleaved pixel buffer.

Declaration

func tentConvolved(kernelSize: vImage.Size, edgeMode: vImage.EdgeMode<Pixel_8888>) -> vImage.PixelBuffer<Format>

Parameters

  • kernelSize:

    The convolution kernel size. The operation interprets even dimensions as the next odd number.

  • edgeMode:

    The convolution edge mode.

Return Value

A pixel buffer that contains a blurred version of the source pixel buffer.

See Also

Related Documentation

Tent convolution