0

I am trying to find the coordinates of coloured squares on a black background, created by children using paint. the images are in png format and want the coordinates for each corner. request anyone with image recognition or image processing skills to guide me as to how do i do it?

  • 1
    Please consider adding some code, otherwise this question is to broad. Please read through [how to ask good questions](https://stackoverflow.com/help/how-to-ask) and [how to create a minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) carefully and specify your question. – AnsFourtyTwo Jan 28 '20 at 13:01
  • Okay, sorry for the inconvenience – user10409225 Feb 03 '20 at 12:30
  • I will do the needful and get back to you – user10409225 Feb 03 '20 at 12:41

1 Answers1

0

As mentioned in the comment by @Simon Fink the question is not complete. However, you can have a look at the following links for the solution.

How to find corners on a Image using OpenCv https://www.pyimagesearch.com/2016/02/08/opencv-shape-detection/

Raviteja Narra
  • 458
  • 3
  • 11