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
75487d43
Commit
75487d43
authored
Aug 14, 2014
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed trailing whitespaces
parent
9a5aa4b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
ImgprocTest.java
...android_test/src/org/opencv/test/imgproc/ImgprocTest.java
+5
-5
gen_java.py
modules/java/generator/gen_java.py
+4
-4
No files found.
modules/java/android_test/src/org/opencv/test/imgproc/ImgprocTest.java
View file @
75487d43
...
...
@@ -1931,7 +1931,7 @@ public class ImgprocTest extends OpenCVTestCase {
};
assertMatEqual
(
truth
,
markers
);
}
public
void
testGetTextSize
()
{
String
text
=
"Android all the way"
;
double
fontScale
=
2
;
...
...
@@ -1945,7 +1945,7 @@ public class ImgprocTest extends OpenCVTestCase {
assertEquals
(
44.0
,
res
.
height
);
assertEquals
(
20
,
baseLine
[
0
]);
}
public
void
testCircleMatPointIntScalar
()
{
Point
center
=
new
Point
(
gray0
.
cols
()
/
2
,
gray0
.
rows
()
/
2
);
int
radius
=
Math
.
min
(
gray0
.
cols
()
/
4
,
gray0
.
rows
()
/
4
);
...
...
@@ -2008,7 +2008,7 @@ public class ImgprocTest extends OpenCVTestCase {
assertEquals
(
pt1Clipped
,
pt1
);
assertEquals
(
pt2Clipped
,
pt2
);
}
public
void
testEllipse2Poly
()
{
Point
center
=
new
Point
(
4
,
4
);
Size
axes
=
new
Size
(
2
,
2
);
...
...
@@ -2112,7 +2112,7 @@ public class ImgprocTest extends OpenCVTestCase {
assertTrue
(
0
<
Core
.
countNonZero
(
gray0
));
}
public
void
testPolylinesMatListOfListOfPointBooleanScalar
()
{
Mat
img
=
gray0
;
List
<
MatOfPoint
>
polyline
=
new
ArrayList
<
MatOfPoint
>();
...
...
@@ -2152,7 +2152,7 @@ public class ImgprocTest extends OpenCVTestCase {
assertEquals
(
0
,
Core
.
countNonZero
(
img
));
}
public
void
testPutTextMatStringPointIntDoubleScalar
()
{
String
text
=
"Hello World"
;
Size
labelSize
=
new
Size
(
175
,
22
);
...
...
modules/java/generator/gen_java.py
View file @
75487d43
...
...
@@ -415,7 +415,7 @@ JNIEXPORT jdoubleArray JNICALL Java_org_opencv_core_Core_n_1minMaxLocManual
"""
,
},
# minMaxLoc
## "checkRange" : #TBD
## {'j_code' : '/* TBD: checkRange() */', 'jn_code' : '', 'cpp_code' : '' },
...
...
@@ -424,7 +424,7 @@ JNIEXPORT jdoubleArray JNICALL Java_org_opencv_core_Core_n_1minMaxLocManual
"useOptimized"
:
{
'j_code'
:
''
,
'jn_code'
:
''
,
'cpp_code'
:
''
},
},
# Core
'Imgproc'
:
{
'getTextSize'
:
...
...
@@ -497,8 +497,8 @@ JNIEXPORT jdoubleArray JNICALL Java_org_opencv_core_Core_n_1minMaxLocManual
}
}
"""
,
},
# getTextSize
},
# getTextSize
},
# Imgproc
'Highgui'
:
...
...
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