Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sfm] Optimize EquiDistant cost evaluation code by reducing copying
Cost evaluation code initializes a new std::vector as a temporary during cost copying. This can be improved by storing data in-place.
- Loading branch information