Quiz Yourself on Advanced Editing
Quiz yourself on what you've learned in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Given the code below, which window has an image of a red color channel?
split(img,splitImg);
imshow("A", splitImg[0]);
imshow("B", splitImg[1]);
imshow("C", splitImg[2]);
A.
A
B.
B
C.
C
1 / 4
...