Manish Kumar Saini has Published 1143 Articles

How to Color Slicing Using HSV Color Space in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:05:21

445 Views

In digital image processing, the process of extracting a specific color or color range from an image with all other colors are discarded is referred to as color slicing. In an image, the color slicing is performed by creating a binary mask that selects all the pixels in the image ... Read More

How to Calculate Cumulative Product in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 16:41:44

278 Views

In this article, we will learn how to calculate cumulative product in MATLAB. So, lets, start with the basic definition of cumulative product. What is Cumulative Product? A mathematical operation in which the product of a sequence of numbers is computed in a cumulative manner is called cumulative product. In ... Read More

How to Calculate Covariance in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 16:36:01

419 Views

In this article, we will explore how to calculate covariance using MATLAB programming. But before that let’s have a look into the basic theory of covariance and importance. What is Covariance? Covariance is a statistical tool used to describe the correlation between two or more random variables. In other words, ... Read More

How to Apply Median Filter for RGB Image in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 16:12:03

437 Views

In digital image processing, filtering is defined as a process of modifying an image to enhance its visibility. Image filtering in digital image processing involves the use of some mathematical operations applied to each pixel of the image. It alters the pixel value to achieve the desired corrections like noise ... Read More

Convolution Theorem for Fourier Transform in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 16:07:39

882 Views

According to the convolution theorem for Fourier transform, the convolution of two signals in the time domain is equivalent to the multiplication in the frequency domain. Therefore, if two signals are convolved in the time domain, they result the same if their Fourier transforms are multiplied in the frequency domain. ... Read More

Convolution Shape (full/same/valid) in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 16:04:03

543 Views

In digital signal processing and image processing, the convolution is a crucial mathematical operation. The primary function of the convolution is to combine two signals to produce a resulting signal. The resulting signal specifies the interaction between the two signals that we combined. In MATLAB, we can perform the convolution ... Read More

Configure the Run Button for Functions in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 15:40:57

146 Views

In this article, we will learn to configure the Run button for functions in MATLAB. In MATLAB, the `Run` button is used execute a MATLAB code. Also, MATLAB allows us to configure the `Run` button to execute a specific user defined function. Algorithm to Configure Run Button The step−by−step process ... Read More

Comparing Two Cell Arrays of Strings of Different Sizes in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 15:27:49

365 Views

In this article, we will learn how to compare two cell arrays of strings of different sizes in MATLAB. Cell Array of Strings In MATLAB, a cell array of strings is a data structure that can store different types of elements. The element of a cell array are enclosed within ... Read More

Boundary Extraction of Image using MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 15:25:52

2K+ Views

In an image, a boundary is an element that separates an object from the background of the image or two different regions within an image. Boundary provides information about the shape and structure of objects present in the image. Boundaries are mainly classified into the following two types: Inner Boundary ... Read More

Black and White Optical Illusion in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 15:23:01

173 Views

An optical or visual phenomenon that creates the perception of distortion, movement or any other type of fascinating visual effect by using back and white patterns is referred to as back and white optical illusion. These back and white patterns utilize the way our eyes and brain process the visual ... Read More

Advertisements