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

How to remove the noisy across-and-down stripe #11

Closed
nkwangyh opened this issue Feb 3, 2018 · 3 comments
Closed

How to remove the noisy across-and-down stripe #11

nkwangyh opened this issue Feb 3, 2018 · 3 comments

Comments

@nkwangyh
Copy link

nkwangyh commented Feb 3, 2018

I know that "LoadImage" can do this for both perspective and fisheye images. But after that the fisheye image is rectified. Since what I want is the raw fisheye image, how to get a raw fisheye image with the noisy stripes removed?

@nkwangyh nkwangyh changed the title How to remove the noisy aross-and-down stripe How to remove the noisy across-and-down stripe Feb 3, 2018
@nkwangyh
Copy link
Author

nkwangyh commented Feb 3, 2018

I just find a 2-by-2 gaussian kernel with sigma as 0.5 works well. Or a simple 2-by-2 average filter is also ok.

@podgib
Copy link
Contributor

podgib commented Feb 3, 2018

It sounds like the stripes you're describing are the bayer pattern in the images. The images are all encoded as a single channel with a Bayer mosaic. If you look in the coad for LoadImage, you'll see a demosaic step before the rectification - if you apply this same demosaic step, but without the rectification, you will get a colour fisheye image.

@nkwangyh
Copy link
Author

nkwangyh commented Feb 4, 2018

Thank you for your remind 👍 I didn't notice that. Thank you very much.

@nkwangyh nkwangyh closed this as completed Feb 4, 2018
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

2 participants