theothergrantdavidson / opencv-ts

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

I got error when i try to use cv.idft #37

Closed kiochan closed 6 months ago

kiochan commented 1 year ago

error message below

C:\Users\********************\node_modules\.pnpm\opencv-ts@1.3.6\node_modules\opencv-ts\src\open
cv.js:31
[...]
abort(TypeError: opencv_ts_1.default.idft is not a function). Build with -s ASSERTIONS=1 for more info.
(Use `node --trace-uncaught ...` to show where the exception was thrown)

I try to print out cv.idft. and i become undefined. and I believe my runtime is initialized.

Is cv.idft not compatible with OpenCV 4.5 version?