- detect the green object (tennis).
- calculate the object's 3D coordinate with reference to camera.
- publish the object's position information to specific topic.
- Python3
pip install -r requirements.txt
$ roscore
$ python detect.py
$ rostopic echo /camera_coordinate
- detect the green object.
- calculate the object's 3D coordinate & publish the object's position to specific topic.
- noise reduction.