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

backport of commit: e5841d3126
This commit is contained in:
Alexander Alekhin
2021-07-02 10:41:41 +00:00
parent b699fe7a9d
commit 8d1f254dcc
2 changed files with 21 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"