Skip to content

delete() does not exist on type Mat. Necessary in this version? #40

@keckelt

Description

@keckelt

Hi,
Thanks for creating this version!

I have been using the opencv.js file from OpenCV in JS projects previously and now using your library in a TypeScript project.

I have always been calling .delete() on Mat instances before, as they do in tutorials on the OpenCV page.
Is this necessary for this library as well?

I'm asking because tsc and VS Code are showing an error that: Property 'delete' does not exist on type 'Mat'.ts(2339)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions