Recognize images that are not recognized correctly

조회 수: 5 (최근 30일)
lech king
lech king 2021년 7월 5일
답변: Udit06 2024년 11월 11일 11:09
Hello
I extract parts of the lungs from the CT scans, but in some cases this extraction is not done properly.
There are many images in the database. How do you think I can recognize and delete these images that have not been extracted correctly?
Thanks
  댓글 수: 2
Dhruv G
Dhruv G 2021년 7월 5일
do you have ground truth data in some form?
lech king
lech king 2021년 7월 5일
yes

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

답변 (1개)

Udit06
Udit06 2024년 11월 11일 11:09
There are multiple ways through which you can achieve the same:
1) Using basic statistics to detect anomalies such us unusually high or low pixel intensities in the images.
2) If the extraction process should result in a specific shape or size (e.g., lung shapes), you can use morphological analysis. You can refer to the following MathWorks documentation for more details related to morphological operations:
3) Creating a machine learning or deep learning image classification for the same. You can refer to the following MathWorks documentation to train an image classifier:
I hope this helps.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by