moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API

This commit is contained in:
Andrey Pavlenko
2012-03-16 15:11:56 +00:00
parent 0bc5140b17
commit 20cceb8fdf
6 changed files with 74 additions and 12 deletions

View File

@@ -1339,6 +1339,7 @@ public class ImgprocTest extends OpenCVTestCase {
fail("Not yet implemented");
}
/*
public void testInpaint() {
Core.circle(gray255, new Point(matSize / 2, matSize / 2), 2, colorBlack, Core.FILLED);
Core.circle(gray0, new Point(matSize / 2, matSize / 2), 2, colorWhite, Core.FILLED);
@@ -1347,6 +1348,7 @@ public class ImgprocTest extends OpenCVTestCase {
assertMatEqual(getMat(CvType.CV_8U, 255), dst);
}
*/
public void testIntegral2MatMatMat() {
Mat src = new Mat(3, 3, CvType.CV_32F, new Scalar(3));