Difference between InverseDeformationFieldImageFilter and InverseDisplacementFieldImageFilter

Hello!

According to the wiki pages, I can’t tell any difference between InverseDeformationFieldImageFilter (https://itk.org/Doxygen/html/classitk_1_1InverseDeformationFieldImageFilter.html) and InverseDisplacementFieldImageFilter (https://itk.org/Doxygen/html/classitk_1_1InverseDisplacementFieldImageFilter.html). Does anyone know if they’re really equivalent?

Thanks!
-Ray

InverseDeformationFieldImageFilter is kept for backwards compatibility with version 3 of the library. It has already been removed from master version. You should use the newer class, the InverseDisplacementFieldImageFilter.

Are there any example codes where these filters (iterativeInverseDisplacementfield filter)are used? many of the links are not working as itk is updated to 5.0