Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Viewing all articles
Browse latest Browse all 19555

Does imshow work using OpenCV 3 on ios?

$
0
0
I am trying to produce the Simple Blob Detector in iOS using OpenCV. I get an error related to highgui not being installed. When I comment out the code, the offender is imshow. imshow("keypoints", im_with_keypoints); A presentation from ICVS 2013 states that highgui is not implemented in iOS so imshow will not work. Doe anyone know whether this works yet or if there is a good workaround? http://opencv.org/wp-content/uploads/2013/icvs/ICVS2013%20-%20Opencv%20for%20iOS.pdf

Viewing all articles
Browse latest Browse all 19555

Trending Articles