{"id":20982848,"url":"https://github.com/gzt/rmsssim","last_synced_at":"2026-05-18T13:03:28.576Z","repository":{"id":149270677,"uuid":"161738139","full_name":"gzt/rmsssim","owner":"gzt","description":"Implementation of the MS-SSIM image comparison metric in R","archived":false,"fork":false,"pushed_at":"2019-03-24T02:20:53.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T06:47:18.900Z","etag":null,"topics":["image-processing","ms-ssim","r"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gzt.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-14T05:54:26.000Z","updated_at":"2019-03-24T02:20:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"98a2a685-ade0-4bce-aba3-e43ae4bbca31","html_url":"https://github.com/gzt/rmsssim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzt%2Frmsssim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzt%2Frmsssim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzt%2Frmsssim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzt%2Frmsssim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gzt","download_url":"https://codeload.github.com/gzt/rmsssim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243385178,"owners_count":20282516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-processing","ms-ssim","r"],"created_at":"2024-11-19T05:46:48.168Z","updated_at":"2025-12-28T13:56:20.312Z","avatar_url":"https://github.com/gzt.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n# rmsssim\n\n  [![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) \n    [![Travis build status](https://travis-ci.org/gzt/rmsssim.svg?branch=master)](https://travis-ci.org/gzt/rmsssim)\n      [![Coverage status](https://codecov.io/gh/gzt/rmsssim/branch/master/graph/badge.svg)](https://codecov.io/github/gzt/rmsssim?branch=master)\n\nThe goal of `rmsssim` is to provide an R interface for the MS-SSIM image comparison metric. This was not written by me, `gzt`, this was imported from [spatialcompare](https://github.com/colinr23/spatialcompare), which has a number of other\nfunctions I am not interested in and some dependencies that no longer work for me. \nThis package depends on [raster](https://cran.r-project.org/package=raster).\n\n## Installation\n\nYou can install this from github with:\n\n``` r\n#install.packages('devtools')\ndevtools::install_github('gzt/rmsssim')\n```\n\nInstalling this may still be a bit frustrating, as `rgdal` is non-trivial to get working. \nOn Fedora, make sure to run `dnf install proj proj-epsg proj-devel gdal gdal-devel` first. \nOn other systems, change the commands accordingly. This \n[StackOverflow answer](https://stackoverflow.com/questions/15248815/rgdal-package-installation)\nhas some guidance.\n\nPlease note that the 'rmsssim' project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgzt%2Frmsssim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgzt%2Frmsssim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgzt%2Frmsssim/lists"}