Opencv Blur doesn't take padding BORDER_WRAP?

asked 2016-01-18 04:17:55 -0600

Vavo gravatar image

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?

edit retag flag offensive close merge delete

Comments

Only a few functions take BORDER_WRAP. I'm not sure which ones they are. Not many though.

Tetragramm gravatar imageTetragramm ( 2016-01-18 18:29:17 -0600 )edit