Computer Vision Assignment
Computer Vision Assignment
Objective:
Instructions:
1. Load Images from a Folder: Load all images from the specified folder using
the Pillow library.
2. Apply Tonal Adjustments: Write functions to perform various tonal
adjustments on each image. You must apply at least brightness, contrast,
color saturation, and sharpness adjustments.
3. Save Adjusted Images: Save each adjusted image in a new folder with
filenames that clearly indicate the applied adjustment.
Requirements:
2. Factor Range:
For each function, the factor parameter will control the level of
adjustment:
Submission:
Python Script: Submit your completed Python script, ensuring all functions
are implemented and images are processed as required.
Example Outputs: Provide a few sample images before and after adjustments
to demonstrate your results.
Evaluation: