QT Console vs QT Widgets for an Image Analysis Application
-
wrote on 20 Dec 2019, 01:43 last edited by
Hi All,
I want to create an application where it takes in Video files from a File Dialog and From a Small Camera device with USB Interface. I also want to automatically draw on the Images frame by frame such as, detecting faces and boxing them with green squares.
However, I am not sure where to get started and which applications should I choose?
-
wrote on 20 Dec 2019, 02:46 last edited by
Sorry for the username deleted55 as the account is deleted because it is commercial. This is my new account.
-
wrote on 20 Dec 2019, 03:41 last edited by
Image analysis is better handled with opencv. You can integrate opencv with a QT interface, but that's secondary to the task as you've described it.
-
wrote on 20 Dec 2019, 03:50 last edited by
@Kent-Dorfman
Hello. I will use OPENCV framework with QT. QT is mainly for GUI. Hence, a widget application will suffice? -
@Kent-Dorfman
Hello. I will use OPENCV framework with QT. QT is mainly for GUI. Hence, a widget application will suffice?@Stevendragoes said in QT Console vs QT Widgets for an Image Analysis Application:
Hence, a widget application will suffice?
Yes, unless you target mobile devices as well where QML is better.
-
@Stevendragoes said in QT Console vs QT Widgets for an Image Analysis Application:
Hence, a widget application will suffice?
Yes, unless you target mobile devices as well where QML is better.
wrote on 20 Dec 2019, 06:09 last edited by@jsulm Alright. Noted. on that. I will just follow tutorials online and see if I managed to create a QT application. Thanks.
2/6