This repository contains code and tools for analyzing butterfly wing traits using image processing techniques.
ButterflyWingTraits provides a workflow for processing butterfly wing images, extracting measurements, and analyzing wing trait data. The repository includes scripts for retrieving images, processing output, and analyzing wing traits.
The repository consists of the following main files:
RetrieveImages.R: R script for retrieving butterfly wing imagesWingTraitsAnalysis.py: Python script for analyzing wing traitsProcessOutput.R: R script for processing the output data
To use this repository, you'll need:
- R (version 3.6 or higher recommended)
- Python (version 3.6 or higher recommended)
- Required R packages (install using
install.packages()) - Required Python libraries (install using
pip install)