Skip to content

Refactoring of blob detection

s193396 requested to merge blob_detection_refactoring into main

Refactoring of blob detection

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

Merge request reports

Loading