필터 지우기
필터 지우기

Accuracy and precision computation

조회 수: 6 (최근 30일)
Abdulrahman Mkaies
Abdulrahman Mkaies 2015년 4월 29일
댓글: Salma Hassan 2018년 1월 22일
I have Ground truth image and the result image(Both of them are binary images, the background is black and the crosses are white). I want to find the precision and values (TP,TN,FP, and FN). How can i calculate these values? if the crosses in the result images are't exactly in the same location in the original one but the difference is very small, can i create "error distance"? i mean if the obtained cross in this range, i can consider it as TP ! Plzzzzzz help meeeeeeeeeee Thank you in advance,

채택된 답변

Mohammad Abouali
Mohammad Abouali 2015년 4월 29일
  댓글 수: 4
Abdulrahman Mkaies
Abdulrahman Mkaies 2015년 4월 30일
Its binary images (the background is black with white dots). The original image (Ground truth) has 10 crosses for example. and I have (result image) the same. I want to compare between them to get TP and TN etc, And if there any "little difference" in the location of the dots in the "results image", i want to consider it True Positive as well... Plz help :)
Salma Hassan
Salma Hassan 2018년 1월 22일
[C,order] = confusionmat(...)
return Tp , Fp Fn , Tn what i should use to plot the Roc curve from these number

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by