TechStark / opencv-js

OpenCV JavaScript version for node.js or browser
Apache License 2.0
353 stars 31 forks source link

Property 'doubleAt' does not exist on type 'Mat' #22

Closed pbowyer closed 9 months ago

pbowyer commented 1 year ago

I also have the following error, despite the method existing

Property 'doubleAt' does not exist on type 'Mat'. Did you mean 'doublePtr'? ts(2551)

const standardDeviation = standardDeviationMat.doubleAt(0, 0);
ttt43ttt commented 9 months ago

Fixed in v4.8.0-release.6