Hey, i'm doing this exact same thing. i have found the centerline of the vessels using bwmorph and have eliminated crossovers and branches of the vessels. now the vessels are separated in thinned image but i need to separate vessels from the original image as well so that i can do processing on it. Using bwboundaries i have calculated the boundry of the whole vessel structure.
i suppose this code is doing the exact same thing that i want. but i dont know what are the arguments that are being passed to this function.
function [polyROIXCoords polyROIYCoords] = AnalyzeSingleImage(handles,imgOriginal, ROI_HalfWidth)
what should i pass for 'handles' and 'ROI_HalfWidth' when calling this function?
i suppose this code is doing the exact same thing that i want. but i dont know what are the arguments that are being passed to this function.
function [polyROIXCoords polyROIYCoords] = AnalyzeSingleImage(handles,imgOriginal, ROI_HalfWidth)
what should i pass for 'handles' and 'ROI_HalfWidth' when calling this function?