Image Registration of binary images

HI guys, I’d like to register two binary brain images. I tried to use the MSE, correlation and MI in the SimpleITK but the result was not so good, so what metric do you suggest? I think that I need a metric which compares binary images, but what? And is It possible to add a new metric for the registration process in the SimpleITK?

Thanks.

Similarity metric for binary images and label maps is called Match Cardinality in ITK. You could use that, or compute signed distance field of both images and register SDFs using MSE.

3 Likes

Could someone explain the math behind Match Cardinality in ITK?

I read the source code, and I found it was easy.

2 Likes