Giter Club home page Giter Club logo

wxopencvcameras's People

Contributors

pbfordev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wxopencvcameras's Issues

wxThread using method

I'm asking this question here because it will be more relevant and as far as I see, you are quite experienced with wxWidgets and OpenCV bridge building because you know wxWidgets well.

I know this is a demonstration, not a real project, but I need to ask some questions to make things a little clearer.

What's the point of leaving the set bitmap task to the main thread? This slows things down even more, and while you can already play with the pixels in wxThread, I believe the method you chose makes it more difficult.
Rather than sending that much info to the Thread, you can send the thumbnails/panels (in this case the Bitmap Panel). Let the wxThread do the job, not main thread.
Also why to choose this method while you can perform pixel operations such as resizing on each attached thumbnail.
For example, you can take the size of thumbnail panels and resize the cv::Mat for each thumbnail.
But the method you use will prevent the user from having different sized instances of the imported frames. That's just one of the reason to get rid of that method.

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.