Dice similarity coefficient grayscale DICOM images

3 ビュー (過去 30 日間)
medimage91
medimage91 2014 年 12 月 19 日
Hi all
I have 2 DICOM images one is the ground truth and the other is an image which has been registered to this ground truth.
Is it possible to find the DSC for these grayscale images?
I understand that the DSC for binary images can be found using the code from the other question on DSc found here dice = 2*nnz(segIm&grndTruth)/(nnz(segIm) + nnz(grndTruth))
However having tested it on numerous int16 DICOM images i sometimes get an answer above 1.
So is it possible to compute the DSC for 2 DICOM images in matlab?
Thanks in advance for any help!!

回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by