You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A project demonstrating various image manipulation techniques using OpenCV in Python. Includes practical examples of affine transforms (translation, rotation), perspective transforms, and image stitching. This notebook explores both manual matrix calculations and built-in OpenCV functions.