Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT Console vs QT Widgets for an Image Analysis Application
Forum Updated to NodeBB v4.3 + New Features

QT Console vs QT Widgets for an Image Analysis Application

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 876 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    deleted55
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Stevendragoes
      wrote on last edited by
      #2

      Sorry for the username deleted55 as the account is deleted because it is commercial. This is my new account.

      1 Reply Last reply
      0
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        1
        • S Offline
          S Offline
          Stevendragoes
          wrote on last edited by
          #4

          @Kent-Dorfman
          Hello. I will use OPENCV framework with QT. QT is mainly for GUI. Hence, a widget application will suffice?

          jsulmJ 1 Reply Last reply
          0
          • S Stevendragoes

            @Kent-Dorfman
            Hello. I will use OPENCV framework with QT. QT is mainly for GUI. Hence, a widget application will suffice?

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @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.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            S 1 Reply Last reply
            1
            • jsulmJ jsulm

              @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.

              S Offline
              S Offline
              Stevendragoes
              wrote on last edited by
              #6

              @jsulm Alright. Noted. on that. I will just follow tutorials online and see if I managed to create a QT application. Thanks.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved