tand826 / wsiprocess

Whole Slide Image (WSI) Processing Library for Histopathological / Cytopathological Machine Learning Tasks
Apache License 2.0
23 stars 3 forks source link

Dot annotation to segmentation mask #19

Open tand826 opened 4 years ago

tand826 commented 4 years ago

current

add

bnapora commented 4 years ago

Watershed-based methods have had some success, primary challenge is over-segementation. Use of a the dot annotation to define precise location to identify ROI should help with that.

Implementation could use a configurable square padding around the dot eg (90px x 90px) to identify the area the watershed function should be applied.