SuperElastix / SimpleElastix

Multi-lingual medical image registration library
http://simpleelastix.github.io
Apache License 2.0
511 stars 149 forks source link

Use only corresponding points based transformation #499

Open PolarBean opened 1 year ago

PolarBean commented 1 year ago

Hi,

I have many corresponding points (more than 100) between two volumes. I would like to transform one volume to the other using these points. However, these volumes have vastly different appearances and so I would like to avoid using any other metric than deforming based solely on the corresponding points. Is it possible to use SimpleElastix in this way? using the CorrespondingPointsEuclideanDistanceMetric as the only transformation?

Thank you in advance.