opencv - Issue building xcode Project for real Device -
opencv - Issue building xcode Project for real Device -
i have 1 problem , itbothering me while. im usning opencv framework template project have founded on internet: http://www.eosgarden.com/en/opensource/opencv-ios/download/
i need opencv function comparing 2 images, need convert uiimage iplmage in order utilize in function. however, builds fine on simulator, but, when connect ipad 2 device (i need because i`m using photographic camera in application) compiler throws me error:
undefined symbols architecture armv7: "_cvcreateimage", referenced from: +[someviewcontroller createiplimagefromuiimage:] in someviewcontroller.o ld: symbol(s) not found architecture armv7
i seek installing xcode 4.2, have downgraded xcode 4.1, no success. help appreciated.
the opencv build you're using pretty old , intended work ios3+4. guess going newer version supports ios5 thought :)
take @ this version. grab copy, setup ipad-support , you're go (tested it).
xcode opencv
Comments
Post a Comment