- Notifications
You must be signed in to change notification settings - Fork0
Implementation of the MS-SSIM image comparison metric in R
License
gzt/rmsssim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The goal ofrmsssim
is to provide an R interface for the MS-SSIM imagecomparison metric. This was not written by me,gzt
, this was importedfromspatialcompare, whichhas a number of other functions I am not interested in and somedependencies that no longer work for me. This package depends onraster.
You can install this from github with:
#install.packages('devtools')devtools::install_github('gzt/rmsssim')
Installing this may still be a bit frustrating, asrgdal
isnon-trivial to get working. On Fedora, make sure to rundnf install proj proj-epsg proj-devel gdal gdal-devel
first. On other systems,change the commands accordingly. ThisStackOverflowanswerhas some guidance.
Please note that the ‘rmsssim’ project is released with aContributorCode of Conduct. By contributing to thisproject, you agree to abide by its terms.