java: force using of 'Ptr<>' for OpenCV classes

This commit is contained in:
Alexander Alekhin
2021-07-02 10:41:41 +00:00
parent 8fad85edda
commit e5841d3126
3 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
]
],
"jni_name": "(*(cv::dnn::DictValue*)%(n)s_nativeObj)",
"jni_name": "(*(*(Ptr<cv::dnn::DictValue>*)%(n)s_nativeObj))",
"jni_type": "jlong",
"suffix": "J",
"j_import": "org.opencv.dnn.DictValue"