Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlnagy/microscopylabels.jl
Easily embed annotations in your microscopy images
https://github.com/tlnagy/microscopylabels.jl
image-processing julia julialang microscopy microscopy-images
Last synced: about 1 month ago
JSON representation
Easily embed annotations in your microscopy images
- Host: GitHub
- URL: https://github.com/tlnagy/microscopylabels.jl
- Owner: tlnagy
- License: mit
- Created: 2019-09-11T23:45:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T22:19:49.000Z (about 4 years ago)
- Last Synced: 2024-10-12T19:21:54.963Z (about 1 month ago)
- Topics: image-processing, julia, julialang, microscopy, microscopy-images
- Language: Julia
- Homepage:
- Size: 36.2 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MicroscopyLabels.jl
| **Documentation** | **Build Status** |
|:----------------------------------|:--------------------------------------------------------------|
| [![][docs-dev-img]][docs-dev-url] | [![][status-img]][status-url] [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] |Easily embed *sane* annotations in your microscopy images.
![](assets/labeled_image.gif)
The reality is that you don't need this library, but it can make your life
easier if you have microscopy images and want to quickly annotate things. It
aims to be *sane* over being customizable because really it's just a wrapper
around `FreeTypeAbstraction.jl`.## Installation
This package is available through the Julia registry and can be installed via the Julia REPL:
```julia
] add MicroscopyLabels
```[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://tamasnagy.com/MicroscopyLabels.jl/dev[travis-img]: https://travis-ci.com/tlnagy/MicroscopyLabels.jl.svg?branch=master
[travis-url]: https://travis-ci.com/tlnagy/MicroscopyLabels.jl[codecov-img]: https://codecov.io/gh/tlnagy/MicroscopyLabels.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/tlnagy/MicroscopyLabels.jl[status-img]: https://www.repostatus.org/badges/latest/wip.svg
[status-url]: https://www.repostatus.org/#wip