libcrn
3.9.5
A document image processing library
|
Go to the source code of this file.
Classes | |
class | crn::LazyDistanceMatrix< DATA, DISTANCE > |
Lazy computation of a distance matrix. More... | |
Namespaces | |
crn | |
Functions | |
template<typename DATA , typename DISTANCE > | |
LazyDistanceMatrix< DATA, DISTANCE > | crn::MakeLazyDistanceMatrix (const std::vector< DATA > &d, DISTANCE &&dist) |
Helper to avoid typing long type names. More... | |