Write a routine to flatten the two-dimensional array you have obtained and perform an SVD. [closed]

asked 2015-07-11 12:54:34 -0600

I am given a picture that i need to perform the following commands. any suggestions?

Use OpenCV to read the image file "image.jpg" into an appropriate two-dimensional array

Write a routine to flatten the two-dimensional array you have obtained and perform an SVD

Reconstruct and display the image using

image description

for values N = 5, 20, 70, 100. Be sure to label each figure with the singular values represented in the image.

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by Guanta
close date 2015-07-11 15:25:22.009083

Comments

that sounds like homework, read the tutorials of the opencv-documentation and come back if you have a real question

Guanta gravatar imageGuanta ( 2015-07-11 15:24:59 -0600 )edit