Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

equivalent function for "imfilter" and "filter2" in torch? #233

Open
rgp90 opened this issue Dec 7, 2018 · 0 comments
Open

equivalent function for "imfilter" and "filter2" in torch? #233

rgp90 opened this issue Dec 7, 2018 · 0 comments

Comments

@rgp90
Copy link

rgp90 commented Dec 7, 2018

Hi,
I am trying to write these matlab code in torch, but I do not know what is the true function to do this?

> mu1 = filter2(win, img1, 'valid');
> filtered_im1 = imfilter(im1, downsample_filter, 'symmetric', 'same');
> 

I would really appreciate it if anyone can tell how to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant