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

Java sticky instances of class com.mysql.jdbc.Field aggregating -