CyclotronResearchCentre / USwLesion

Unified Segmentation for lesioned brain
3 stars 5 forks source link

Image matching approaches #3

Open ChristophePhillips opened 8 years ago

ChristophePhillips commented 8 years ago

Image matching approaches

There are different ways to evaluate the match or overlap between 2 binary images, typically a proposed image (the segmentation we want to check) and a reference image (the segmentation we think is the truth). The methods described here under should be implemented in a function, such as image_overlap.m first introduced by @CPernet .

Here are a few possible measures:

Are currently available within the image_overlap.m:

ChristophePhillips commented 8 years ago

There is also another small issue about the brain volume definition: whenever we count the number of true negatives (TNs), we should count them over the brain volume and not the whole image! Otherwise we are sing an even larger number of TN voxels... -> allow the possibility to enter a brain mask? This one could be derived during the processing of the images and provide a more reasonable volume over which to evaluate the match.

CPernet commented 8 years ago

Can we just input your ICV Image derived during normalization ?

Dr Cyril Pernet Senior Academic Fellow CCBS / Edinburgh imaging

Sent from my HTC mobile phone

----- Reply message ----- From: "Christophe Phillips" notifications@github.com To: "CyclotronResearchCentre/USwLesion" USwLesion@noreply.github.com Cc: "PERNET Cyril" cyril.pernet@ed.ac.uk, "Assign" assign@noreply.github.com Subject: [CyclotronResearchCentre/USwLesion] Image matching approaches (#3) Date: Tue, May 31, 2016 15:11

There is also another small issue about the brain volume definition: whenever we count the number of true negatives (TNs), we should count them over the brain volume and not the whole image! Otherwise we are sing an even larger number of TN voxels... -> allow the possibility to enter a brain mask? This one could be derived during the processing of the images and provide a more reasonable volume over which to evaluate the match.

You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/CyclotronResearchCentre/USwLesion/issues/3#issuecomment-222700329, or mute the threadhttps://github.com/notifications/unsubscribe/AEjUDl1Apt07J5C0fFpy9K9-M9eeuxg-ks5qHEFcgaJpZM4Iqe8a.

The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.

ChristophePhillips commented 8 years ago

Yep, that's exactly the idea! :-) But it should be available in subject space...