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
hi again Dovyski, i have a stupid question and sorry for that from the beginning.
i am using well cvui but i dont understand that :
on readme.md you wrote "only OpenCV drawing primitives"
but install.sh have :
libgtk2.0-dev
libavcodec-dev
libavformat-dev
libswscale-dev
so, are we really need gtk environment?
or we just skip this install.sh and add cvui.h to our app..
Also can you add for easy font change code in header?
we dont stick to that "cv::FONT_HERSHEY_SIMPLEX" :)
thanks.
The text was updated successfully, but these errors were encountered:
You are totally right. We don't need a gtk environment. The install.sh script I'm using has been adapted from a tutorial that probably used OpenCV with GTK. The same install.sh is only used for CI testing (Travis-CI). You don't need it, just add cvui.h to your app.
Also can you add for easy font change code in header?
we dont stick to that "cv::FONT_HERSHEY_SIMPLEX" :)
thanks.
Sure! 😄 I've added an issue to track this feature request.
hi again Dovyski, i have a stupid question and sorry for that from the beginning.
i am using well cvui but i dont understand that :
on readme.md you wrote "only OpenCV drawing primitives"
but install.sh have :
libgtk2.0-dev
libavcodec-dev
libavformat-dev
libswscale-dev
so, are we really need gtk environment?
or we just skip this install.sh and add cvui.h to our app..
Also can you add for easy font change code in header?
we dont stick to that "cv::FONT_HERSHEY_SIMPLEX" :)
thanks.
The text was updated successfully, but these errors were encountered: