2021 Jul 01 6:02 PM
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.
2021 Jul 01 6:31 PM
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.
2021 Jul 01 6:31 PM
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.
2021 Jul 01 6:44 PM
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)