From: Vadim Pisarevsky Date: Thu, 14 Aug 2014 10:53:02 +0000 (+0400) Subject: fixed trailing whitespaces X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~179^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75487d43f5f053ceeacbede367e9f7387337b59d;p=profile%2Fivi%2Fopencv.git fixed trailing whitespaces --- diff --git a/modules/java/android_test/src/org/opencv/test/imgproc/ImgprocTest.java b/modules/java/android_test/src/org/opencv/test/imgproc/ImgprocTest.java index 22d96ef..c9c38a4 100644 --- a/modules/java/android_test/src/org/opencv/test/imgproc/ImgprocTest.java +++ b/modules/java/android_test/src/org/opencv/test/imgproc/ImgprocTest.java @@ -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 polyline = new ArrayList(); @@ -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); diff --git a/modules/java/generator/gen_java.py b/modules/java/generator/gen_java.py index 41c3f75..a4df817 100755 --- a/modules/java/generator/gen_java.py +++ b/modules/java/generator/gen_java.py @@ -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' :