Effacer les filtres
Effacer les filtres

how to find true positives,false positive of an image?

2 vues (au cours des 30 derniers jours)
ramya
ramya le 16 Avr 2018
Commenté : Walter Roberson le 16 Avr 2018
i have given an image.how to find true positives,false positives,true negatives,false negatives?
  7 commentaires
ramya
ramya le 16 Avr 2018
suppose if i have this image how to find tp fp tn and fn.
Walter Roberson
Walter Roberson le 16 Avr 2018
You can
img = imread('pic.bmp');
pixel_is_white = img > 0;
Your image only contains 0 (black) and 255 (white) (also used for the background).
However, there is no obvious connection between anything in that image and truth or not truth.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by