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
1 | initial version |
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
2 | retagged |
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
3 | No.3 Revision |
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.