From 30a5b4c38ad7b6109ec0e4664e4790714ec7247a Mon Sep 17 00:00:00 2001 From: abratchik Date: Fri, 7 Oct 2016 13:05:00 +0400 Subject: [PATCH] fix for feature2d java wrappers as described in this post: http://answers.opencv.org/question/101675/surfsift-java-wrapper-for-opencv-3xosx-1011/ --- modules/xfeatures2d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xfeatures2d/CMakeLists.txt b/modules/xfeatures2d/CMakeLists.txt index 2cac3e69b..891bf9b79 100644 --- a/modules/xfeatures2d/CMakeLists.txt +++ b/modules/xfeatures2d/CMakeLists.txt @@ -1,3 +1,3 @@ set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection") ocv_define_module(xfeatures2d opencv_core opencv_imgproc opencv_features2d opencv_calib3d opencv_shape opencv_highgui opencv_videoio opencv_ml - OPTIONAL opencv_cudaarithm WRAP python) + OPTIONAL opencv_cudaarithm WRAP python java)