We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
The text was updated successfully, but these errors were encountered:
Property 'doubleAt' does not exist on type 'Mat' #22
08ae3c8
Fixed in v4.8.0-release.6
Sorry, something went wrong.
No branches or pull requests
I also have the following error, despite the method existing
The text was updated successfully, but these errors were encountered: