README.md

edger

This package allows the user to find the edges in one image and apply those edges to other images.

Prerequisites

This package relies heavily on the package imager. The webpage for imager can be viewed here, and the GitHub page can be viewed here. You also need dplyr, progressr, andstringr.


install.packages(c("devtools", "dplyr", "imager", "progressr", "stringr"))

You also need to download ExifTool and list it in your environmental variables. You can download ExifTool for your system here. Check to see if your computer can navigate to it by running the command exiftool in the command prompt on your machine.

Installing

When installing edger, specify build_vignettes = TRUE.

devtools::install_github("kaitlynstrickfaden/edger", build_vignettes = TRUE)
library(edger)

Functions

There are three main functions in the edger package. These are:

The rest of the functions in the package are helper functions that feed into the main wrapper functions.

For a detailed description of the methodology behind the functions, refer to the edger_methodology vignette. For a detailed description of the functions in the package, refer to the edger_use vignette.

Important Notes

Contributing

This package is still in development, so I'd love to hear from folks what other things they'd like to see this package do.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Huge thanks to the developers of imager, Simon Barthelme, David Tschumperle, Jan Wijffels, and Haz Edine.



kaitlynstrickfaden/edger documentation built on Nov. 22, 2022, 5:55 a.m.