Replicate with mask in Opencv
Hi,
I would like to know if there is a way to do a replicate with Mask?
it should do it like this code in matlab:
imfilter(currGray , [-1 1] , 'same' , 'replicate')
Thanks for help.