It seems if my file path or file name has unicode characters, I can't use opencv's imwrite method (no explicit error comes, but folders are empty).
I'm using Windows 7 and Python 3.6.
If I use non-unicode specific characters, the imwrite method will work fine.
The unicode-characters in question are greek letters:
C:\Users\Moondra\Desktop\TEMP\LRF Spinning Ένα διασκεδαστικό ψάρεμαδιάφορα ψάρια \image_459.jpg
Is there some argument I can use to allow imwrite with unicode characters?
Thank you.