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

Looking denoising data before counting #233

Open
cjh1 opened this issue Mar 7, 2022 · 4 comments
Open

Looking denoising data before counting #233

cjh1 opened this issue Mar 7, 2022 · 4 comments

Comments

@cjh1
Copy link
Member

cjh1 commented Mar 7, 2022

No description provided.

@ercius
Copy link
Collaborator

ercius commented Mar 8, 2022

We will need to apply a filter (or general function) to the image before counting. This also could allow for adaptive dark fields and gains to be applied.

@cjh1
Copy link
Member Author

cjh1 commented Mar 8, 2022

I think we spoke about this a little in the past. The issue we have with allow for a generic function/filter is the cost between jumping from C++ to Python. We can definitely try this approach and see how it performs, but my guess is it might come with a bit of overhead. Are there specific filters that you had in mine?

@ercius
Copy link
Collaborator

ercius commented Mar 10, 2022

I forgot about that. Lets stick with C++ for speed. I have an example filter which we can try out.

There are also ideas about an adaptive dark field, but I need to develop the algorithm and see if its worth implementing. But we would need to allow the function to read and modify the data for pre-counting filters.

@ercius
Copy link
Collaborator

ercius commented Oct 11, 2022 via email

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