Graphical User Interface with OpenCV and tkinter
摘要
In this chapter, we will discuss the design of a basic graphical user interface (GUI) using a number of graphical components for an industrial vision system. There are multiple libraries available in Python for designing a GUI, and we will use the tkinter library in this chapter. We will start with the discussion of individual GUI components provided by tkinter along with a simple demonstration for each one of them and finally build a complete user interface for a simple vision system.