How are the colours of an image normally represented in OpenCV?
blue, green, red
In OpenCV, if Y indexes lines, X columns and C channels, the right nesting >of loops is
C inside X inside Y
What is plotted along the abscissa (x-axis) of a histogram?
grey level
Why does EVE use float values for pixels?
it reduces the number of places that the effects of rounding have to be considered
The correlation coefficient between two images tells us
how similar they are, ignoring gain or offset changes
Why are digital images usually rectangularly-sampled?
because they are easier to process with a computer
How does histogram equalization work?
histogram bins with low occupancy are spread out
Why is imagery with 8 bits per pixel commonly used in vision software?
the human eye sees less than 8 bits worh of grey levels
Which of the following popular image processing packages provides a menu-based interface?
ImageJ
Why is the order of subscripts into an image important?
it affects the run-time of an algorithm