-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
[portability] Use existing cv::putText #11
Comments
ooops, looks like something was wrong with the code instertion ... apologies :-/ |
Apologies, I'll read how to send patch, because I'm more used to speak patch language than html things. |
Hello! Don't worry about formatting nor any Github idiosyncrasy, your contribution is the valuable part. I would like you to elaborate a bit more regarding I see the benefit of using
|
Le 31/10/2016 20:16, Fernando Bevilacqua a écrit :
Hello Fernando, Apologies for the loooong delay : several things made me away from (of course, I'll answer the other mails you sent me asap)
The problem is most of the time Microsoft, deciding something, without
OOOops, my bad :-) I was simply unaware such solution was existing. Of course it is more
Tested one minute ago => works as expected on Linux (not tested on Mac OS X) Regards,
|
I think all the issues reported here were fixed by 80f382f. If you face any problems, please open a new issue. |
Hello,
I recently discovered cvui, and I'm extremely interested. The idea is great, and I'm all for avoiding Qt to write a software.
For portability reasons, I think you should replace cvui::printf, with something from cv, even when writing the 2 + 3.2 = 5.2 example (in main-app.cpp), associated to two helpers, named intToString and floatToString (see below).
I'm not used to github, but I'll try to attach several patches. Waiting, you'll find a wild copy-paste. Apologies in advance.
For intToString and floatToString, I propose to add the declarations in cvui.h like follow:
(in cvui.h)
The text was updated successfully, but these errors were encountered: