struct cvflann::KDTreeIndexParams

#include <kdtree_index.h>

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

    KDTreeIndexParams(int trees = 4);
};