5582IAR_assign2 - MaxGolden/Personal_Blogs GitHub Wiki

figure(randi(100))
subplot(2, 4, 1); imagesc(hsv_raw); title('Pooled Histogram Dist');
subplot(2, 4, 2); imagesc(hog_raw); title('Hog Dist');
subplot(2, 4, 3); imagesc(Fisher_dsift_raw); title('Dense Sift Fv Dist');
subplot(2, 4, 4); imagesc(All_labels); title('GND truth');
subplot(2, 4, 5); vl_roc(labels_hsv, scores_hsv);
subplot(2, 4, 6); vl_roc(labels_hog, scores_hog);
subplot(2, 4, 7); vl_roc(labels_Fisher_dsift, scores_Fisher_dsift);
subplot(2, 4, 8); vl_roc(Label_Fuse, Scores_Fuse);