Package: colordistance Title: Distance Metrics for Image Color Similarity Date: 2021-03-19 Version: 1.1.2 Authors@R: person("Hannah", "Weller", email = "hannahiweller@gmail.com", role = c("aut", "cre")) Description: Loads and displays images, selectively masks specified background colors, bins pixels by color using either data-dependent or automatically generated color bins, quantitatively measures color similarity among images using one of several distance metrics for comparing pixel color clusters, and clusters images by object color similarity. Uses CIELAB, RGB, or HSV color spaces. Originally written for use with organism coloration (reef fish color diversity, butterfly mimicry, etc), but easily applicable for any image set. Imports: jpeg, png, stats, clue, ape, mgcv, emdist, scatterplot3d, plotly, gplots, abind, scales, spatstat.geom Depends: R (>= 3.4.0) License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.2.3 Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libjpeg-dev libpng-dev libuv1-dev libssl-dev Repository: https://hiweller.r-universe.dev Date/Publication: 2024-01-25 15:19:31 UTC RemoteUrl: https://github.com/hiweller/colordistance RemoteRef: HEAD RemoteSha: e602b243c5065388317f182e6fe1fe1f3db9fde6 NeedsCompilation: no Packaged: 2026-06-19 10:04:39 UTC; root Author: Hannah Weller [aut, cre] Maintainer: Hannah Weller