-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Better types #5
Comments
Hello @morozovsk , Thanks for the suggestion! Previously, I attempted to take the typings from that project (in this branch). But unfortunately, I found some errors in the typings, for example: MatVector and Mat types. These errors make some false alarms in valid codes, so I haven't merged the that branch to the master yet. |
If you are looking for types that are closer to the generated opencv.js/wasm , I'm currently working on generating typescript types directly from opencv codebase https://github.com/peteruhnak/opencv-ts (with the intention for this to eventually be part of opencv itself). |
@peteruhnak that's interesting! I'll keep track of the project. |
@echamudi
|
Hi.
I found miranda project.
I think you can use these types for better syntax highlighting: https://github.com/cancerberoSgx/mirada/tree/c8721d6bbe004e31ec7578b30443c01274528a3f/mirada/src/types/opencv
The text was updated successfully, but these errors were encountered: