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
Post a Comment