Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. Image processing using Qt
Forum Updated to NodeBB v4.3 + New Features

Image processing using Qt

Scheduled Pinned Locked Moved Unsolved Brainstorm
4 Posts 2 Posters 1.4k Views 2 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by Anonymous_Banned275
    #1

    Looking for a idea or can this be done in Qt.
    Retrieve / display images (photo) in sort of "thumb nail" preview.
    Select an image and let the software retrieve similar images from other folders.
    As a example :
    "preview" folder contains image with a license plate
    select such image, optionally zoom on the license plate -screen shot style
    retrieve images from another folder containing license plate.

    Can this be done in Qt?

    I am not asking for code or implementation , just want to know if Qt could be
    used.

    Looks like QVison is NOT the way to go . Need something more recent .

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

      openCV is the standard in open source image computer vision processing. Qt can be a gui wrapper around the process but the heavy lifting is more effectively done by a separate tool like openCV.

      A 1 Reply Last reply
      3
      • Kent-DorfmanK Kent-Dorfman

        openCV is the standard in open source image computer vision processing. Qt can be a gui wrapper around the process but the heavy lifting is more effectively done by a separate tool like openCV.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @Kent-Dorfman I have found an Qt example of "photo processing" It uses QML and to be honest there is not much to see how QML makes life easier.
        I guess I'll stick with MDI example which uses "normal " windows scheme.
        And yes, I have done some basic work with OpenCV and planning to use it.
        In those days it was common to ask for "how to identify license plate" and OpenCV was pretty good at that - in very few lines of code.

        Kent-DorfmanK 1 Reply Last reply
        0
        • A Anonymous_Banned275

          @Kent-Dorfman I have found an Qt example of "photo processing" It uses QML and to be honest there is not much to see how QML makes life easier.
          I guess I'll stick with MDI example which uses "normal " windows scheme.
          And yes, I have done some basic work with OpenCV and planning to use it.
          In those days it was common to ask for "how to identify license plate" and OpenCV was pretty good at that - in very few lines of code.

          Kent-DorfmanK Offline
          Kent-DorfmanK Offline
          Kent-Dorfman
          wrote on last edited by
          #4

          @AnneRanch said in Image processing using Qt:

          It uses QML and to be honest there is not much to see how QML makes life easier.

          Pure opinion, but I'm purely a c++ hacker and QML always seemed like hype to me anyways.

          My early openCV was analysing thermal video point clouds of bats emerging from roosts after dark...and demonstrating the technical challenges of accurately counting the bats as they pass thru the frame when the customer wanted to do it on the cheap with low framerate cameras and wouldn't impose scene rules for how the emergence point should be framed. Tracking overlaying blob movement in successive frames is easy. Point clouds are way too random, especial when the point velocities can approach 70mph.

          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