MasteringOpenCV / code

Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012.
Other
2.71k stars 1.64k forks source link

'cstddef' file not found #93

Closed NiteshGarg2107 closed 6 years ago

NiteshGarg2107 commented 6 years ago

In Chapter 2 I got this error ('cstddef' file not found) when I tried to import this code in my code with Swift and xcode9 so please let meknow how can I resolve this issue. Thanks

BloodAxe commented 6 years ago

This code is written for Objective-C language. We do not support Swift. However, you can wrap this code in ObjC to Swig binding. There are plenty of information how to do it over the Internet.