java: integrate code from base modules

To resolve undefined "Mat_to_vector_KeyPoint" error
This commit is contained in:
Alexander Alekhin
2016-10-12 17:28:50 +03:00
parent 994815fbd4
commit c16c803fe9
4 changed files with 32 additions and 12 deletions
@@ -0,0 +1 @@
misc/java/src/cpp/features2d_converters.hpp
@@ -3,8 +3,7 @@
#include "opencv2/opencv_modules.hpp"
#include "opencv2/core.hpp"
#include "features2d_manual.hpp"
#include "opencv2/features2d.hpp"
void Mat_to_vector_KeyPoint(cv::Mat& mat, std::vector<cv::KeyPoint>& v_kp);
void vector_KeyPoint_to_Mat(std::vector<cv::KeyPoint>& v_kp, cv::Mat& mat);