Giter Site home page Giter Site logo

Comments (3)

fujimo-t avatar fujimo-t commented on July 21, 2024

I created small ROS packages for DIS Flow using OpenCV implementation and consider to create pull request to opencv_apps.

But FlowArray.msg is not suitable for dense flow as pointed in ros-perception/vision_opencv#67 (comment) .
Is it OK to add new msg for dense flow if I send pull request?

My current implementation is just wrapping sensor_msgs/Image like stereo_msgs/DisparityImage.
The reason of this is that Image has enough information to handle data array, and can be accessed easily by cv_bridge.

from opencv_apps.

k-okada avatar k-okada commented on July 21, 2024

Patches are always welcome, so feel free to create new PR.

  • I prefer not to add new messages, especially just for one node, because we have to create viewer, test code and so on just for that node
  • I like the comparison of algorithms, so if your new node outputs the same message as other existing nodes, then we're easy to compare the outputs
    • so if you can implement multiple dense optical flow algorithm, that's would be good
    • or enable to output new message for all existing optical flow algorithm

from opencv_apps.

fujimo-t avatar fujimo-t commented on July 21, 2024

I see.

Then I will create PR using existing message opencv_apps/Flow.msg.
It is not convinience for dense flow but also can be used.

Later I try to implement other dense algorithms or change to new message if I have time.

from opencv_apps.

Related Issues (20)

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.