Finding the deviation between two similar images
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I drew a baseline shape via adobe illustrator. I then sent this shape to a cutter/plotter, cut several copies of it, and took pictures of each one. In order see how accurate these cuts are I just want to compare the boarders of each cut to the baseline image and sum up every point which deviates from the baseline.
Problem is the images I have of the cuts are not already aligned, they need to be rotated so that they fit each other, using xcorr maybe? Everything must also be greyscale. Then i want to take the edge filter or gradient of each image so that all we have is the outline of the image. I need the absolute value of the difference between each pixel. Then sum them all up so that this sum represents how much the image of the cut differs from the image of the baseline. Can anyone walk me through out to do this or provide me with some code? Thank you.
0 Kommentare
Antworten (1)
Veera Kanmani
am 20 Apr. 2018
https://in.mathworks.com/matlabcentral/answers/283307-standard-deviation-between-images
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!