-3

I have two images - A,B. I need to know in java code if B is a part of A.

PS: Someone told me to handle this with "Reverse Image Search" but I do not know how.

Leigh
  • 28,765
  • 10
  • 55
  • 103
RandyZ
  • 3
  • 3
  • probably similar question of this http://stackoverflow.com/questions/6999920/looking-for-an-image-comparison-pattern-recognition-library – rajpara Jun 27 '12 at 07:40
  • Also since you are new, you may want to read [the faq's](http://stackoverflow.com/faq#questions)... – Leigh Jun 27 '12 at 21:42

1 Answers1

0

Image can be defined as an abstraction of BufferedImage, it just holds header-like information. Before reading the image pixels, compare the images with their sizes. Follow me

Community
  • 1
  • 1
LuminiousAndroid
  • 1,557
  • 4
  • 18
  • 28