Author: Muhammad Hammad S Course: Python Intern in Navodita Infotech Date: 25-09-2025
A simple Python/OpenCV based toolkit that allows:
- Drawing primitives on images (line, circle, rectangle, text)
- Image processing (grayscale, edge detection)
- Face detection using Haar cascade
- Capture & save video from webcam/device
- Install requirements: pip install opencv-python
- Run: python image_toolkit.py
- image_toolkit.py : Main script
- sample_images/ : (optional) sample pictures
- outputs/ : (optional) saved outputs
- Press 'q' in the video window to stop recording.
- For saving images, provide filename with extension (e.g. out.jpg).