Quiz Yourself on Advanced Editing
Quiz yourself on what you've learned in this chapter.
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
Question 1 of 40 attempted
Get hands-on with 1400+ tech skills courses.