Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 594 Bytes

blob_interactive.rst

File metadata and controls

9 lines (7 loc) · 594 Bytes

Blob detection (interactive)

This example demonstrates a mixed workflow using PyImageJ to convert a Java image into an xarray.DataArray (i.e. a metadata wrapped NumPyArray), run scikit-image's Lapacian of Gaussian (LoG) blob detection (skimage.feature.blob_log()) to identify puncta and then convert the blob LoG detections into ImageJ regions of interest. The image with the blob LoG detections are displayed in ImageJ's image viewer, matplotlib.pyplot and napari.

blob_detection_interactive.py