Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

imfilter(currGray , [-1 1] , 'same' , 'replicate') in Matlab equivalent in opencv

Hi,

I would like to know if there is a way to implement the function:

imfilter(currGray , [-1 1] , 'same' , 'replicate')

which is taken from Matlab.

To java on android.

Thanks

click to hide/show revision 2
retagged

updated 2013-09-16 13:09:19 -0600

berak gravatar image

imfilter(currGray , [-1 1] , 'same' , 'replicate') in Matlab equivalent in opencv

Hi,

I would like to know if there is a way to implement the function:

imfilter(currGray , [-1 1] , 'same' , 'replicate')

which is taken from Matlab.

To java on android.

Thanks

imfilter(currGray , [-1 1] , 'same' , 'replicate') Replicate with mask in Matlab equivalent in opencvOpencv

Hi,

I would like to know if there is a way to implement the function:do a replicate with Mask?

it should do it like this code in matlab:

imfilter(currGray , [-1 1] , 'same' , 'replicate')

which is taken from Matlab.

To java on android.

ThanksThanks for help.