Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Limits check in ComputeJacobianWithRespectToPosition
If the point was assumed to be inside the image (tested independently), the absolute value applied to index was unnecessary. And by removing the absolute value we get also the checking for the index being inside. Added the starting index of the LargestPossibleRegion to make the algorithm also valid for non-zero starting index.
- Loading branch information