Skip to content
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

OpenCV drawing primitives with GTK ?? #74

Open
Cyper77 opened this issue Apr 1, 2019 · 1 comment
Open

OpenCV drawing primitives with GTK ?? #74

Cyper77 opened this issue Apr 1, 2019 · 1 comment
Labels

Comments

@Cyper77
Copy link

Cyper77 commented Apr 1, 2019

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.

@Dovyski
Copy link
Owner

Dovyski commented Apr 2, 2019

Hi! There is not stupid question ;)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants