Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dermatologist/dit4ij
DIT4IJ - Dermatology Image Tagger for ImageJ
https://github.com/dermatologist/dit4ij
dermatology dicom imagej
Last synced: 19 days ago
JSON representation
DIT4IJ - Dermatology Image Tagger for ImageJ
- Host: GitHub
- URL: https://github.com/dermatologist/dit4ij
- Owner: dermatologist
- Created: 2020-06-01T14:46:29.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-07-13T13:08:35.000Z (over 4 years ago)
- Last Synced: 2024-11-04T08:31:38.825Z (2 months ago)
- Topics: dermatology, dicom, imagej
- Language: Java
- Homepage: https://dermatologist.co.in
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :pill: DIT4IJ - Dermatology Image Tagger for ImageJ
## About
ImageJ (and its batteries-included version, [Fiji](https://fiji.sc/)) is a popular biomedical imaging software with a modular, extensible architecture. ImageJ can be downloaded from the NIH website [here](https://imagej.nih.gov/ij/download.html). DIT4IJ is an ImageJ plugin that adds DICOM related function for clinical images in Dermatology. It adds certain DICOM tags as a JSON formatted string to the EXIF header that can be used for searching. It also supports converting general images to DICOM (.dcm) resources that can be used with the DICOM supported systems such as PACS.
## Functions
* **Add** DICOM metadata as EXIF tags.
* **View** DICOM metadata stored in EXIF tags.
* **Search** images based on DICOM metadata stored in EXIF tags.
* **Save** images as DICOM (.dcm) resources## Build and install
These functions are packaged as a JAVA library - [dicoderma](https://github.com/dermatologist/dicoderma). Clone [dicoderma repo](https://github.com/dermatologist/dicoderma) first and *mvn clean install* locally. Then clone this repository and *mvn clean package*. Save the plugin jar file in the target folder into the folder called "plugins" inside the directory where you installed [ImageJ](https://imagej.nih.gov/ij/download.html) or [Fiji](https://fiji.sc/).
## Author
[Bell Eapen](https://nuchange.ca)