This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" first try at cellpose plugin for napari""" | |
from enum import Enum | |
import sys, pathlib | |
import numpy as np | |
import napari | |
from napari import Viewer, gui_qt | |
from napari.layers import Image | |
from napari.qt.threading import thread_worker | |
from napari_plugin_engine import napari_hook_implementation | |
from magicgui import magicgui, magic_factory |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.