DigitalHolography / Holovibes

Real time, high throughput digital holography software
https://holovibes.com/
Apache License 2.0
17 stars 3 forks source link

New feature : vessels mask #633

Open TitouanGragnic opened 1 week ago

TitouanGragnic commented 1 week ago

Here is a detailed step by step guide on how to mplement the vessels mask (vein + artery):

I/ First Masks and Correlation

1) Compute vesselness response

2) Compute first correlation

Check createMasks.m in PulseWave line 38

3) Compute the barycentres and the circle mask

Physisict said we already have the varycentres, need more specification from them

4) Segment Vessels

Check createMasks.m line 60 for more details

5) Segment Arteries and Veins

II/ Compute the second correlation to fine tune the segmentation

1) Compute the new pulse

Let's do that and we'll see after for the cleaning

Need to do interpolation: 2 suggestions

TitouanGragnic commented 1 week ago

Needed function implemented (in order):

I didn't incuded all the functions of the Matlap code because I'm not sure if they are all relevant, I only inculded those I tought were obvious

TitouanGragnic commented 2 days ago

otsu is working in branch add_ostsu