Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 1df4974

Browse files
Merge pull request justadudewhohacks#475 from legraphista/patch-1
Fix: TS: added missing Mat.release fn definition
2 parents 9d694b2 + 2daffd3 commit 1df4974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/typings/Mat.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ export class Mat {
311311
warpPerspectiveAsync(transforMationMatrix: Mat, size?: Size, flags?: number, borderMode?: number, borderValue?: Vec3): Promise<Mat>;
312312
watershed(markers: Mat): Mat;
313313
watershedAsync(markers: Mat): Promise<Mat>;
314-
314+
release(): void;
315+
315316
static eye(rows: number, cols: number, type: number): Mat;
316317
}

0 commit comments

Comments
 (0)