Git Product home page Git Product logo

advanced-computer-vision's People

Contributors

apollack11 avatar njkaiser avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

advanced-computer-vision's Issues

Flow node does not publish any data to the topics.

Hi,
I try to run project.launch file. Everything looks fine and in my opinion flow node is waiting for the image from "/usb_cam/image_raw/compressed" topic. But when I publish my images to that topic, flow node is still doing nothing. Can you tell me what I am doing wrong?

Homography Perspective Matrix

How would I go about calculating the homography perspective matrix? In flow.cpp, it is on line 153:

double H_data[9] = {0.0002347417933653588, -9.613823951336309e-20, -0.07500000298023225, -7.422126200315807e-19, -0.0002818370786240783, 0.5159999728202818, 1.683477982667922e-19, 5.30242624981192e-18, 1};

Using my own data, I am accumulating lots of drift (robots pose veers to the right), and when the robot takes a u-turn, it underestimates the change in heading. Please let me know, thanks!

Really awesome job on the source code. It is well documented and easy to understand!

Hey the node crashes at times

When the fram moves too fast or there are not enough features in the surrounding space , the node crashes .

Can i know where i should perhaps put a try catch-exception to get over this issue ?

Compile error: template argument deduction/substitution failed + optic flow node crashing

When I compile this package using catkin_make within my workspace I get the following compile error:

/usr/include/opencv2/core/operations.hpp:1850:51: note: template argument deduction/substitution failed:
/home/stagiair/catkin_ws_2/src/advanced-computer-vision-master/src/flow.cpp:559:58: note: cannot convert ‘((FlowCalculator*)this)->FlowCalculator::H’ (type ‘cv::Matx33d {aka cv::Matx<double, 3, 3>}’) to type ‘double’
motion_avg += Point3f((H * Mat(*it2) - H * Mat(*it1)) / N); // you can tell it's the average by the way that it is!

Is this a known problem? And if so, is there a solution available?

Thanks in advance!

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.