opencv - object detection using SURF and FLANN features -


i using opencv's surf feature extraction , flann matcher. have existing database of images, , webcam obtain data. want compare webcam images database images , find matches. however, having problems using matches obtained after computing descriptors , keypoints.

my ultimate objective able use image database recognise object infront of camera (assuming in database).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -