Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2025-05-27 16:48:22 +03:00
167 changed files with 7028 additions and 4687 deletions

View File

@@ -83,11 +83,9 @@ public class DnnListRegressionTest extends OpenCVTestCase {
}*/
public void testForward() {
List<Mat> outs = new ArrayList();
List<String> outNames = new ArrayList();
//outNames.add("");
Mat out;
try {
net.forward(outs,outNames);
out = net.forward();
} catch(Exception e) {
fail("Net forward failed: " + e.getMessage());
}