TechStark / opencv-js

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

Type children classes of DescriptorMatcher #48

Closed mrudelle closed 7 months ago

mrudelle commented 7 months ago

See the documentation: https://docs.opencv.org/4.x/d3/da1/classcv_1_1BFMatcher.html

BFMatcher has methods like match inherited from DescriptorMatcher. Same for FlannBasedMatcher.

Not sure how these typings are created, don't hesitate to point me to the source.