Giter Club home page Giter Club logo

Comments (1)

geoff-va avatar geoff-va commented on July 18, 2024

Correct ... unfortunately. This has always bothered me as well.

As far as I know, the GUI tools that opencv provides are just thin wrappers over QT components, so we kind of only get access to what they provide.

These are the two main pages I have been using as reference:

I haven't seen any methods for updating the text of a trackbar itself, or being able to control the adjustment size of the bar itself. I'm thinking we may have to build a new QT app from scratch if you want that kind of detailed control.

If you do find any references to that could implement this, I'd be happy to look into it.

Ideally, I would prefer that the trackbar to display the final calculated value of each Param as opposed to the trackbar position itself.

This is also an issue if you want to do something like provide values 1-10, but have 100 increments. In the current solution we have to use a _max=100 and adjust=scale(0.1) to get that kind of resolution, but the trackbar will still show 0-100.

from trackpipe.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.