I am trying to develop a simply Android OpenCV program which can detect a black dot on white paper using a Samsung Galaxy S3 camera.
To do this I've just copied the face detection program from OpenCV samples and I want to add my own Haar cascades to search for dots instead of faces. I have been sitting here for something like two days, and I can't find anything useful - everything is made on Windows or Linux.
Can anyone tell me a tip how to make my own XML with Haar cascade on the Mac or is there any other (easier) way to implement that?