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
This lab focuses on image transformation techniques in OpenCV with Python. Tasks include creating mirror images using both Affine and Projective transformations, applying a Log Transformer for contrast adjustment, and implementing a Power-Law Transformer for gamma correction.
Task 1: Show the mirror image for an image using Affine transformation.
Task 2: Show the mirror image for an image using Projective transformation.
Task 3: Apply Log Transformer.
Task 4: Apply Power-Law Transformer.
About
This lab focuses on image transformation techniques in OpenCV with Python. Tasks include creating mirror images using both Affine and Projective transformations, applying a Log Transformer for contrast adjustment, and implementing a Power-Law Transformer for gamma correction.