Question: Due date: 3 1 1 2 ? 2 0 2 3 Task 1 : Create an m - file that do the following: Create an
Due date:
Task : Create an mfile that do the following:
Create an image of size that contains your name in paint program and save it as
'watermark.png
Read 'watermark.png image in Matlab and display it
Convert 'watermark.png image into binary using function im bw
Read a 'cameraman.tif' image.
Save the binary image into the Least Significant bit LSB of cameraman image randomly
using the randi function as the following example:
randiM that return one value from to
Store the modified image in a new image.
Old version of matlab: ceilrand ;
Save the binary image into the Most Significant bit MSB of img randomly using the randi
function.
Display the original image with the two watermarked images.
Task :
Read the 'watermark.png image created in Task that has your name.
Create and AND masks image twpe: uint that have the same size of watermark.png
Use gintut to get the coordinate of any character from your name using the mouse
cursor.
Fill the masks with the appropriate values to display the chosen character in the previous
step
Apply AND and OR operations between the original image and the mask.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
