struct cvflann::SearchParams

#include <params.h>

struct SearchParams: public std::map< cv::String, any >
{
    // construction

    SearchParams(
        int checks = 32,
        float eps = 0,
        bool sorted = true
        );
};