Mercurial > hg > orthanc-book
view Sphinx/source/integrations/imagej.rst @ 1127:e129ba893299 default tip
added Emilio Huaman
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 13 Jan 2025 17:35: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>`__.