mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge branch 4.x
This commit is contained in:
@@ -962,9 +962,9 @@ public class CoreTest extends OpenCVTestCase {
|
||||
|
||||
assertEquals(0.0, d);
|
||||
|
||||
d = Core.Mahalanobis(line1, line2, covar);
|
||||
|
||||
assertTrue(d > 0.0);
|
||||
// Bug: https://github.com/opencv/opencv/issues/24348
|
||||
// d = Core.Mahalanobis(line1, line2, covar);
|
||||
// assertTrue(d > 0.0);
|
||||
}
|
||||
|
||||
public void testMax() {
|
||||
|
||||
Reference in New Issue
Block a user