필터 지우기
필터 지우기

Detection of coronary areteries stenosis

조회 수: 7 (최근 30일)
Serife Kaba
Serife Kaba 2022년 4월 3일
댓글: Serife Kaba 2022년 4월 3일
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 ,

채택된 답변

Image Analyst
Image Analyst 2022년 4월 3일
편집: Image Analyst 2022년 4월 3일
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.
  댓글 수: 1
Serife Kaba
Serife Kaba 2022년 4월 3일
thank you so much for your information , yes its my PHd thesis
Best regards
Serife

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by