File size: 1,593 Bytes
be94e5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "ManualFuncs" : {
        "SimpleBlobDetector": {
            "setParams": { "declaration" : [""], "implementation" : [""] },
            "getParams": { "declaration" : [""], "implementation" : [""] }
        }
    },
    "enum_fix" : {
        "FastFeatureDetector" : { "DetectorType": "FastDetectorType" },
        "AgastFeatureDetector" : { "DetectorType": "AgastDetectorType" }
    },
    "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"} }
        }
    }
}