theothergrantdavidson / opencv-ts

A place for the typescript bindings for OpencvJS
Apache License 2.0
51 stars 18 forks source link

cv.matchTemplate throws exception #15

Closed thelogicalkoan closed 2 years ago

thelogicalkoan commented 2 years ago

I am using cv.matchTemplate in my react app, and it shows the following exception

Screenshot 2022-02-10 at 3 02 24 PM

The rows, and cols are correct the datatype used for the images and template is CV_8UC4 and for the mask it is the same for result it is CV_32FC1

How to solve this issue? Any leads would be appreciated.

Thanks!