Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# 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
1. Download this repository or clone it if you wish to contribute.
2. Build the R environment:
* launch the R project `ImageMeasurement.Rproj`,
* download the dependencies with the R command: `renv::restore()`
---
## 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][issues]? Then by all means [submit an issue][new-issue] or take a
stab at submitting a [pull request][using-pull-requests]. If this is your first
pull request, it may be helpful to read up on the [GitHub Flow][github-flow].
[issues]: https://gitbio.ens-lyon.fr/igfl/khila/ImageMeasurement/issues
[new-issue]: https://gitbio.ens-lyon.fr/igfl/khila/ImageMeasurement/issues/new
[using-pull-requests]: https://help.github.com/articles/using-pull-requests/
[github-flow]: https://guides.github.com/introduction/flow/
### Pull Requests
When submitting a pull request:
1. Clone the repo.
2. Create a branch off of `master` and give it a meaningful name (e.g.
`my-awesome-new-feature`) and describe the feature or fix.
3. Open a pull request on GitHub.
---
## License
This project is licensed under the CeCiLL License - see the [LICENSE](LICENSE) file for details.
---
## Project status
Ongoing.