I have to measure my results for a face detector, for example, and found on articles like the Viola-Jones one that the most used statistical curve used for this measure is a ROC curve. But I can't find any way to plot a ROC curve on GNU/Linux, only in MATLAB but obviously I will not buy it to use just the plotroc function.
I searched for it on OCTAVE but could not find it... Is there a way to plot one ROC curve? Like using Python for example...?
I would like measure true positives against false positives, for example.
Hope this helps, it plots ROC curve using face data, non face data