-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
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. |
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? |
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. |
Ah yes. Now I remember. That will complicate things. Ill work on the filter
that I have seen published which would be easy to translate into C++ if it
works. If you have other ideas for denoising that would work too. So, maybe
a way to call a C++ function would be the best way forward.
…On Tue, Mar 8, 2022 at 9:12 AM Chris Harris ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub
<#233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADXORFHOPYZELN46UJSS3MTU66C7NANCNFSM5QENOMRQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
No description provided.
The text was updated successfully, but these errors were encountered: