In this article I want to show you How we can use the OpenCV on GTK (GIMP toolkit) on fedora.Although GTK+ is a GNU project like the GMP, it is released under the terms of the more liberal LGPL(lesser general public license) that permits software (including closed source proprietary software) to be written using GTK+ without payment of fees, royalties, or other restirictions. The freedom offered by the GTK+ license is in contrast to its competitor QT(you must instead purchase a commercial Qt license in that case).
This program is compile using gcc compiler on fedora. At first you need to install the gtk and gnome on your machine.
In fedra that use RPM packages, you should have at least install the following RPM package.
$ su
$ yum install gtk2
$ yum install gtk2-devel
$ yum install gtk2-engines
$ yum install libgnome-
$ yum install libgnome-devel
$ yum install libgnomeui
$ yum install libgnomeui-devel
Now its time to install OpenCV package.
This program is compile using gcc compiler on fedora. At first you need to install the gtk and gnome on your machine.
In fedra that use RPM packages, you should have at least install the following RPM package.
$ su
$ yum install gtk2
$ yum install gtk2-devel
$ yum install gtk2-engines
$ yum install libgnome-
$ yum install libgnome-devel
$ yum install libgnomeui
$ yum install libgnomeui-devel
Now its time to install OpenCV package.