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
detectandget_maskinto a single functionblob_detectionthat returns both the blobs and the binary mask - Updated documentation example
- Updated example notebook
docs/notebooks/blob_detection.ipynb
Edited by s193396