Build opencv with opencv_contrib for iOS -


i want use xfeatures2d in opencv_contrib, can't build opencv2.framework opencv_contrib ios.

i have tried build terminal by

cmake -dopencv_extra_modules_path=<opencv_contrib>/modules <opencv_source_directory> 

it give bash /module:permission deny.

or if try build cmake-gui when pressed config said

error in configuration process, project files may invalid 

are there solution this? or there better way me use xfeatures2d ios?


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -