Xcode 7 and openCV (no Swift): Core.hpp header must be compiled as C++

后端 未结 4 1690
Happy的楠姐
Happy的楠姐 2021-02-07 09:42

I have followed the instructions on how to install OpenCV on an iOS project. However when using Xcode 7 I had to add manually a prefix header. Doing this unfortunately did not h

4条回答
  •  醉话见心
    2021-02-07 10:17

    Try placing #import < opencv2/opencv.hpp > before #import "ViewController.h".Source

提交回复
热议问题