1
0
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:
Dmitry Kurtaev
2018-07-17 13:41:46 +03:00
committed by Vadim Pisarevsky
parent 540415dc5e
commit f38808a39f
2 changed files with 18 additions and 9 deletions
+3
View File
@@ -18,6 +18,9 @@
]
}
},
"namespaces_dict": {
"cv.fisheye": "fisheye"
},
"func_arg_fix" : {
"findFundamentalMat" : { "points1" : {"ctype" : "vector_Point2f"},
"points2" : {"ctype" : "vector_Point2f"} },