Home | History | Annotate | Download | only in test

Lines Matching full:bbox

211         Rect bbox = Imgproc.boundingRect(points);
213 assertTrue(bbox.contains(p1));
214 assertFalse(bbox.contains(p2));