QUESTION 9 What is displayed as a result of the following code snippet? imageArray = imread ('bears.jpg') ; imageArray =
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 9 What is displayed as a result of the following code snippet? imageArray = imread ('bears.jpg') ; imageArray =
QUESTION 9 What is displayed as a result of the following code snippet? imageArray = imread ('bears.jpg') ; imageArray = imageArray + 300; imshow (imageArray); a completely black image (every single pixel shows black) a brighter version of the original bears.jpg image a completely white image (every single pixel shows white) O nothing is displayed because there is an error in the code