CyrexEnterprise / ImageDetectionCordovaPlugin

Image detection cordova plugin
MIT License
102 stars 43 forks source link

Issues compiling for IOS in Xcode issues with redeclared MACRO - NO #6

Closed bamboolix closed 7 years ago

bamboolix commented 7 years ago

Hello,

It seems a conflict is happening in exposure_compensate.hpp : enum { NO, GAIN, GAIN_BLOCKS }; and the objc.h NO macro defined line 90.

Is there a way to overcome this conflict ?

Regards.

bamboolix commented 7 years ago

O.K my fault :-) I was using another version of OpenCV library. 3.2. Used the your version and it works.

thanks