OpenCV Tutorial - Part 5
Hello readers! The fifth part of the OpenCV Tutorial is here! In this post we will add options pane for our samples. In the end of this chapter our application will receive options interface as shown on screenshot. But first, let me remind you (if you came here for the first time) what is happening here. The “OpenCV Tutorial” is a open-source project maintained by me (Eugene Khvedchenya). My goal - create a iPhone/iPad application to demonstrate various image processing algorithms of OpenCV library and how to use them in iOS applications. Please check previous parts if you haven’t done this yet:
- Part 1 - Introduction
- Part 2 - Writing a base UI
- Part 3 - Video and image processing
- Part 4 - Correction of mistakes Also, there is great OpenCV Tutorial roadmap. I’m trying to follow it. As usually, all source code can be found on a GitHub: OpenCV Tutorial.