mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
431 B
18 lines
431 B
{ |
|
"const_private_list" : [ |
|
"OPPONENTEXTRACTOR", |
|
"GRIDDETECTOR", |
|
"PYRAMIDDETECTOR", |
|
"DYNAMICDETECTOR" |
|
], |
|
"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" |
|
} |
|
} |
|
}
|
|
|