Refactoring of blob detection
Refactoring of blob detection
- Implemented as a function instead of a class
- Added variable types to function arguments
- Combined the old
detect
andget_mask
into a single functionblob_detection
that returns both the blobs and the binary mask - Updated documentation example
- Updated example notebook
docs/notebooks/blob_detection.ipynb
Edited by s193396