| 123456789101112131415161718 |
- {
- "type_dict" : {
- "Feature2D": {
- "j_type": "Feature2D",
- "jn_type": "long",
- "jni_type": "jlong",
- "jni_var": "Feature2D %(n)s",
- "suffix": "J",
- "j_import": "org.opencv.features2d.Feature2D"
- },
- "uchar": {
- "j_type": "byte",
- "jn_type": "byte",
- "jni_type": "jbyte",
- "suffix": "B"
- }
- }
- }
|