Image Measurements
Derived physical metrics and measurements of an organism by the analysis of image through mathematical morphology.
Description
Add in-depth description.
Installation
Prerequisites/Requirements
- R version 4.4.1
Steps
- Download this repository or clone it if you wish to contribute.
- Build the R environment:
- launch the R project
ImageMeasurement.Rproj
, - download the dependencies with the R command:
renv::restore()
- launch the R project
Usage
Once you have restore the R environment, you can run the script: main.R
. If everything goes smoothly, a folder "data/tmp" should be populated with images.
Contributing
Found a typo in the documentation? Interested in adding a feature or fixing a bug? Then by all means submit an issue or take a stab at submitting a pull request. If this is your first pull request, it may be helpful to read up on the GitHub Flow.
Pull Requests
When submitting a pull request:
- Clone the repo.
- Create a branch off of
master
and give it a meaningful name (e.g.my-awesome-new-feature
) and describe the feature or fix. - Open a pull request on GitHub.
License
This project is licensed under the CeCiLL License - see the LICENSE file for details.
Project status
Ongoing.