annotate Sphinx/source/integrations/imagej.rst @ 1085:05d37a5abcc4

dicom-as-json hk
author Alain Mazy <am@orthanc.team>
date Fri, 28 Jun 2024 11:15:17 +0200
parents 056b66f83c6b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1049
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 .. _imagej:
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3 Interface with ImageJ
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
4 =====================
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
5
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
6 The Orthanc project proposes a plugin for ImageJ to browse the content
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
7 of an Orthanc server, then import 2D/3D DICOM images from Orthanc into
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
8 ImageJ. The source code is licensed under the GNU GPLv3 license.
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
9
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
10 This plugin hopefully greatly simplifies the indexation of DICOM
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
11 images when dealing with ImageJ (e.g. for quality control of DICOM
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
12 modalities, or for pedagogical use). There is also no need to carry on
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
13 any complex network configuration, since the plugin directly uses the
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
14 REST API of Orthanc. This makes its installation and its use quite
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
15 straightforward.
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
16
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
17 .. image:: ../images/ImageJ.png
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
18 :align: center
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
19
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
20 Resources
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
21 ---------
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
22
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
23 * Link to `the source code
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
24 <https://orthanc.uclouvain.be/hg/orthanc-imagej/file/default>`__.
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
25
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
26 * Link to `precompiled JAR binaries
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
27 <https://orthanc.uclouvain.be/downloads/cross-platform/orthanc-imagej/index.html>`__.
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
28
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
29 * Link to `demonstration video
056b66f83c6b added information about imagej interface
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
30 <https://www.youtube.com/watch?v=wsslVhE-R1Q>`__.