Getting absolutely different result from deblur c++ example [closed]
Hey guys. I am following this example tutorial: here is the tutorial. And with the same parameters, same image and definitely same code i am getting absolutely other result. Where can the problem be located? Even when i am trying to set the most optimal other parameters i am not getting the desired result.
can you cross-check the python sample ?
I am not quite familiar with python development, can u give me a short instruction how to run this script?
Figured it out by myself. Works like a charm! Even with my own photos. I also rewrote the code to C# and used OpenCVSharp. The problem is the same as in C++.
and, if you could make it work, what's the solution now ?
Sorry? I desperately need the c++ or c# code to work, not the python :(
ah sorry, misunderstood it , then. (and yea, the python code is entirely different, from scratch)
Do u have any clues what may cause the problem?
no clue so far, but i can reproduce the problem:
tried to toggle opencl usage / hw optimizations -- to no avail.
if we can't find the problem, we'll probably have to raise an issue on github, and ping the author
yep, that's exactly what i get. Looking forward to your research, will be very thankful for the solution!
btw, opencv version ? master(4.2.0-dev) here