Opencv Blur doesn't take padding BORDER_WRAP?
I am writing a function that uses BLUR with variable padding, however the function crashes if I use BORDER_WRAP (works fine for other padding types). Is this by design or a code issue? Has anyone encountered this problem or should I check my code?
Only a few functions take BORDER_WRAP. I'm not sure which ones they are. Not many though.