Commit 3b2d4b57 authored by Marius Muja's avatar Marius Muja

Bringing get_param and print_params into cv::flann namespace.

parent 9153018b
...@@ -88,6 +88,9 @@ using ::cvflann::HierarchicalClusteringIndexParams; ...@@ -88,6 +88,9 @@ using ::cvflann::HierarchicalClusteringIndexParams;
using ::cvflann::AutotunedIndexParams; using ::cvflann::AutotunedIndexParams;
using ::cvflann::SavedIndexParams; using ::cvflann::SavedIndexParams;
using ::cvflann::SearchParams; using ::cvflann::SearchParams;
using ::cvflann::get_param;
using ::cvflann::print_params;
// bring the flann distances into this namespace // bring the flann distances into this namespace
using ::cvflann::L2_Simple; using ::cvflann::L2_Simple;
...@@ -104,6 +107,7 @@ using ::cvflann::ChiSquareDistance; ...@@ -104,6 +107,7 @@ using ::cvflann::ChiSquareDistance;
using ::cvflann::KL_Divergence; using ::cvflann::KL_Divergence;
template <typename Distance> template <typename Distance>
class GenericIndex class GenericIndex
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment