Analyze orientations in 2D, 3D, and RGB images in Napari. This plugin is based on the Orientationpy project.
You can install napari-orientationpy via pip:
pip install napari-orientationpy
To get started, open an image in the Napari viewer and start napari-orientationpy from the Plugins menu:
Plugins > Napari Orientationpy > Orientation measurement
- Select the structural scale parameter
sigma. This value control represents the scale at which the image gradients are computed. Try different values ofsigmato understand what works best for your images. A reasonable guess would be the order in size, in pixels, of the structures that you are interested in. For example, if you are imaging fibers that appear to be about 4 pixels wide, try to set a value of sigma=4.
-
If you are analyzing a 3D image, select
fiberormembranemode. Infibermode, the orientation normals follow fibrous structures. Inmembranemode, the orientations are normal to the surface of membranous structures. -
Decide which outputs you'd like to visualize.
- The
color-coded orientationis a pixel-wise representation of 3D orientations as colors (similar colors = similar orientations). - The
orientation vectorsget rendered in aVectorslayer in Napari. They are sampled on a regular grid defined by theSpacing (X),Spacing (Y)andSpacing (Z)values (for 2D images, theZvalue is ignored). The length of the vectors can be rescaled based on theenergyvalue of the orientation computation. - You can also output the local
orientation gradient(misorientation).
- Compute orientation. This button will trigger the orientation computation only when necessary (i.e. when the value of
sigma, themodeor theimagehave changed). If you only adjust theorientation vectorsparameters, clicking the compute button will update the results very fast. - Save orientation (CSV). This will save the orientation measurements as a CSV table with columns
X,Y,Z,theta,phi,energy, andcoherencyfor all the pixels in the image.
If you have computed orientation vectors for a 3D image, you can plot their spatial distribution as a stereographic projection along the X, Y or Z direction directly in Napari. Select the widget from:
Plugins > Napari Orientationpy > Orientation distribution (3D)
We provide a few sample images to test our plugin. Open them from:
File > Open Sample > Napari Orientationpy
Contributions are very welcome. Please get in touch if you'd like to be involved in improving or extending the package.
Distributed under the terms of the BSD-3 license, "napari-orientationpy" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.


