Identify between different Images using Segmentation, Texture analysis and other basic methods
조회 수: 2 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (3개)
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
댓글 수: 0
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File 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!