Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
99e3b5a2
Commit
99e3b5a2
authored
Aug 06, 2011
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Java API: cleaned imgproc tests; changed signatures of several java functions
parent
e2e4ee2f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ImgprocTest.java
...android_test/src/org/opencv/test/imgproc/ImgprocTest.java
+0
-0
gen_java.py
modules/java/gen_java.py
+7
-0
No files found.
modules/java/android_test/src/org/opencv/test/imgproc/ImgprocTest.java
View file @
99e3b5a2
This diff is collapsed.
Click to expand it.
modules/java/gen_java.py
View file @
99e3b5a2
...
...
@@ -688,6 +688,13 @@ func_arg_fix = {
'fillPoly'
:
{
'pts'
:
'vector_vector_Point'
,
},
'polylines'
:
{
'pts'
:
'vector_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
}
# func_arg_fix
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment