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
Post a Comment