I have a project which involves an objective of computing the with/diameter of a blood vessel. In cases involving stenosis, the vessels will not have equal width/diameter throughout, thus possibly a partition of the vessel has to be done and widths for each partition will be computed separately.
However, I am stuck at the step on how the width/diameter can be computed. For example, consider the vessel (circled in red) below:
which I obtained from How to segment blood vessels python opencv initially.
Suppose that I am able to remove all unimportant vessels leaving only the vessel marked red above, are there actually standard procedures which I can proceed with to compute the width/diameter of the vessel of interest? For example, the ideal output for the above vessel should be the maximum width/diameter and the width/diameter for each partition of the vessel.
I have tried looking up online literature and resources, but the closest I got was to obtain the plot above, without computation of vessel width/diameter.
Some insights and directions will be of great help as I am at a loss right now..