KentridgeRobotics / 2017Robot-Controls

2017 Robot Control Systems Software
2 stars 1 forks source link

Image recognition: find a particular shape and color in an image #3

Closed cpdupuis closed 7 years ago

cpdupuis commented 7 years ago

Given an image as input, in whatever form OpenCV wants, find the location of a particular shape and color.

The shapes we'll need to recognize are:

The output of the method should be the coodinates in the image of the center of the shape.

cpdupuis commented 7 years ago

This was completed by the Grip pipeline.