Skip to content

Commit

Permalink
DOC: add ComputeJacobianWithRespectToPosition change to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Nov 10, 2020
1 parent 5eb4697 commit e06776f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/ITK5MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,13 @@ The method `SetLegacyAnalyze75Mode` is now expecting parameter specifying which
* `itk::Analyze75Flavor::AnalyzeFSL` - use FSL convention
There is also now CMake configuration option `ITK_NIFTI_IO_ANALYZE_FLAVOR` which specifies default behaviour of the reader, `ITK4Warning` is the default.

`itk::Transform` class had method signature change.
`void ComputeJacobianWithRespectToPosition(const PointType &, JacobianType &) const`
now has signature
`void ComputeJacobianWithRespectToPosition(const PointType &, JacobianPositionType &) const`.
`JacobianPositionType` is publicly exposed in `itk::Transform`.
See commit 212cae522d8451ea089c41f8a151279e1dd17042 for details.

Consolidated Vector Filter
--------------------------

Expand Down

0 comments on commit e06776f

Please sign in to comment.