MetricKnn API
Fast Similarity Search using the Metric Space Approach
metricknn_opencv.h
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_H_
10 #define METRICKNN_OPENCV_H_
11 
12 #include "../metricknn_impl.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 #ifdef WITH_OPENCV
19 
20 #include <opencv2/core/core_c.h>
21 
22 IplImage *mknn_dataset_convertToIplImage(MknnDataset *dataset);
23 
24 #endif
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif
Definition: dataset.c:11
Powered by Download MetricKnn