|
|
|
|
|
|
(512, 512)
|
|
|
|
SVD can be used to compress image (“Introduction to Linear Algebra”, G. Strang, 4ed, p.365).
Before the image is 512×512 pixels.
After the image can be stored as Rank×512×512 pixels
When Rank is something like 50 there is essentially no big difference from original image.
|
|