-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix-affine-interpolation #310
Conversation
Require to solve the issue: clEsperanto/clij-opencl-kernels#40 |
I roled back interpolation kernel to its correct code, using float type read coordinate. Interpolation still fail though: the kernel is reading 0 values everywhere ... |
Signed-off-by: Stephane Rigaud <Stephane.rigaud@pasteur.fr>
This should fix the interpolate option on the transform, as well as an other issue related to IMAGE which was making OpenCL to always read Interpolation results (here scale up of factor 2) was compared with FIJI billinear. |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #310 +/- ##
==========================================
+ Coverage 47.34% 47.93% +0.58%
==========================================
Files 235 235
Lines 3128 3146 +18
Branches 1550 1571 +21
==========================================
+ Hits 1481 1508 +27
+ Misses 419 368 -51
- Partials 1228 1270 +42 ☔ View full report in Codecov by Sentry. |
closes clEsperanto/pyclesperanto#204