필터 지우기
필터 지우기

Classification Methods for images

조회 수: 2 (최근 30일)
Serife Kaba
Serife Kaba 2022년 12월 29일
답변: Image Analyst 2022년 12월 29일
Dear Sir/ Madam,
I have made a binary classification based on images of coronary vessels using the AlexNet classification method.
Is it possible to write and display on the images as True Positive and True Negative, which code can I use?
I would be grateful if you could give me some ideas
Best regards
Serife Kaba

채택된 답변

Image Analyst
Image Analyst 2022년 12월 29일
Sure. After you call predict you have an array of the assigned classes for the list of images you passed in. You can just go down that list in a for loop calling imread() and text() to display and label the image with the class that the network decided it matched best.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by