Class VabraAlgorithm
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.registration.vabra.VabraAlgorithm
-
public class VabraAlgorithm extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ModelImagedeformationFieldprotected ModelImageregisteredResults
-
Constructor Summary
Constructors Constructor Description VabraAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelImagegetDeformationField()ModelImagegetRegisteredResults()ModelImagesolve(ModelImage subject, ModelImage target)
-
-
-
Field Detail
-
deformationField
protected ModelImage deformationField
-
registeredResults
protected ModelImage registeredResults
-
-
Method Detail
-
solve
public ModelImage solve(ModelImage subject, ModelImage target)
- Parameters:
subject- The 3D B0 Image that will be registered to the target.target- The 3D Structural image.- Returns:
- the list of ModelImages that are the registered subjects.
-
getDeformationField
public ModelImage getDeformationField()
-
getRegisteredResults
public ModelImage getRegisteredResults()
-
-