What makes a convolution kernel separable? How would I be able to tell what those separable parts were in order to do two 1D convolutions instead of a 2D convolution>
Thanks
|
What makes a convolution kernel separable? How would I be able to tell what those separable parts were in order to do two 1D convolutions instead of a 2D convolution> Thanks |
||||
|
|
|
If the 2D filter kernel has a
See also: http://blogs.mathworks.com/steve/2006/11/28/separable-convolution-part-2/ - this covers using See also this question on DSP.stackexchange.com: Fast/efficient way to decompose separable integer 2D filter coefficients |
||||
|
|
you can also split the matrix into symmetric and skew parts and separate each part, which can be effective for larger 2d convolutions. |
|||
|
|