0

I am trying to find a way to detect rectangles and squares in an image:

enter image description here

The problem is I can't find really any way to do it. I have researched a CIDetector that can do this but it seems like that is more for "real world examples" and not for an image like the one I uploaded.

Mo Abdul-Hameed
  • 5,516
  • 2
  • 21
  • 32
Pickle2113
  • 41
  • 6
  • What's your issue with CoreImage? That's the right route to go. – dfd Mar 03 '17 at 23:25
  • I was looking at this question: http://stackoverflow.com/questions/34244752/cidetector-either-not-detecting-or-detecting-in-odd-places – Pickle2113 Mar 04 '17 at 01:48
  • Will CoreImage be able to detect the rectangle in an image like the one I have in the question? If so, then CoreImage is the obvious way to go in my mind. – Pickle2113 Mar 04 '17 at 01:51

0 Answers0