KolosDan

Results 3 comments of KolosDan

@kadirnar any news? got the same problem on rtx4090 in runpod

I have tried to initialize FlannBased matcher with `new cv.DescriptorMatcher(cv.DescriptorMatcher_FLANNBASED)` but it throws an error `Cannot pass non-string to std::string...`. I was messing with arguments for DescriptorMatcher and it strangely...

@kintovt You can add it to opencv.js by adding `'FlannBasedMatcher': ['isMaskSupported', 'create']` to https://github.com/opencv/opencv/blob/master/platforms/js/opencv_js.config.py UPD: Features2D directive in config dict. Follow the example of BFMatcher. Then just build it from...