An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

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

![citygarden_day](https://user-images.githubusercontent.com/18000553/133377407-ca10b7c6-dc1b-4fad-abe6-1da22233c30f.png)

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

![citygarden_night](https://user-images.githubusercontent.com/18000553/133377469-057f616b-4ef8-4bee-8ffb-a8cd25a57a9e.png)

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

![daysky](https://user-images.githubusercontent.com/18000553/133377315-5001913f-1b43-45b4-bbb6-57e1c0c8d147.png)

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

![nightsky](https://user-images.githubusercontent.com/18000553/133377344-e09ddf7b-c473-4fb6-bcdc-84ccda895aa1.png)

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)