Mercurial > hg > orthanc-book
view Sphinx/source/integrations/imagej.rst @ 1114:3ba00e52b267
fix HK doc
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 05 Nov 2024 13:24:16 +0100 |
parents | 056b66f83c6b |
children |
line wrap: on
line source
.. _imagej: Interface with ImageJ ===================== The Orthanc project proposes a plugin for ImageJ to browse the content of an Orthanc server, then import 2D/3D DICOM images from Orthanc into ImageJ. The source code is licensed under the GNU GPLv3 license. This plugin hopefully greatly simplifies the indexation of DICOM images when dealing with ImageJ (e.g. for quality control of DICOM modalities, or for pedagogical use). There is also no need to carry on any complex network configuration, since the plugin directly uses the REST API of Orthanc. This makes its installation and its use quite straightforward. .. image:: ../images/ImageJ.png :align: center Resources --------- * Link to `the source code <https://orthanc.uclouvain.be/hg/orthanc-imagej/file/default>`__. * Link to `precompiled JAR binaries <https://orthanc.uclouvain.be/downloads/cross-platform/orthanc-imagej/index.html>`__. * Link to `demonstration video <https://www.youtube.com/watch?v=wsslVhE-R1Q>`__.