Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.25 KB

File metadata and controls

47 lines (32 loc) · 1.25 KB

Basic Augmented Reality Course (OpenCV)

This is a Basic Augmented Reality Course using OpenCV. This project was developed as a mini project in our VI semester with my team.

📚 Course Content

No. Topic Status
1 Setting Up Development Environment in VS Code (OpenCV Python)
2 Introduction to AR and Generating Markers
3 Markers Detection
4 Simple Image Augmentation (Project 1)
5 Camera Calibration
6 3D Pose & Distance Estimation

⚙️ Installation

⚠️ OpenCV has updated function names in the latest version. To ensure compatibility, install the specified version below.

Windows

pip install opencv-contrib-python==4.5.5.62

Linux / macOS

pip3 install opencv-contrib-python==4.5.5.62

🤝 Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to submit a pull request or open an issue.


📜 License

This project is open-source and available under the MIT License.


📩 Need Help?

If you have any questions or need assistance with a Computer Vision project, feel free to reach out!

Happy coding! 🚀