|
| 1 | +SciJava Ops: An Improved Algorithms Framework for Fiji and Beyond |
| 2 | +================================================================= |
| 3 | + |
| 4 | +This page serves as a stable location for the SciJava Ops Paper and associated resources. If you find SciJava Ops useful, please cite our (forthcoming) paper: |
| 5 | + |
| 6 | +Python (scyjava) |
| 7 | +---------------- |
| 8 | + |
| 9 | +This use case illustrates the ease with which SciJava Ops can be accessed in Python, showcasing ``OpEnvironment`` setup and simple image processing. The full workflow can be found in the `scyjava use case <examples/scyjava.html>`_. |
| 10 | + |
| 11 | ++--------------+--------------------------------------------------------------------------------------+ |
| 12 | +| |scyj_thumb| |`3D 3T3 Mouse Nucleus <https://media.imagej.net/scijava-ops/1.0.0/3t3_nucleus.tif>`_ | |
| 13 | ++--------------+--------------------------------------------------------------------------------------+ |
| 14 | + |
| 15 | +Fluorescence Lifetime Image Analysis |
| 16 | +------------------------------------ |
| 17 | + |
| 18 | +This use case illustrates how SciJava Ops can be freely extended with additional algorithms libraries, making use of the SciJava framework for convenience and performance in FLIM analysis. The full workflow can be found in the `FLIM use case <examples/flim_analysis.html>`_. |
| 19 | + |
| 20 | ++--------------+----------------------------------------------------------------------------------+ |
| 21 | +| |flim_thumb| | `BPAE cells <https://media.imagej.net/scijava-ops/1.0.0/flim_example_data.sdt>`_ | |
| 22 | ++--------------+----------------------------------------------------------------------------------+ |
| 23 | + |
| 24 | +Spatially Adapted Colocalization Analysis |
| 25 | +----------------------------------------- |
| 26 | + |
| 27 | +This use case illustrates the novel scientific utility of the SciJava Ops Image library using powerful algorithms for pixel colocalization. The full workflow can be found in the `SACA use case <examples/deconvolution.html>`_. |
| 28 | + |
| 29 | ++--------------+----------------------------------------------------------------------------------------------------------------------+ |
| 30 | +| |saca_thumb| | `HeLa cell expressing HIV gene products <https://media.imagej.net/scijava-ops/1.0.0/hela_hiv_gag_ms2_mcherry.tif>`_ | |
| 31 | ++--------------+----------------------------------------------------------------------------------------------------------------------+ |
| 32 | + |
| 33 | +Deconvolution |
| 34 | +------------- |
| 35 | + |
| 36 | +This use case illustrates the novel scientific utility of the SciJava Ops Image library using powerful algorithms for image deconvolution. The full workflow can be found in the `deconvolution use case <examples/deconvolution.html>`_. |
| 37 | + |
| 38 | ++---------------+-------------------------------------------------------------------------------------------+ |
| 39 | +| |decon_thumb| | `3D HeLa nucleus <https://media.imagej.net/scijava-ops/1.0.0/hela_nucleus.tif>`_ | |
| 40 | ++---------------+-------------------------------------------------------------------------------------------+ |
| 41 | + |
| 42 | +.. |decon_thumb| image:: https://media.imagej.net/scijava-ops/1.0.0/hela_nucleus_thumbnail.png |
| 43 | + :width: 10em |
| 44 | +.. |flim_thumb| image:: https://media.imagej.net/scijava-ops/1.0.0/flim_example_input_56.png |
| 45 | + :width: 10em |
| 46 | +.. |saca_thumb| image:: https://media.imagej.net/scijava-ops/1.0.0/hela_hiv_gag_ms2_mcherry_thumbnail.png |
| 47 | + :width: 10em |
| 48 | +.. |scyj_thumb| image:: https://media.imagej.net/scijava-ops/1.0.0/3t3_nucleus_thumbnail.png |
| 49 | + :width: 10em |
| 50 | + |
0 commit comments