Is this practical because 1-pixel filters can be applied in parallel (basically pointwise multiplication over a matrix)
Staffkatamarisun
Convolution is slightly different from point wise multiplication (especially for filters), but they can generally be unrolled into either matrix multiplication, or the filter is generally small enough such that the operation is essentially a constant time operation.
Is this practical because 1-pixel filters can be applied in parallel (basically pointwise multiplication over a matrix)
Convolution is slightly different from point wise multiplication (especially for filters), but they can generally be unrolled into either matrix multiplication, or the filter is generally small enough such that the operation is essentially a constant time operation.