7 #ifndef OPENCV_LIBVOT_API_H
8 #define OPENCV_LIBVOT_API_H
10 #include <opencv2/core/core.hpp>
11 #include <opencv2/highgui/highgui.hpp>
12 #include <opencv2/nonfree/features2d.hpp>
bool OpencvKeyPoints2libvotSift(std::vector< cv::KeyPoint > &key_points, cv::Mat &descriptors, tw::SiftData &sift_data)
Definition: opencv_libvot_api.cpp:13
Sift data structure used in libvot.
Definition: data_types.h:22
namespace tw is mostly related to some utility functions developed by the repository owner...
Definition: opencv_libvot_api.cpp:12