Question: Picture file names : ImageMessage.jpg imageMessage.csv Write a program that takes an m x nx 3 color image uint8 matrix, and an m x n
Picture file names : ImageMessage.jpg imageMessage.csv
Write a program that takes an m x nx 3 color image uint8 matrix, and an m x n matrix of doubles as inputs. It should return an mx nx 3 color image. Your program should: Convert your matrix of doubles to a matrix of uint8s. Combine the information from the matrix with the information from EACH COLOR of the image matrix. You should do this by dividing both matrices by 2, and then adding them together in an appropriate way Return the combined matrices as your outputs. Write a program that takes two inputs, a string with the file location of an image, and a string with the file location of a .csv file. You should read the information from each file, then use that information as the inputs to your function from Problem 1. Then, you should display the result from Problem 1 as an image. For the image and csv files posted on Canvas (both are called "imageMessage"), your result should look EXACTLY like this: Check out my new Android Phone
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
