reconstructing image that has been decompposed using svd
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
i have decomposed my image using svd... and modified the singular values..now i have three vectors..U S and V..can u pls help me to reconstruct my image.is there any keywords that would perform the inverse work of svd??
0 Commenti
Risposta accettata
  Matt Tearle
    
 il 4 Mar 2011
        What do you mean by "the inverse of SVD"? The SVD is a decomposition: A = U*S*V' so reconstructing A just requires performing the multiplication.
Vedere anche
Categorie
				Scopri di più su Eigenvalues in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!