You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can produce greek letters within console output however I can't do the same within cvui window. Any fix to this? cvui::printf("Greek Alpha: %c\n", 224); cvui::printf("Greek Beta: %c\n", 225);
Output to cvui window: Greek Alpha: ?? Greek Beta: ??
The text was updated successfully, but these errors were encountered:
Unfortunately that a limitation in cvui itself. I am not aware of how I can render unicode chars using opencv primitives. Maybe there is a way, but I could not find it. My best idea to solve this problem is render the charts from a Mat, but I think that's something for the future.
I can produce greek letters within console output however I can't do the same within cvui window. Any fix to this?
cvui::printf("Greek Alpha: %c\n", 224);
cvui::printf("Greek Beta: %c\n", 225);
Output to cvui window:
Greek Alpha: ??
Greek Beta: ??
The text was updated successfully, but these errors were encountered: