Git Product home page Git Product logo

image_pose_estimation's Introduction

ros image pose estimation

The Ros package to track and get position in world of the selected object. Written on Python Opencv with SIFT + Homography + PnP + blue detector.

IMAGE ALT TEXT

Run:

roslaunch image_pose_estimation image_pose_estimation.lanch 

key "i" - select image
key "s" - save image
key "q" - exit

Subscribed Topics:

image_raw (sensor_msgs/Image): Raw image stream from the camera driver.
camera_info (sensor_msgs/CameraInfo): Camera metadata.

Publisher Topics:

tf2 (geometry_msgs/TransformStamped): Tf2 pose of find object

Parameters:

~rate (float, default: 10)
  Frame rate of node. If rate <= 0, work without delay
~blur_threshold (int, default: 300)
  Filter of blur detector. The higher the value, the more sensitive the filter.
~min_match_count (int, default: 10)
  Value of SIFT detector. The lower the value, the more sensitive the filter.
~camera_name (string, default: "camera")
  Name of camera.
~frame_id (string, default: "object")
  Name of find object.
~size_image (float, default: 0.1)
  The width of the image in meters.
~show_image (bool, default: true)
  Uses a known image.
~use_image (bool, default: false)
  Show image in window.
~image_path (string, default: "camera")
  The path to known image.

image_pose_estimation's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

image_pose_estimation's Issues

What is the version of opencv-contrib-python?

Dear Sir:
I am going to roslaunch this package,however the opencv-contrib-python reported this error:
"OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvNamedWindow, file /io/opencv/modules/highgui/src/window.cpp, line 565
Traceback (most recent call last):"
What should I do?
My environment: Ubuntu 18.04
Ros version==Melodic
python 2.7
opencv-contrib-python version==3.2.0.7

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.