In this advanced tutorial in Python and OpenCV, we’ll explore how to find differences in similar images.
Using OpenCV functions, we’ll extract two similar images out of an original image, and then Using HSV, masking and more OpenCV functions, we’ll create a new image with the differences.
Finally, we will extract and mark theses differences over the two original similar images .
If you are interested in learning modern Computer Vision course with deep dive with TensorFlow , Keras and Pytorch , you can find it here : http://bit.ly/3HeDy1V
Before we continue , I actually recommend this book for deep learning based on Tensorflow and Keras : https://amzn.to/3STWZ2N
You can find more similar tutorials in my blog posts page here : https://eranfeit.net/blog/
check out our video here : https://youtu.be/03tY_OF0_Jg&list=UULFTiWJJhaH6BviSWKLJUM9sg
You can find the code here : https://ko-fi.com/s/755696b059
Enjoy,
Eran