Detect If a brain has a tumor

조회 수: 2 (최근 30일)
Vu Trinh
Vu Trinh 2020년 9월 15일
답변: Pranav Verma 2020년 9월 18일
Hi everyone, please help me with this problem.
I have attached 2 images of brains. One has a tumor and another has no tumor. Is there a way I can write a function which will return 0 if the brain has no tumor and return 1 if the brain has a tumor?
  댓글 수: 2
Ameer Hamza
Ameer Hamza 2020년 9월 15일
Do you have a lot of images for both cases, then you can train a deep learning classifier: https://www.mathworks.com/help/vision/examples/image-category-classification-using-deep-learning.html. Otherwise, you will need to use traditional image processing methods to identify the distinguishing features manually.

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

답변 (1개)

Pranav Verma
Pranav Verma 2020년 9월 18일
Hi Vu,
You can train a semantic segmentation network using deep learning.
The below link runs through an example on how to implement the network and parallely provides the explanation for the steps involved.
Thanks

카테고리

Help CenterFile Exchange에서 Recognition, Object Detection, and Semantic Segmentation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by