Skip to content
Snippets Groups Projects
Commit 1b6b2c2e authored by fima's avatar fima :beers:
Browse files

blob detection name refactor

parent 256844c1
No related branches found
Tags v0.3.1
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
import numpy as np import numpy as np
from qim3d.utils._logger import log from qim3d.utils._logger import log
__all__ = ["blob_detection"] __all__ = ["blobs"]
def blob_detection( def blobs(
vol: np.ndarray, vol: np.ndarray,
background: str = "dark", background: str = "dark",
min_sigma: float = 1, min_sigma: float = 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment