mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
886220b9be
* add a wrapper for getAvailableTargets * add java wrapper on Target enum
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"type_dict": {
|
|
"MatShape": {
|
|
"j_type": "MatOfInt",
|
|
"jn_type": "long",
|
|
"jni_type": "jlong",
|
|
"jni_var": "MatShape %(n)s",
|
|
"suffix": "J",
|
|
"v_type": "Mat",
|
|
"j_import": "org.opencv.core.MatOfInt"
|
|
},
|
|
"vector_MatShape": {
|
|
"j_type": "List<MatOfInt>",
|
|
"jn_type": "List<MatOfInt>",
|
|
"jni_type": "jobject",
|
|
"jni_var": "std::vector< MatShape > %(n)s",
|
|
"suffix": "Ljava_util_List",
|
|
"v_type": "vector_MatShape",
|
|
"j_import": "org.opencv.core.MatOfInt"
|
|
},
|
|
"vector_size_t": {
|
|
"j_type": "MatOfDouble",
|
|
"jn_type": "long",
|
|
"jni_type": "jlong",
|
|
"jni_var": "std::vector<size_t> %(n)s",
|
|
"suffix": "J",
|
|
"v_type": "Mat",
|
|
"j_import": "org.opencv.core.MatOfDouble"
|
|
},
|
|
"vector_Ptr_Layer": {
|
|
"j_type": "List<Layer>",
|
|
"jn_type": "List<Layer>",
|
|
"jni_type": "jobject",
|
|
"jni_var": "std::vector< Ptr<cv::dnn::Layer> > %(n)s",
|
|
"suffix": "Ljava_util_List",
|
|
"v_type": "vector_Layer",
|
|
"j_import": "org.opencv.dnn.Layer"
|
|
},
|
|
"vector_Target": {
|
|
"j_type": "List<Integer>",
|
|
"jn_type": "List<Integer>",
|
|
"jni_type": "jobject",
|
|
"jni_var": "std::vector< cv::dnn::Target > %(n)s",
|
|
"suffix": "Ljava_util_List",
|
|
"v_type": "vector_Target"
|
|
},
|
|
"LayerId": {
|
|
"j_type": "DictValue",
|
|
"jn_type": "long",
|
|
"jn_args": [
|
|
[
|
|
"__int64",
|
|
".getNativeObjAddr()"
|
|
]
|
|
|
|
],
|
|
"jni_name": "(*(cv::dnn::DictValue*)%(n)s_nativeObj)",
|
|
"jni_type": "jlong",
|
|
"suffix": "J",
|
|
"j_import": "org.opencv.dnn.DictValue"
|
|
}
|
|
}
|
|
}
|