Skip to content

nanxstats/imgsvd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
www
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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