OpenCL based GPU-accelerated image processing in napari
Project description
napari-pyclesperanto-assistant
The py-clEsperanto-assistant is a yet experimental napari plugin for building GPU-accelerated image processing workflows. It is part of the clEsperanto project. It uses pyclesperanto as backend for processing images.
Installation
If you have no python/conda environment installed yet, please follow the instructions here first.
Download and install napari-pyclesperanto-assitant
uing pip
. Windows users should follow the instructions in the section below in case of trouble.
pip install napari-pyclesperanto-assistant
Afterwards, you can start the assistant using the following command. Replace the url with an image file of your choice:
python -m napari_pyclesperanto_assistant https://github.com/clEsperanto/napari_pyclesperanto_assistant/raw/master/napari_pyclesperanto_assistant/data/CalibZAPWfixed_000154_max-16.tif
Installation on windows
On windows some additional steps are necessary. Download a pre-compiled wheel of pyopencl e.g. from here.
It is recommended to install pyopencl-...+cl12-cp38-cp38-win_amd64
- the cl12
and cp38
are important when choosing the right download. They stand for OpenCL 1.2 and Python 3.8.
Enter the correct pyopencl filename and execute this from the command line:
pip install pyopencl-2020.2.2+cl12-cp38-cp38-win_amd64.whl
In case napari doesn't start up with an error mentioning numpy (see also), execute this from the command line:
pip install numpy==1.19.3
Usage
This short tutorial demonstrates how to generate code using the pyclersperanto-assistant.
<iframe src="docs/images/pyclesperanto_assistant_screencast.mp4" width="600" height="300"></iframe> [Download workflow as video](docs/images/pyclesperanto_assistant_screencast.mp4)Start up the assistant
Open a command line and start up the assistant and pass the image file you want to process. The shown example image can be found online
python -m napari_pyclesperanto_assistant C:\structure\code\napari_pyclesperanto_assistant\napari_pyclesperanto_assistant\data\CalibZAPWfixed_000154_max-16.tif
Alternatively, you can attach the assistant to your napari from within your python code like this:
import napari
# create Qt GUI context
with napari.gui_qt():
# start napari
viewer = napari.Viewer()
# attach the assistant
import napari_pyclesperanto_assistant
napari_pyclesperanto_assistant.napari_plugin(viewer)
napari will open with the assistant activated:
Set up a workflow
Choose categories of operations in the top right panel, for example start with denoising using a Gaussian Blur with sigma 1 in x and y:
Choose more processing steps. Note: You can change the input image/layer for each operation, the operation and its parameters in the bottom right panel. For example, continue with these steps
- Filter (Background Removal): Top hat, radius 5 in x and y
- Binarization: Threshold Otsu
- Label: Voronoi labeling
- Map: Touching neighbor count map
- Binarization: Detect label edges, with the result from the second last step as input.
Hide some layers showing intermediate results. Switch the bleinding of the final result layer to "additive" to see through it on the original image.
Code generation
In the plugins menu, you find two entries which allow you to export your workflow as Python/Jython code.
Export your workflow as Jupyter notebook. Start the notebook from the command line using
jupyter notebook my_notebook.ipynb
Alternatively, export the workflow as Jython/Python script. This script can be executed from the command line like this
python my_script.py
It can also be executed in Fiji, in case the CLIJx-assistant is installed.
Note: Depeending on which layers were visible while exporting the code, different code is exported. Only visible layers are shown. Change layer visibility and export the script again. If Fiji asks you if it should reload the script file, click on "Reload".
For developers
Getting the recent code from github and locally installing it
git clone https://github.com/clesperanto/napari_pyclesperanto_assistant.git
pip install -e ./napari_pyclesperanto_assistant
Optional: Also install pyclesperantos recent source code from github:
git clone https://github.com/clEsperanto/pyclesperanto_prototype.git
pip install -e ./pyclesperanto_prototype
Starting up napari with the pyclesperanto assistant installed:
ipython --gui=qt napari_pyclesperanto_assistant\napari_pyclesperanto_assistant
Feedback welcome!
clEsperanto is developed in the open because we believe in the open source community. Feel free to drop feedback as github issue or via image.sc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file napari_pyclesperanto_assistant-0.7.1.tar.gz
.
File metadata
- Download URL: napari_pyclesperanto_assistant-0.7.1.tar.gz
- Upload date:
- Size: 70.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c13150a9f264127b181b3c8b0d8f6ea1f81c9ddfba7161a737b7e16c9028da |
|
MD5 | e610ce40a438cff21e0a8422603359b9 |
|
BLAKE2b-256 | b3c954183240a8c477b1e2c624f86235c2c1deebee5ac7cd2abe34ce9b5c95d8 |
File details
Details for the file napari_pyclesperanto_assistant-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: napari_pyclesperanto_assistant-0.7.1-py3-none-any.whl
- Upload date:
- Size: 73.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e5d30ef7e31dcb757836c3fc5bec6615e363c74ea92a372b6f1f2aed53119b3 |
|
MD5 | d9ff3d874bfdd59b32655dd516611a4e |
|
BLAKE2b-256 | 6b3eb16a6b13033bb1b29c0c3f2acd2ae288b6b3151c761e9980e770d5e1573d |