Skip to content

mesanubi/tutorial_yarp-opencv

 
 

Repository files navigation

Robot vision with OpenCV tutorial part two

GitPitch

This second tutorial will guide you through integrating YARP with OpenCV while getting live image streams.

The task at hand is to correctly detect a red ball from images from a dataset streamed through a port.

The dataset is currently available on the provided virtual machine. Otherwise it can be downloaded following these simple steps:

cd $ROBOT_CODE
$ mkdir datasets && cd datasets
$ wget http://www.icub.org/download/software/datasetplayer-demo/testData_20120803_095402.zip
$ unzip testData_20120803_095402.zip

Tutorial

We aim to walk you through the steps contained in this code that will let allow to complete the task at hand.

About

Tutorial to use YARP and OPENCV to track a red ball from a stream of images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.9%
  • CMake 11.9%
  • Shell 11.0%
  • Thrift 10.2%