Create a binary mask drawing on images with vessels

1 view (last 30 days)
Hi,
i would like to know if there's a function to create a binary mask in image containing vessels. I would like to be able to draw the vases by hand.
Thank you in advance

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 9 Jun 2019
As per my limited knowledge I dont think there is any specific function which can extracts the vessels from images (all different images have different patterns). For that you have to used some custom function to do segmentation to create binary mask or you can develop your own based on data types.
But You can look here (imcrop) an interactive crop Image tool associated with the image.
Regards

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!