Java API: cleaned imgproc tests; changed signatures of several java functions
This commit is contained in:
parent
e2e4ee2f53
commit
99e3b5a24e
File diff suppressed because it is too large
Load Diff
@ -688,6 +688,13 @@ func_arg_fix = {
|
|||||||
'fillPoly' : { 'pts' : 'vector_vector_Point', },
|
'fillPoly' : { 'pts' : 'vector_vector_Point', },
|
||||||
'polylines' : { 'pts' : 'vector_vector_Point', },
|
'polylines' : { 'pts' : 'vector_vector_Point', },
|
||||||
'fillConvexPoly' : { 'points' : 'vector_Point', },
|
'fillConvexPoly' : { 'points' : 'vector_Point', },
|
||||||
|
'boundingRect' : { 'points' : 'vector_Point', },
|
||||||
|
#'approxPolyDP' : { 'curve' : 'vector_Point2f', 'CV_OUT approxCurve' : 'vector_Point2f', },
|
||||||
|
'arcLength' : { 'curve' : 'vector_Point2f', },
|
||||||
|
'isContourConvex' : { 'contour' : 'vector_Point2f', },
|
||||||
|
'pointPolygonTest' : { 'contour' : 'vector_Point2f', },
|
||||||
|
'minAreaRect' : { 'points' : 'vector_Point2f', },
|
||||||
|
'getAffineTransform' : { 'src' : 'vector_Point2f', 'dst' : 'vector_Point2f', },
|
||||||
}, # '', i.e. no class
|
}, # '', i.e. no class
|
||||||
} # func_arg_fix
|
} # func_arg_fix
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user