From 3a18f9e73592ec56bfdb90a4f5a0577ffc392fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kol=C3=A1=C5=99?= Date: Thu, 21 Mar 2024 09:06:08 +0100 Subject: [PATCH] fix typo in aruco vendor --- vendor/ts-aruco/src/aruco.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/ts-aruco/src/aruco.ts b/vendor/ts-aruco/src/aruco.ts index 0f1ac81..5128d6f 100644 --- a/vendor/ts-aruco/src/aruco.ts +++ b/vendor/ts-aruco/src/aruco.ts @@ -26,7 +26,7 @@ References: http://www.uco.es/investiga/grupos/ava/node/26 */ -import { type CVContour, adaptiveThreshold, approxPolyDP, countNonZero, findContours, grayscale, isContourConvex, minEdgeLength, otsu, perimeter, threshold, warp } from './cv'; +import { CVContour, adaptiveThreshold, approxPolyDP, countNonZero, findContours, grayscale, isContourConvex, minEdgeLength, otsu, perimeter, threshold, warp } from './cv'; export interface Marker { id: number