Accuracy and precision computation
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Abdulrahman Mkaies
am 29 Apr. 2015
Kommentiert: Salma Hassan
am 22 Jan. 2018
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,
0 Kommentare
Akzeptierte Antwort
Mohammad Abouali
am 29 Apr. 2015
4 Kommentare
Salma Hassan
am 22 Jan. 2018
[C,order] = confusionmat(...)
return Tp , Fp Fn , Tn what i should use to plot the Roc curve from these number
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!