Why is the variable 'me' given as an argument to the call that creates a slider?
there may be more than one window
How are the stomata positions found?
the centre of the bounding box of the contour
Which colour space is most effective at segmenting stomata?
RGB
What does a space character do in the graphical user interface of count-stomata.py?
it moves on to the next image
What are stomata?
microscopic pores on leaves through which transpiration takes place
If you are using count-stomata.py on a system without a right mouse button, such as a Macintosh, what does the program let you do instead?
hold down the shift or control key
Which Python package is used to handle the command line?
argparse
Which RGB slider has the most effect on the detection of stomata?
red
How is the slider position communicated to the segmentation code in count-stomata.py?
using a callback
What is the main purpose of this experiment?
to let you understand that OpenCV can be used to build graphical user interfaces