Left: Raw, Right: Segmented with threshold=0.8
With Fiji.app, load iba1_SEG_0pt80.
Process→Binary→Make Binary
Method: Max Entropy
Process→Morphology→Gray Morphology
Radius=2 (pixel), Method: dilate.
https://www.longair.net/edinburgh/imagej/tubeness/
→ doesn’t work
downsample in (x,y) by 0.4 x 0.4 → 410x410x1024
binarize with method triangle
.
run tracing script
remove blood vessel with custom script
Subtract removed tif from traced tif
It’ll give a mask containing Blood Vessel only!
use binarize script to make [0, 255] to [0, 1]
Invert
Final MASK!
multiply final mask to the original image.