You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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.
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?
The text was updated successfully, but these errors were encountered: