As shown in the above figure, the output should be displayed like this. Can anyone please help me?
Asked
Active
Viewed 371 times
0

Raktim Biswas
- 4,011
- 5
- 27
- 32

jyothi
- 27
- 6
-
1Can you please explain in more details what you're trying to achieve here? – Waleed Sep 14 '18 at 05:38
-
what kind of compare are you talking about ? compare by size or compare by images . – TAHA SULTAN TEMURI Sep 14 '18 at 05:38
-
Your question is very unclear. Please explicate. – bolkay Sep 14 '18 at 05:43
-
Sadly being unclear doesn't perhaps matter as the question is arguably too broad and if so off-topic for SO. [ask]. Wishing you well – Sep 14 '18 at 05:47
-
Sry , If prize is present in those 2 images that should be displayed .https://i.stack.imgur.com/Yi0c0.jpg – jyothi Sep 14 '18 at 06:08
-
1You may want to study [this post](https://stackoverflow.com/questions/26224095/how-to-find-the-difference-between-two-images/26225153?s=1|49.1682#26225153).. – TaW Sep 14 '18 at 07:01
-
You dont want to compare the difference in color between the two images you want to get the different text. This is no trivial job. You probably need algorithms that get text from images. – γηράσκω δ' αεί πολλά διδασκόμε Sep 14 '18 at 13:21
1 Answers
0
Equal points are the ones that make this equality true -binary operation-: "image1 pixel" AND "image2 pixel" == "image1 pixel"
If you're working with Bitmap class, you have a Pixels array where you can apply this kind of comparison

Pedro Berberana
- 9
- 2