Dice similarity coefficient grayscale DICOM images

조회 수: 2 (최근 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 CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by