mirror of
https://github.com/opencv/opencv.git
synced 2025-01-11 23:18:11 +08:00
ef98c25d60
Features2d cleanup: Move several feature detectors and descriptors to opencv_contrib #25292 features2d cleanup: #24999 The PR moves KAZE, AKAZE, AgastFeatureDetector, BRISK and BOW to opencv_contrib/xfeatures2d. Related PR: opencv/opencv_contrib#3709
29 lines
1.5 KiB
JSON
29 lines
1.5 KiB
JSON
{
|
|
"ManualFuncs" : {
|
|
"SimpleBlobDetector": {
|
|
"setParams": { "declaration" : [""], "implementation" : [""] },
|
|
"getParams": { "declaration" : [""], "implementation" : [""] }
|
|
}
|
|
},
|
|
"enum_fix" : {
|
|
"FastFeatureDetector" : { "DetectorType": "FastDetectorType" }
|
|
},
|
|
"func_arg_fix" : {
|
|
"Feature2D": {
|
|
"(void)compute:(NSArray<Mat*>*)images keypoints:(NSMutableArray<NSMutableArray<KeyPoint*>*>*)keypoints descriptors:(NSMutableArray<Mat*>*)descriptors" : { "compute" : {"name" : "compute2"} },
|
|
"(void)detect:(NSArray<Mat*>*)images keypoints:(NSMutableArray<NSMutableArray<KeyPoint*>*>*)keypoints masks:(NSArray<Mat*>*)masks" : { "detect" : {"name" : "detect2"} }
|
|
},
|
|
"DescriptorMatcher": {
|
|
"(DescriptorMatcher*)create:(NSString*)descriptorMatcherType" : { "create" : {"name" : "create2"} }
|
|
},
|
|
"FlannBasedMatcher": {
|
|
"FlannBasedMatcher": { "indexParams" : {"defval" : "cv::makePtr<cv::flann::KDTreeIndexParams>()"}, "searchParams" : {"defval" : "cv::makePtr<cv::flann::SearchParams>()"} }
|
|
},
|
|
"BFMatcher": {
|
|
"BFMatcher" : { "normType" : {"ctype" : "NormTypes"} },
|
|
"(BFMatcher*)create:(int)normType crossCheck:(BOOL)crossCheck" : { "create" : {"name" : "createBFMatcher"},
|
|
"normType" : {"ctype" : "NormTypes"} }
|
|
}
|
|
}
|
|
}
|