Home | History | Annotate | Download | only in test

Lines Matching defs:truth

25     DMatch[] truth;
73 truth = new DMatch[] {
95 Mat truth = train.clone();
104 assertMatEqual(truth, descriptors.get(0));
126 Mat truth = train.clone();
132 assertMatEqual(truth, descriptors.get(0));
171 assertArrayDMatchEquals(truth, matches.toArray(), EPS);
183 assertListDMatchEquals(Arrays.asList(truth[0], truth[1]), matches.toList(), EPS);
199 assertArrayDMatchEquals(truth, matches.toArray(), EPS);
210 assertListDMatchEquals(Arrays.asList(truth[0], truth[1]), matches.toList(), EPS);
254 String truth = "%YAML:1.0\n";
255 assertEquals(truth, readFile(filename));