You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is based on [Appose](https://github.com/apposed/appose), that automatically install python environment and allows python script execution with shared objects with Fiji.
@@ -27,16 +27,24 @@ Press `Apply changes` and restart Fiji when it's done.
27
27
28
28
## Usage
29
29
30
-
From Fiji
31
-
- Open the image that you want to process.
30
+
The plugin handles images or movies that are 2D or 3D, that contains or not multiple channels. It can also have a temporal dimension. First open an image and then run the plugin. If you have several images opened when you launch the plgin, it will run on the active one.
31
+
32
+
From Fiji:
33
+
34
+
- Open the image that you want to process.
35
+
32
36
- Launch one of the cellpose version available in the plugin:
0 commit comments