Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.05 KB

File metadata and controls

24 lines (16 loc) · 1.05 KB

📊🐍 Computational Vision (CV)

This repository serves as a centralized collection of Python-based algorithms and implementations for Computational Vision (CV). In addition to the codes, links and references to others resources.


🌟 Project Goals

The primary objective of this repository is to:

  • Consolidate and showcase foundational and advanced CV techniques implemented in Python.
  • Provide a clear, executable, and reproducible environment for learning and experimentation.
  • Offer direct access to code, external resources, and references related to each algorithm.

💻 Technology & Environment

All algorithms were developed and tested using Google Colab notebooks. This ensures that the code is easily accessible, runnable, and requires minimal setup for users.

  • Python: The core programming language.
  • Libraries: Common CV libraries, including OpenCV, NumPy, Matplotlib, scikit-image, TensorFlow/PyTorch, etc.
  • Google Colab: The primary execution environment (IPYNB notebooks).