"align” two images.
Hi.
I have a question on how to “align” two images. I have two pictures, one generated form Gerber data (the black and white one) And one taken by my mobile phone. Is there a way to align these two images ( boards ), I need it so I can get all the soldering points, and see if they are done correctly.
Hope anyone can point me in the right way..
Best regards, and thanks in advance.. SPA.
C:\fakepath\IMG_20181004_104949 (1).jpg C:\fakepath\Soldermask bottom Black.jpg
i won't write the code for it here, but you could try to find a homography (maybe using AKAZE features) between your images, and warpPerspective() to map them onto each other.
you should think about feature points
Will this work for you?
cv2.createAlignMTB()