java: integrate code from base modules
To resolve undefined "Mat_to_vector_KeyPoint" error
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user