tentConvolve(kernelSize:edgeMode:destination:)
Convolves an 8-bit planar pixel buffer with a tent filter.
Declaration
func tentConvolve(kernelSize: vImage.Size, edgeMode: vImage.EdgeMode<Pixel_8>, destination: vImage.PixelBuffer<Format>)Parameters
- kernelSize:
The convolution kernel size. The operation interprets even dimensions as the next odd number.
- edgeMode:
The convolution edge mode.
- destination:
The destination pixel buffer.