mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Add Java overloads for each default argument (#11940)
* Add Java overloads for each default argument * Add "fisheye_" prefix for cv::fisheye:: functions and enums
This commit is contained in:
committed by
Vadim Pisarevsky
parent
540415dc5e
commit
f38808a39f
@@ -18,6 +18,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"namespaces_dict": {
|
||||
"cv.fisheye": "fisheye"
|
||||
},
|
||||
"func_arg_fix" : {
|
||||
"findFundamentalMat" : { "points1" : {"ctype" : "vector_Point2f"},
|
||||
"points2" : {"ctype" : "vector_Point2f"} },
|
||||
|
||||
Reference in New Issue
Block a user