Commit 00be2cf1 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed Android build problem

parent 4d09737a
...@@ -91,6 +91,8 @@ const_ignore_list = ( ...@@ -91,6 +91,8 @@ const_ignore_list = (
"CV_TM_.+", "CV_TM_.+",
"CV_FLOODFILL_.+", "CV_FLOODFILL_.+",
"CV_ADAPTIVE_THRESH_.+", "CV_ADAPTIVE_THRESH_.+",
"WINDOW_.+",
"WND_PROP_.+",
) )
const_private_list = ( const_private_list = (
...@@ -553,6 +555,7 @@ JNIEXPORT jlong JNICALL Java_org_opencv_ml_CvDTreeParams_n_1newObj ...@@ -553,6 +555,7 @@ JNIEXPORT jlong JNICALL Java_org_opencv_ml_CvDTreeParams_n_1newObj
//javadoc:CvEMParams::CvEMParams() //javadoc:CvEMParams::CvEMParams()
public CvEMParams() { public CvEMParams() {
nativeObj = n_newObj(); nativeObj = n_newObj();
} }
""", """,
'jn_code' : 'private static native long n_newObj();', 'jn_code' : 'private static native long n_newObj();',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment