Python : Warp Perspective using OpenCV
In perspective transformation, the perspective of an image is tranformed to get a better view or insights about the required informatin. We need point...
October 11, 2020 1 min read
Posts with tag : Python
In perspective transformation, the perspective of an image is tranformed to get a better view or insights about the required informatin. We need point...
October 11, 2020 1 min read
SQLAlchemy is a Python based toolkit and Object Relation Mapper for managing database. To start with, let's install the SQLAlchemy by creating an vir...
May 16, 2020 3 min read
Docker is software program that uses OS Level Virtualization to deliver softwares in packages known as Containers. Containers are isolated from one an...
April 11, 2020 5 min read
Numpy, one of the powerful package in Python has Matrices and N-Dimensional Arrays which can be used for matrix computation. Numpy matrices are basic...
October 19, 2019 1 min read
Numpy is one of the most popular Python library used in Data Science and Scientific computing. Numpy's main object is the homogeneous multidimensional...
May 10, 2019 3 min read