fix typo in aruco vendor
This commit is contained in:
2
vendor/ts-aruco/src/aruco.ts
vendored
2
vendor/ts-aruco/src/aruco.ts
vendored
@@ -26,7 +26,7 @@ References:
|
|||||||
http://www.uco.es/investiga/grupos/ava/node/26
|
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 {
|
export interface Marker {
|
||||||
id: number
|
id: number
|
||||||
|
|||||||
Reference in New Issue
Block a user