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
↧