Mercurial > hg > orthanc-book
changeset 1049:056b66f83c6b
added information about imagej interface
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 29 Mar 2024 16:05:33 +0100 |
parents | 0d8089ca8183 |
children | 2cc02026ecbf |
files | Sphinx/source/faq/viewers.rst Sphinx/source/images/ImageJ.png Sphinx/source/integrations.rst Sphinx/source/integrations/imagej.rst |
diffstat | 4 files changed, 32 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/viewers.rst Wed Mar 27 09:17:05 2024 +0100 +++ b/Sphinx/source/faq/viewers.rst Fri Mar 29 16:05:33 2024 +0100 @@ -45,7 +45,7 @@ <https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__ (deprecated, but provides compatibility with Web browsers that do not support `WebAssembly <https://caniuse.com/?search=wasm>`__). -* `ImageJ extension <https://www.orthanc-server.com/static.php?page=imagej>`__. +* :ref:`ImageJ extension <imagej>`. * `Stone of Orthanc <https://www.orthanc-server.com/static.php?page=stone>`__. * `dwv-orthanc-plugin <https://github.com/ivmartel/dwv-orthanc-plugin>`__ by Yves
--- a/Sphinx/source/integrations.rst Wed Mar 27 09:17:05 2024 +0100 +++ b/Sphinx/source/integrations.rst Fri Mar 29 16:05:33 2024 +0100 @@ -12,3 +12,4 @@ integrations/integrate-osirix-using-dicom.rst integrations/integrate-osirix-using-dicomweb.rst integrations/dcm4chee.rst + integrations/imagej.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/integrations/imagej.rst Fri Mar 29 16:05:33 2024 +0100 @@ -0,0 +1,30 @@ +.. _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>`__.