Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Compare image content between two images

former_member754572
Discoverer
0 Likes
1,344

Hello all,

I am trying to compare the content of 2 images and trying to find out if both images are more than 90% similar.

Tried to play with Rawstring and binary but all in vein.

Kindly help.

1 ACCEPTED SOLUTION
Read only

joltdx
Active Contributor
1,239

Dang! I don't think this is a job for ABAP... If I ever needed this, I would definitely go for external solutions...

But... It's basically about having the data and using the best algorithms for the specific purpose, so technically you can implement something like this in ABAP... Just straight up comparing the raw data of two images won't do unless maybe if you're looking for exact file duplicates.

2 REPLIES 2
Read only

joltdx
Active Contributor
1,240

Dang! I don't think this is a job for ABAP... If I ever needed this, I would definitely go for external solutions...

But... It's basically about having the data and using the best algorithms for the specific purpose, so technically you can implement something like this in ABAP... Just straight up comparing the raw data of two images won't do unless maybe if you're looking for exact file duplicates.

Read only

Sandra_Rossi
Active Contributor
1,239

You need "images [...] more than 90% similar", what you're looking for is API / Artificial Intelligence !

(as a human being, I don't even know what 90% could mean, even for a computer, that would possibly mean different things)