Zhe-LIU-Imagine / KVLD

KVLD open source library implements Virtual Line Descriptor and Semi-Local Matching Method for Reliable Feature Correspondence in BMVC 2012
BSD 2-Clause "Simplified" License
46 stars 21 forks source link

performance question #5

Open manuel76413 opened 3 years ago

manuel76413 commented 3 years ago

KVLD give us an effective way to obtain robust matches even than RANSAC method, However this algorithm is too slow, I'm wondering how to accelerate it, please give some advice thanks

Zhe-LIU-Imagine commented 3 years ago

Hello, it depends on how fast you want to go. some key parametters may help to adjust the speed (but also the performance). Without changing the principles of kvld, the input pre-selected step for matches can be very helpful, other parrallel step is also possible.