Question: Question 1 : Write Python code that read the provided 2 4 - bit bitmap file Image 1 . bmp and perform the following

Question 1:
Write Python code that read the provided 24-bit bitmap file "Image 1.bmp" and perform the following tasks:
A. Increase the image size by the following factors width scale =2, height scale =3. You need to perform the interpolation technique for the resize. Do NOT use any built in functions in OpenCV for this task. Save the resulted file in Image2.bmp, which should be also 24-bit bitmap.
B. Run SIFT detector using OpenCV SIFT features on both files Image 1.bmp and Image2.bmp as input. Verify your result
C. You need to submit the following:
a. Python code for the Upscale resize using interpolation
b. Python code for the SIFT detector
c. The resized image
d. The output of the SIFT detector
 Question 1: Write Python code that read the provided 24-bit bitmap

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!