fix typo in aruco vendor

This commit is contained in:
Michal Kolář
2024-03-21 09:06:08 +01:00
committed by Stanislav Fifik
parent da24d62d61
commit 3a18f9e735

View File

@@ -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