Detect If a brain has a tumor

1 回表示 (過去 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.
Walter Roberson
Walter Roberson 2020 年 9 月 15 日

サインインしてコメントする。

回答 (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 Center および File ExchangeRecognition, 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