Welcome to the Computer Vision Projects repository! This repository contains a collection of projects that demonstrate different techniques and applications of computer vision using various libraries and frameworks.
This project focuses on detecting faces and full bodies in images. We use OpenCV to implement the detection algorithms.
- Technologies Used: OpenCV
- Dataset: Custom images
- Key Features: Face detection, full-body detection, real-time processing.
Contributions are welcome! If you have any suggestions, bug reports, or pull requests, please feel free to submit them.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.