Skip to content

Commit

Permalink
Merge pull request #290 from imagej/i2k-2023-doc-update
Browse files Browse the repository at this point in the history
Add 3D deconvolution and GLCM texture analysis use case notebooks for I2k 2023
  • Loading branch information
elevans committed Oct 19, 2023
2 parents f8c7909 + b5e16e2 commit 979499a
Show file tree
Hide file tree
Showing 6 changed files with 768 additions and 5 deletions.
306 changes: 306 additions & 0 deletions doc/Deconvolution.ipynb

Large diffs are not rendered by default.

428 changes: 428 additions & 0 deletions doc/GLCM.ipynb

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions doc/imagej-ops-use-cases.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
imagej-ops use cases
====================

These are use cases utilizing the :code:`imagej-ops` framework in PyImageJ workflows.

.. toctree::
:maxdepth: 2

Deconvolution
GLCM
8 changes: 3 additions & 5 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ scikit-image, CellProfiler, OpenCV, ITK and many more.
:maxdepth: 3
:caption: 🔬 Use cases

Blob detection (interactive) <examples/blob_interactive.rst>
Blob detection (headless) <examples/blob_xvfb.rst>
CellProfiler <cellprofiler/README>
Classic Segmentation <Classic-Segmentation>
Puncta Segmentation <Puncta-Segmentation>
imagej-ops <imagej-ops-use-cases>
Integration <integration-use-cases>
Segmentation <segmentation-use-cases>
other_use_cases

.. toctree::
Expand Down
9 changes: 9 additions & 0 deletions doc/integration-use-cases.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Integration use cases
======================

These are use cases where PyImageJ has been integrated into other platforms/projects.

.. toctree::
:maxdepth: 2

CellProfiler <cellprofiler/README>
12 changes: 12 additions & 0 deletions doc/segmentation-use-cases.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Segmentation use cases
======================

These are use cases demonstrating segmentation workflows with PyImageJ

.. toctree::
:maxdepth: 2

Blob detection (interactive) <examples/blob_interactive.rst>
Blob detection (headless) <examples/blob_xvfb.rst>
Classic Segmentation <Classic-Segmentation>
Puncta Segmentation <Puncta-Segmentation>

0 comments on commit 979499a

Please sign in to comment.