You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ts error:
Function cv.fisheye_initUndistortRectifyMap causes Property 'fisheye_initUndistortRectifyMap' does not exist on type 'typeof import("xxx/node_modules/@techstark/opencv-js/dist/src/index")'.ts(2339)
but it has output by console.log(cv.fisheye_initUndistortRectifyMap)
The text was updated successfully, but these errors were encountered:
ts error:
Function
cv.fisheye_initUndistortRectifyMap
causesProperty 'fisheye_initUndistortRectifyMap' does not exist on type 'typeof import("xxx/node_modules/@techstark/opencv-js/dist/src/index")'.ts(2339)
but it has output by
console.log(cv.fisheye_initUndistortRectifyMap)
The text was updated successfully, but these errors were encountered: