convolve(_:rowCount:columnCount:withKernel:kernelRowCount:kernelColumnCount:)
Returns the 2D convolution of a single-precision vector with an arbitrarily sized kernel.
Declaration
static func convolve<T, U>(_ vector: T, rowCount: Int, columnCount: Int, withKernel kernel: U, kernelRowCount: Int, kernelColumnCount: Int) -> [Float] where T : AccelerateBuffer, U : AccelerateBuffer, T.Element == Float, U.Element == Float