opencv - Find if apple logo is present in target image -



opencv - Find if apple logo is present in target image -

i need find if little image (pattern of logo) in target image (bigger)?

i have tried templatematching - works when exact part of image given search in target image

how find if apple logo nowadays in target image

how handle this?

there different possible ways. can use:

surf(speeded-up robust features) detection

haar-like or lbp features ( <- need test images)

or take @ tutorial-> features2d+homography

opencv image-processing computer-vision boofcv

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -