提交 0fe30d84 编写于 作者: A Alexander Smorkalov

Added Java bindings for dnn_superres module.

上级 d89b2b9b
...@@ -6,5 +6,5 @@ ocv_define_module( ...@@ -6,5 +6,5 @@ ocv_define_module(
opencv_imgproc opencv_imgproc
opencv_dnn opencv_dnn
OPTIONAL opencv_quality OPTIONAL opencv_quality
WRAP python WRAP python java
) )
\ No newline at end of file
package org.opencv.test.tracking;
import org.opencv.core.Core;
import org.opencv.core.CvException;
import org.opencv.test.OpenCVTestCase;
import org.opencv.dnn_superres.DnnSuperResImpl;
public class DnnSuperresTest extends OpenCVTestCase {
public void testCreateSuperres() {
DnnSuperResImpl sr = DnnSuperResImpl.create();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册