필터 지우기
필터 지우기

Find aggrement for Classification problem between 5 raters

조회 수: 1 (최근 30일)
DM
DM 2020년 5월 26일
댓글: DM 2020년 5월 26일
Hi,
I have 5 radiologists who classified tumors in 3 stages (Stage 1, Stage 2, Stage 3). They did the classification manually putting numbers 1 = Stage 1 , 2 = Stage 2 and 3 = Stage 3 on each region. Each patient has about 10-14 tumors. For each patient I want to see how many tumors they classified the same. How can I do that?

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 5월 26일
편집: KALYAN ACHARJYA 2020년 5월 26일
Then count the number of tumors, in the result image
  댓글 수: 3
KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 5월 26일
load the images imread
DM
DM 2020년 5월 26일
I used the imread to load the images as you suggested.
Then I used the and function but I got the following error:
im1 = imread('im1.png');
im2 = imread('im2.png');
im3 = imread('im3.png');
im4 = imread('im4.png');
im5 = imread('im5.png');
and(im1,im2,im3,im4,im5)
Error using &
Too many input arguments.
Did I use the and function wrongly?

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

카테고리

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