How can i plot roc curve for comparing three segmentation techniques? i have value of tpr, fpr for each segmented image evaluated in comparison with its ground truth. i also have a threshold value for each segmented image. how to plot a roc curve?

4 ビュー (過去 30 日間)
How can i plot roc curve for comparing three segmentation techniques? i have value of tpr, fpr for each segmented image evaluated in comparison with its ground truth. i also have a threshold value for each segmented image. how to plot a roc curve? please help me in this.

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 7 月 24 日
  • One threshold, calculate the sen and 1-speficity of one image, do the same for another image, get another sen and 1-speficity points, take average - from all images of the database> One average ROC points--
  • Another threshold, calculate the sen and 1-speficity of one image, do the same for another image, get another sen and 1-speficity points, take average - from all image of the database> another average ROC points--
  • soon...ROC curve..
  5 件のコメント

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeROC - AUC についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by