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

Temporal background subtraction #6

Open
ErichZimmer opened this issue Dec 11, 2021 · 1 comment
Open

Temporal background subtraction #6

ErichZimmer opened this issue Dec 11, 2021 · 1 comment

Comments

@ErichZimmer
Copy link
Owner

There needs to be a temporal background subtraction method to help minimize the effect of light sheet/LED variations. However, the temporal filters panel will become less user friendly (extra steps).

@ErichZimmer
Copy link
Owner Author

Using Numpy ndarrays, a simple solution was found. For loading one or two background images, two 2D arrays are used. When loading more than two images, two 1D arrays of filenames are used.

For new algorithms, a temporal high pass filter can be created by a Butterworth filter, however, it uses a lot of memory. To combat this, the images are broken down into user selectable chunks and processed individually. Images are saved as TIFF.

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