QUESTION 9 What is displayed as a result of the following code snippet? imageArray = imread ('bears.jpg') ; imageArray =
-
answerhappygod
- Site Admin
- Posts: 899604
- 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!