-
Notifications
You must be signed in to change notification settings - Fork 57
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
Gradient on right boarder of output image #3
Comments
@masc4ii Have you resolved this problem? I got the same. :( |
I solved the problem by using this library instead: https://github.com/Fig1024/OP_RBF |
The issue is a pointer not correctly being decremented. Look for this line, And change it into, That should fix the border issue. |
(Perhaps there is another issue where the filter is now off by one pixel.. ?) |
Sorry the above change introduces another issue.. This,
Should be replaced with this,
|
First: this project is really great and I love how fast you get nice results out of it! Well done!
Unfortunately I have an little issue with it, and when watching your example picture I think it happens for you too: look the right boarder of the image. The ~10 rows on the very right have a kind of horizontal gradient effect - in your example picture going to white. You see what I mean? Is this to be expected, or is this a bug? The other 3 boarders look good so far.
Edit: the bigger "sigma_spatial", the better visible this effect.
The text was updated successfully, but these errors were encountered: