[][src]Module cv::knn::hnsw

An approximate nearest neighbor index search data structure

Modules

typenum

This crate provides type-level numbers evaluated at compile time. It depends only on libcore.

Structs

GenericArray

Struct representing a generic array - GenericArray<T, N> works like [T; N]

HNSW

This provides a HNSW implementation for any distance function.

Params
Searcher

Contains all the state used when searching the HNSW

Traits

ArrayLength

Trait making GenericArray work, marking types to be used as length of an array