Skip to content

TFLQW/object_detection_2d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object_detection_2d

This source code to take object detection from 2D and point out the position in 3D coordinate of object from RealSense D435 camera under ROS platform.
By dint of HSV algorithm to filter single color from camera stream for detect object.
If you have any futher advice or suggestion, kindly send me an email: vanhuong.robotics@gmail.com
I'm willing to disscuss and develop from this.
Process to use this code:
$ catkin_make
$ roslaunch realsense2_camera rs_rgbd.launch
$ rosrun opencv_object_tracking object_filter


Add the multi object tracking function (example two object (blue and black))
$ catkin_make
$ roslaunch realsense2_camera rs_rgbd.launch
$ roslaunch opencv_object_tracking object_tracking.launch

The service /transfer_acutal_position is to transfer the object position in the robot coordinate system

About

This source code to take object detection from 2D and point out the position in 3D coordinate of object.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 68.4%
  • CMake 18.8%
  • Python 12.8%