Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PERF: Use the faster
TransformPhysicalPointToIndex
overload in filter
Replaced `image->TransformPhysicalPointToIndex(point, index)` call by `image->TransformPhysicalPointToIndex(point)`, which is slightly faster, as it does not figure out whether or not the point is inside the image. Follow-up to pull request #993 commit 0703516 "STYLE: Use image->TransformPhysicalPointToIndex(point), returning index"
- Loading branch information