0

what is the best library for shape recognition on IOS SDK ? is openCV working with IOS SDK ?

I want to recognize lines and squares and circles i don't need to recognize letters or numbers

kartal
  • 17,436
  • 34
  • 100
  • 145
  • just go through the below link http://stackoverflow.com/questions/5738792/tutorial-for-iphone-opencv-on-shape-recognising?noredirect=1&lq=1 – Zღk Nov 24 '16 at 10:32
  • Does this answer your question? [Tutorial for iPhone OpenCV on shape recognising](https://stackoverflow.com/questions/5738792/tutorial-for-iphone-opencv-on-shape-recognising) – TAbdiukov Feb 07 '21 at 16:38

1 Answers1

1

Yes, OpenCV works fine with the official iOS SDK; it works best with Xcode (it is quite complicated to install it properly with a non-official toolchain, though).