Detection of coronary areteries stenosis
10 views (last 30 days)
Show older comments
Dear Sir/Madam,
I have images taken from the angiography device and I segmented coronary arteries from my database using image processing techniques, Then the next step I would like to detect stenosis (Narrowing) from the segmented image, which specific methods (image processing or deep learning methods ) can I apply to my segmented images? As a result, its main purpose is to automatically detect whether there is a narrowing of the vessels
I would be grateful if you can give me ideas. Thank you in advance
I have attached a picture from the internet showing the narrowness (stenosis) with a red circle. and one example segmented image without narrowing from my original images ,
0 Comments
Accepted Answer
Image Analyst
on 3 Apr 2022
Edited: Image Analyst
on 3 Apr 2022
Well, that's what I got my Ph.D. on. Probably lots of other people did too. So it's not some simple thing where we can just give you 500 lines of code and it will robustly find stenoses. I don't even have that code anymore anyways. You have a lot of work ahead of you. Like I'm assuming you've also chosen this as your Ph.D. project. So I suggest you consult with your professor and collaborating radiologist on a plan. In the meantime, see how others did it by searching PubMed or VisionBib for similar papers:
By the way, since you have the binary image, you can get the widths by getting the skeleton and multiplying it by the Euclidean Distance Transform. See attached demo.
More Answers (0)
See Also
Categories
Find more on Biomedical Imaging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!