OpenCV.js: How to sort DMatchVector?

asked 2019-04-04 08:11:49 -0600

I am using OpenCV.js 4.1.0-pre, and as far as I can see, there does not appear to be a .sort() method available on a DMatchVector object? Is it renamed and moved onto the global cv object, or just absent? Is there any way to sort the matches by distance without an explicit loop?

edit retag flag offensive close merge delete

Comments

Hi there, I have the same question. Did you figure it out?

yobi9 gravatar imageyobi9 ( 2020-08-21 02:05:03 -0600 )edit