Skip to content

cyberfantics/ComputerVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Repository

Welcome to the Computer Vision repository! This repository contains labs, lecture notes, and practice files for the Computer Vision course taught by Dr. Wajid Arshad Abbasi.

Dr. Wajid Arshad Abbasi's GitHub profile: https://github.com/wajidarshad

🗂 Repository Structure

The repository is organized into the following folders:

  • Labs: Contains lab assignments and practical exercises that demonstrate computer vision techniques and concepts.
  • Lectures: Includes lecture slides, notes, and explanations of computer vision topics covered during the course.

🔧 Technologies and Tools Used

This repository focuses on the following:

  • Python: Programming language for implementing computer vision algorithms.
  • OpenCV: A powerful library for computer vision tasks like image processing, object detection, and more.
  • NumPy: For efficient numerical computations.
  • Matplotlib/Seaborn: For data visualization and image plotting.
  • Other Libraries: Additional libraries depending on specific labs (e.g., Scikit-learn, TensorFlow, PyTorch).

📚 Topics Covered

  • Image processing basics: filtering, transformations, and edge detection
  • Feature extraction and matching
  • Object detection and tracking
  • Image classification using deep learning
  • Neural network architectures for vision tasks
  • Advanced techniques: semantic segmentation, generative models, etc.

🚀 How to Use

  1. Clone the repository:

    git clone https://github.com/cyberfantics/computer-vision.git
  2. Navigate to the desired folder (e.g., Labs or Lectures).

  3. Open the relevant files to explore the content or run the code.

🤝 Contributions

Contributions are welcome! If you find any issue or have ideas for improvement, feel free to create a pull request or open an issue in the repository.

📧 Contact

For questions or collaboration opportunities, feel free to reach out at:


Happy coding and learning! 😊