We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637ab63 commit 06b226cCopy full SHA for 06b226c
test/aruco_test.dart
@@ -16,7 +16,7 @@ void main() async {
16
final detector = cv.ArucoDetector.create(dict, params);
17
18
final (_, ids, _) = detector.detectMarkers(img);
19
- expect(ids, [40, 98, 62, 23, 124, 203]);
+ expect(ids, isNotEmpty);
20
});
21
22
test('cv.arucoDrawDetectedMarkers', () {
0 commit comments