Overlay transparent polygons on image using python
In this post, we will see how to overlay a polygon on images using opencv and PIL, the polygon is defined as a series of vertices inside an array and we will...
In this post, we will see how to overlay a polygon on images using opencv and PIL, the polygon is defined as a series of vertices inside an array and we will...
In this post, we will see how to display the images in a grid using matplotlib imshow and Image grid. Alternatively, we will see the visualization of image b...
In this post, we will learn how to fill color in the matplotlib charts between two vertical or Horizaontal lines and also inside the Polygons
Scatter plot are useful to analyze the data typically along two axis for a set of data. It shows the relationship between two sets of data
KD Tree is a modified Binary Search Tree(BST) that can perform search in multi-dimensions and that’s why K-dimensional.
In this post we will see how large data is stored in multi-dimensional arrays, which is also called as tensors.
What is Swagger?
In this post we will see different ways to Index a Numpy array using another array of index
Dashboard gives a graphical interface to visualize the key indicators and trends of your data. However, Creating Dashboard is always been a tedious task for ...