VladKarpushin / out_of_focus_deblur

You will learn how to recover an out-of-focus image by Wiener filter
41 stars 13 forks source link

The result not same on iOS #1

Closed tanyuantj closed 4 years ago

tanyuantj commented 5 years ago

I ran the code on an iOS simulator and the result is quite different with what expected. Here is my result: result Not sure what the problem is.

VladKarpushin commented 5 years ago

Because original size image should be used. I can send a link to the image

VladKarpushin commented 5 years ago

https://user-images.githubusercontent.com/40189112/51956454-455f6300-247a-11e9-9ac6-a9c90333b1c6.JPG

TomLuna commented 5 years ago

That's the problem, Thanks @VladKarpushin! The output now is perfectly same with https://github.com/VladKarpushin/out_of_focus_deblur/blob/master/www/images/recovered.jpg I'll close this issue.

busuidemeng commented 4 years ago

That's the problem, Thanks @VladKarpushin! The output now is perfectly same with https://github.com/VladKarpushin/out_of_focus_deblur/blob/master/www/images/recovered.jpg I'll close this issue.

我用了原图 最好效果还是您之前的那个? 我需要做什么吗