java: add support for MatOfRotatedRect

This commit is contained in:
berak
2018-11-01 15:37:23 +01:00
parent c8fc8d210b
commit 0cd14e3fb4
3 changed files with 25 additions and 0 deletions
+9
View File
@@ -765,6 +765,15 @@
"v_type": "Mat",
"j_import": "org.opencv.core.MatOfRect2d"
},
"vector_RotatedRect": {
"j_type": "MatOfRotatedRect",
"jn_type": "long",
"jni_type": "jlong",
"jni_var": "std::vector< RotatedRect > %(n)s",
"suffix": "J",
"v_type": "Mat",
"j_import": "org.opencv.core.MatOfRotatedRect"
},
"vector_String": {
"j_type": "List<String>",
"jn_type": "List<String>",