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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -