Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PERF:
VectorNeighborhoodInnerProduct
pixel retrieval out of inner loop
Moved the retrieval of neighbor pixels out of the inner `for` loops of both `VectorNeighborhoodInnerProduct<TImage>::operator()` overloads. A reduction of more than 8 % of the duration of `itkSyNPointSetRegistrationTest` was observed, running a Visual Studio 2019 Release build.
- Loading branch information