フィルターのクリア

Identify between different Images using Segmentation, Texture analysis and other basic methods

2 ビュー (過去 30 日間)
Mafon R
Mafon R 2021 年 11 月 15 日
回答済み: Image Analyst 2021 年 11 月 15 日
What is the algorithm/steps to follow to identify between different types of images (CT of head vs CT of chest) using methods like Segmentation, Texture analysis etc. without using ML methods?

回答 (3 件)

Yusuf Suer Erdem
Yusuf Suer Erdem 2021 年 11 月 15 日
It is a good idea to classify the images by using SVM. Later by using predict command, we could guess which image is it. Good luck

yanqi liu
yanqi liu 2021 年 11 月 15 日
sir,may be use cnn or lstm to get some classify models

Image Analyst
Image Analyst 2021 年 11 月 15 日
Why without using Machine Learning methods (like SVM, CNN, deep learning)?
You can see the answers all suggested ML methods.
You might be able to do it with traditional non-ML methods doing stuff like shape recognition. For example the area of the chest cross section will be larger than the head or neck cross sectional areas. The methods to use really depend on what kind of images you want to analyze.

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by