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.
16 lines
353 B
16 lines
353 B
8 years ago
|
{
|
||
|
"class_ignore_list" : [
|
||
|
"SimpleBlobDetector"
|
||
|
],
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|