1#ifndef MNNCORRECT_UTILS_HPP
2#define MNNCORRECT_UTILS_HPP
45template<
typename Index_,
typename Distance_>
46using NeighborSet = std::vector<std::vector<std::pair<Index_, Distance_> > >;
Batch correction with mutual nearest neighbors.
Definition compute.hpp:24
ReferencePolicy
Definition utils.hpp:38
std::size_t BatchIndex
Definition utils.hpp:20