init - 初始化项目
This commit is contained in:
8
modules/photo/misc/objc/gen_dict.json
Normal file
8
modules/photo/misc/objc/gen_dict.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"func_arg_fix" : {
|
||||
"Photo": {
|
||||
"(void)fastNlMeansDenoising:(Mat*)src dst:(Mat*)dst h:(FloatVector*)h templateWindowSize:(int)templateWindowSize searchWindowSize:(int)searchWindowSize normType:(int)normType" : { "h" : { "name" : "hVector" } },
|
||||
"(void)fastNlMeansDenoisingMulti:(NSArray<Mat*>*)srcImgs dst:(Mat*)dst imgToDenoiseIndex:(int)imgToDenoiseIndex temporalWindowSize:(int)temporalWindowSize h:(FloatVector*)h templateWindowSize:(int)templateWindowSize searchWindowSize:(int)searchWindowSize normType:(int)normType" : { "h" : { "name" : "hVector" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user