1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

Java API minor fixes

This commit is contained in:
Andrey Pavlenko
2012-03-23 15:18:05 +00:00
parent a97c2c838c
commit 1b2525703e
4 changed files with 49 additions and 31 deletions
+2 -2
View File
@@ -508,7 +508,7 @@ func_arg_fix = {
'polylines' : { 'pts' : 'vector_vector_Point', },
'fillConvexPoly' : { 'points' : 'vector_Point', },
'boundingRect' : { 'points' : 'vector_Point', },
#'approxPolyDP' : { 'curve' : 'vector_Point2f', 'CV_OUT approxCurve' : 'vector_Point2f', },
'approxPolyDP' : { 'curve' : 'vector_Point2f', 'approxCurve' : 'vector_Point2f', },
'arcLength' : { 'curve' : 'vector_Point2f', },
'isContourConvex' : { 'contour' : 'vector_Point2f', },
'pointPolygonTest' : { 'contour' : 'vector_Point2f', },
@@ -518,7 +518,7 @@ func_arg_fix = {
'vconcat' : { 'src' : 'vector_Mat', },
'undistortPoints' : { 'src' : 'vector_Point2d', 'dst' : 'vector_Point2d' },
'checkRange' : {'pos' : '*'},
#'meanStdDev' : {'mean' : 'Scalar', 'stddev' : 'Scalar'},
'meanStdDev' : {'mean' : 'vector_double', 'stddev' : 'vector_double'},
}, # '', i.e. no class
} # func_arg_fix