Image Segmentation Quality Scores

Let you evaluate the image segmentation quality scores, such TP, FP, TN, FN, Accuracy, Sensitivity, Precision, MCC, Dice, Jaccard
1.4K Downloads
Updated 4 Jun 2022

View License

Image Segmentation Quality Scores
Let you evaluate the image segmentation quality scores, such TP, FP, TN, FN, Accuracy, Sensitivity, Precision, MCC, Dice, Jaccard
==============================================
Copyright 2019 by Dang N. H. Thanh. Email: thanh.dnh.cs@gmail.com
Website: https://sites.google.com/view/crx/sdm
You need to install the statistics and Image Processing toolboxes
++++++++++++++++++++++++++++++++++++++++++++++
Please cite the following papers:
Thanh, Dang N. H., et al. (2020), “Melanoma Skin Cancer Detection Method Based on Adaptive Principal Curvature, Colour Normalisation and Feature Extraction with the ABCD Rule.” Journal of Digital Imaging, vol. 33, no. 3, pp. 574–85, doi:10.1007/s10278-019-00316-x.
Thanh, Dang N. H., et al. (2021), “Skin Lesion Segmentation Method for Dermoscopic Images with Convolutional Neural Networks and Semantic Segmentation.” Computer Optics, vol. 45, no. 1, pp. 122–29, doi:10.18287/2412-6179-co-748.
Thanh, Dang N. H., et al. (2021), “Dermoscopic Image Segmentation Method Based on Convolutional Neural Networks.” International Journal of Computer Applications in Technology, vol. 66, no. 2, p. 89, doi:10.1504/ijcat.2021.10043447.
HOW TO USE:
Launch two images: a ground truth segmentation image A and an acquired segmented image B:
A = imread('groundtruth.png');
B = imread('segmented.png');
And call the function - EvaluateImageSegmentationScores:
[Accuracy, Sensitivity, Fmeasure, Precision, MCC, Dice, Jaccard, Specitivity] = EvaluateImageSegmentationScores(A, B)

Cite As

Thanh, Dang N. H., et al. (2020), “Melanoma Skin Cancer Detection Method Based on Adaptive Principal Curvature, Colour Normalisation and Feature Extraction with the ABCD Rule.” Journal of Digital Imaging, vol. 33, no. 3, pp. 574–85, doi:10.1007/s10278-019-00316-x.

Thanh, Dang N. H., et al. (2021), “Skin Lesion Segmentation Method for Dermoscopic Images with Convolutional Neural Networks and Semantic Segmentation.” Computer Optics, vol. 45, no. 1, pp. 122–29, doi:10.18287/2412-6179-co-748.

Thanh, Dang N. H., et al. (2021), “Dermoscopic Image Segmentation Method Based on Convolutional Neural Networks.” International Journal of Computer Applications in Technology, vol. 66, no. 2, p. 89, doi:10.1504/ijcat.2021.10043447.

MATLAB Release Compatibility
Created with R2019a
Compatible with R2016a and later releases
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.8

Update references

1.1.7

Update text

1.1.6

Update info

1.1.5

Update sources

1.1.4

Update sources

1.1.3

Update citation

1.1.2

Update papers relating to this program.

1.1.1

Typos correction

1.1.0

Add Specitivity score.

1.0.9

Update description

1.0.8

Update description

1.0.7

Update source code

1.0.6

Update source code

1.0.5

Update sources

1.0.4

Update sources

1.0.3

Update personal site link

1.0.2

Update description

1.0.1

Fix the description

1.0.0