Application for giving the % percent difference between pictures
Posted: 2016-04-14T17:48:00-07:00
Hi All,
I am new to the forums.
I was thinking about creating a comparison tool for a work environment tool.
I work in biotech, and we use a liquid handler to run assays for us. The user will run a specific script on the liquid handler but requires the deck layout to be in a specific order. If not there is no way to knowing and the script will crash.
A way to avoid this issue is to implement a way to take a picture of how the deck looks now, and compare it to how the deck should look.
I was messing around with ImageMagick and think it can serve this purpose. I can write a batch file to do the comparison.
I was wondering if there is a way to output the % difference between the two pictures as a variable I can use in the batch file.
Basically batch file calls ImageMagick, asks the user for the picture, ImageMagick does the comparison, and hands the batch file calling it a variable difference.
If you have any suggestions let me know, I look forward to your answers.
I am new to the forums.
I was thinking about creating a comparison tool for a work environment tool.
I work in biotech, and we use a liquid handler to run assays for us. The user will run a specific script on the liquid handler but requires the deck layout to be in a specific order. If not there is no way to knowing and the script will crash.
A way to avoid this issue is to implement a way to take a picture of how the deck looks now, and compare it to how the deck should look.
I was messing around with ImageMagick and think it can serve this purpose. I can write a batch file to do the comparison.
I was wondering if there is a way to output the % difference between the two pictures as a variable I can use in the batch file.
Basically batch file calls ImageMagick, asks the user for the picture, ImageMagick does the comparison, and hands the batch file calling it a variable difference.
If you have any suggestions let me know, I look forward to your answers.