-
Notifications
You must be signed in to change notification settings - Fork 33
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
Speed up LinearIntensityMap8BitFilter #198
base: newexport
Are you sure you want to change the base?
Conversation
Use FastLinearIntensityMap. For now only when the input is ByteProcessor. FastLinearIntensityMap should work the same for other types. If necessary just add if branches with wrappers for the other ImageProcessor variants...
I'll defer to @minnerbe to review the details of your changes. Minimally, it looks like the changes broke the AdjustBlockTest: Let me know if you need any help debugging/fixing the test. |
I'll look into it later today. My hunch is that it is because of a898ce7, |
Iirc, I asked Preibisch the same question at some point, but the decision was deferred and ultimately the issue got lost in other work. I never fixed it myself because of the failing test and the missing decision. If it was up to me, I would just improve it, though (since it is clearly wrong the way it is now, although the error is not large in our applications). |
Ok, tests are fixed now. The reason was not (at least not only) the a898ce7 inaccuracy:
|
No description provided.