Chapter 3. Applying Image Effects
For this chapter, our goal is to add several image filters to Second Sight
. These filters rely on various OpenCV functions for manipulating matrices through splitting, merging, arithmetic operations, or applying lookup tables for complex functions. Certain filters also rely on a mathematics library called Apache Commons Math
.
Note
The completed Eclipse project for this chapter can be downloaded from my website at http://nummist.com/opencv/5206_03.zip.