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 is the order of subscripts into an image important?
it affects the run-time of an algorithm
What range of values can be stored in an unsigned byte?
0 -- 255
If using histograms to perform content-based image retrieval, which of the following is suitable for determining similarity?
the cross-correlation
Roughly how much memory does a broadcast-size colour image require in EVE?
5 Mbyte
How does histogram equalization work?
histogram bins with low occupancy are spread out
Which of the following is not a TV broadcast standard?
GRL
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
OpenCV was initially developed in
Russia