Well, the title gives the question away. I am trying to track the hand through the camera on iOS. I have been googling and testing around. And I have found that I could use OpenCV for this.
I have OpenCV working (as in, I can capture video from the camera, and display it on my iPhone as wel as blurring / grayscaling the image in the
- (void)processImage:(Mat&)image delegate method (which is C++, not my strongest point). However, I have no clue how to continue now. I am only trying to track the position of my hands. I don't have to have an exact outline, gestures, or finger recognition.
But I have no idea how to go about this. Any help is appreciated.