21 lines
630 B
JSON
21 lines
630 B
JSON
{
|
|
"class_ignore_list" : [
|
|
"SURF_CUDA"
|
|
],
|
|
"AdditionalImports" : {
|
|
"*" : [ "\"xfeatures2d.hpp\"" ]
|
|
},
|
|
"func_arg_fix" : {
|
|
"DAISY" : {
|
|
"create" : { "norm" : { "ctype" : "NormalizationType",
|
|
"defval" : "cv::xfeatures2d::DAISY::NRM_NONE"} }
|
|
},
|
|
"PCTSignatures" : {
|
|
"(PCTSignatures*)create:(NSArray<Point2f*>*)initSamplingPoints initSeedCount:(int)initSeedCount" : { "create" : {"name" : "create2"} }
|
|
}
|
|
},
|
|
"enum_fix" : {
|
|
"AgastFeatureDetector" : { "DetectorType": "AgastDetectorType" }
|
|
}
|
|
}
|