MetricKnn API
Fast Similarity Search using the Metric Space Approach
Main Page
Classes
Files
Examples
File List
File Members
src
metricknn
metricknn_cpp
impl
metricknn_opencv.hpp
1
/*
2
* Copyright (C) 2012-2015, Juan Manuel Barrios <juanmanuel@barrios.cl>
3
* All rights reserved.
4
*
5
* This file is part of MetricKnn.
6
* MetricKnn is made available under the terms of the BSD 2-Clause License.
7
*/
8
9
#ifndef METRICKNN_OPENCV_HPP_
10
#define METRICKNN_OPENCV_HPP_
11
12
#include "../metricknn_impl.hpp"
13
14
#ifdef WITH_OPENCV
15
16
#include <opencv2/core/core.hpp>
17
18
void
mknn_dataset_convertToMat(
MknnDataset
*dataset, cv::Mat &image);
19
20
#endif
21
22
#endif
MknnDataset
Definition:
dataset.c:11
Generated on Fri Aug 28 2015 09:43:33 for MetricKnn API by
1.8.9.1
Powered by