https://github.com/cserajdeep/oop-with-python-opencv
Object-Oriented Programming with Python and OpenCV randomly generates day/night-time city landscapes with buildings and trees as objects.
https://github.com/cserajdeep/oop-with-python-opencv
cpp google-colab oop opencv python
Last synced: 2 months ago
JSON representation
Object-Oriented Programming with Python and OpenCV randomly generates day/night-time city landscapes with buildings and trees as objects.
- Host: GitHub
- URL: https://github.com/cserajdeep/oop-with-python-opencv
- Owner: cserajdeep
- License: mit
- Created: 2021-09-14T18:44:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T13:26:28.000Z (about 4 years ago)
- Last Synced: 2025-03-27T22:39:51.614Z (about 1 year ago)
- Topics: cpp, google-colab, oop, opencv, python
- Language: Jupyter Notebook
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Randomly generated Day-time City+Jungle visualization using OOP+Python+OpenCv:

Randomly generated Night-time City+Jungle visualization using OOP+Python+OpenCv:

Randomly generated Day-time City visualization using OOP+Python+OpenCv:

Randomly generated Night-time City visualization using OOP+Python+OpenCv:

Concepts used in the code:
1. Python basics (e.g., for, if-else, random, numpy etc.)
2. Object Oriented Programming (e.g., Multiple Inheritence, Super etc.)
3. OpenCV (e.g., circle, rectangle etc.)
# Support and Motivation
There are many ways to encourage a coder - starring⭐️ the GitHub repos is just one.
# OOPS with Python and OpenCV (Creation of random Eco-friendly City landscapes with day/night sky)