Skip to content

Augmented reality utilizes the camera for object detection, leveraging OpenCV to identify data from ArUco markers.

License

Notifications You must be signed in to change notification settings

habeeb65/AR-using-camera-to-object-detection-

Repository files navigation

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! 🚀

About

Augmented reality utilizes the camera for object detection, leveraging OpenCV to identify data from ArUco markers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages