Skip to content

Commit 76fbf9a

Browse files
authored
Fix putText parameters
1 parent dd53ac6 commit 76fbf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typings/Mat.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export class Mat {
244244
push_backAsync(mat: Mat): Promise<Mat>;
245245
pushBack(mat: Mat): Mat;
246246
pushBackAsync(mat: Mat): Promise<Mat>;
247-
putText(text: string, origin: Point2, fontFace: number, fontScale: number, color?: Vec3, lineType?: number, thickness?: number, bottomLeftOrigin?: boolean): void;
247+
putText(text: string, origin: Point2, fontFace: number, fontScale: number, color?: Vec3, thickness?: number, lineType?: number, bottomLeftOrigin?: boolean): void;
248248
pyrDown(size?: Size, borderType?: number): Mat;
249249
pyrDownAsync(size?: Size, borderType?: number): Promise<Mat>;
250250
pyrUp(size?: Size, borderType?: number): Mat;

0 commit comments

Comments
 (0)