Isha Bansal

Isha Bansal

Hey there stranger! Do check out my blogs if you are a keen learner! Hope you like them!

Edge Detection in Images

Edge detection pinpoints where object boundaries occur in an image by finding pixels with sharp brightness changes. Every edge detection algorithm operates on the same principle: measure how fast pixel values are changing, flag the locations where that change exceeds…

Convex Hulls FeaImg

Convex Hulls in Python

In this tutorial, we will walk through the implementation of a different and unique clustering approach with the help of convex hulls. But it’s always important to understand the concept before jumping right into the code! So let’s understand what…

Venn Diagram FeaImg

Venn Diagrams in Python

The Venn diagram is one of the most obvious data visualizations for illustrating the overlap between two or three data categories or “sets.” John Venn designed these diagrams in the late 1800s; they depict each set of data in a…

PyVista FeaImg

Introduction to PyVista in Python

PyVista (previously `vtki`) is an adaptable assistance module and a high-level API for the Visualization Toolkit (VTK). It is a streamlined interface for the VTK that enables Python-based mesh analysis and 3D figure plotting. It was introduced in May 2019…