Skip to content

nanxstats/imgsvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgSVD

ImgSVD is a Shiny application for image compression via singular value decomposition (SVD). This application is inspired by Yihui Xie's comment in Yixuan Qiu's article on image compression via singular value decomposition with the R package rARPACK.

Play with it

To run this Shiny app locally, install the following R packages first:

install.packages(c("shiny", "markdown", "rARPACK", "jpeg", "png"))

then use:

shiny::runGitHub("nanxstats/imgsvd")

Currently, ImgSVD supports input images in JPEG or PNG format.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages