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
Hello, It's more a question than an issue: I would like to understand how actually sep.Background handle background estimation on masked pixel, especially if I set the fw, fh (Filter width and height in number of boxes for the smoothing, I guess) to 0, in order to properly capture a small-scale varying background.
In this case I end up with background estimated in all my 2D array except for the masked pixels, How is it then computed there? Is it just some sort of interpolation of first neighbors pixel values when fw and fh are set to 0, is something similar?
Thank you very much in advance
The text was updated successfully, but these errors were encountered:
Hello, It's more a question than an issue: I would like to understand how actually sep.Background handle background estimation on masked pixel, especially if I set the fw, fh (Filter width and height in number of boxes for the smoothing, I guess) to 0, in order to properly capture a small-scale varying background.
In this case I end up with background estimated in all my 2D array except for the masked pixels, How is it then computed there? Is it just some sort of interpolation of first neighbors pixel values when fw and fh are set to 0, is something similar?
Thank you very much in advance
The text was updated successfully, but these errors were encountered: