Chapter 4. Recognizing and Tracking Images
Our goal in this chapter is to add image tracking to Second Sight
. We will train the app to recognize certain arbitrary, rectangular images—for example, paintings—and to determine their pose in a 2D projection. The app will draw an outline around a tracked image when it appears in the camera feed. All of the tracking and drawing is done using OpenCV rather than other Android libraries.
Note
The complete Eclipse project for this chapter can be downloaded from my website at http://nummist.com/opencv/5206_04.zip.