191 - Measuring image similarity in python

DigitalSreeni January 12, 2021
Video Thumbnail
DigitalSreeni Logo

DigitalSreeni

View Channel

About

Welcome to my Python coding channel! Here, I'll teach you everything from the very basics to advanced topics in machine learning and deep learning. I'll focus a lot on image processing and other relevant topics. How to cite my work? YouTube video: The general format for citing a YouTube video in APA (American Psychological Association) style is: Author’s Last Name, First Initial. (Year, Month Day Published). Title of video [Video]. YouTube. URL So, here is an example: Bhattiprolu, S. (2023, August 23). 330 - Fine tuning Detectron2 for instance segmentation using custom data [Video]. YouTube. https://youtu.be/cEgF0YknpZw GitHub code: Author’s Last Name, First Initial. (Year). Title of Repository. GitHub. URL Example: Bhattiprolu, S. (2023). python_for_microscopists. GitHub. https://github.com/bnsreenu/python_for_microscopists/blob/master/330_Detectron2_Instance_3D_EM_Platelet.ipynb

Video Description

Comparing images using using SIFT/ORB key point descriptors and SSIM. Code generated in the video can be downloaded from here: https://github.com/bnsreenu/python_for_microscopists

You May Also Like