Manish Kumar Saini has Published 958 Articles

Automatically Maximize an Image in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 18-Jul-2023 10:14:12

215 Views

MATLAB programming allows us to automatically maximize an image for better visibility. For this, we can use the “figure” function with some arguments which described in the following syntax. Syntax figure('units', 'normalized', 'outerposition', [0 0 1 1]); The “figure” command with all these parameters automatically maximizes an image. ... Read More

Auto Cropping Based on Labeling the Connected Components using MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 18-Jul-2023 10:12:07

144 Views

In digital image processing, the auto cropping based labeling the connected components is a cropping technique in which different regions in an image are determined by using labeled connected component. After that the image is automatically cropped by extracting the surrounding area of each connecting component. The main advantage of ... Read More

Adaptive Histogram Equalization in Image Processing Using MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 18-Jul-2023 10:10:36

457 Views

Histogram equalization is a method used in image processing to improve the dynamic range of the histogram. This mathematical technique is widely used for enhancing the contrast of an image in digital image processing. This technique provides a wider and balanced distribution of pixel values in the image. Histogram equalization ... Read More

Difference between Supercomputer and Quantum Computer

Manish Kumar Saini

Manish Kumar Saini

Updated on 17-Jul-2023 17:44:18

7K+ Views

What is a Computer? A computer is an electric device which is developed by Charles Babbage in 1822. It takes input data from the input devices, stores and process it, and produces output in the output devices. The processing is done by the Central Processing Unit. It is ... Read More

Difference between Primary Distribution and Secondary Distribution Systems

Manish Kumar Saini

Manish Kumar Saini

Updated on 17-Jul-2023 17:40:14

9K+ Views

Introduction to Electricity Distribution Electricity distribution refers to the process of distributing the electrical power from generating stations to the consumers. In the first step, electricity is distributed to substations from the generating stations through transmission lines by increasing the voltage level to reduce transmission losses. In the second step, ... Read More

Difference between Pipe Earthing and Plate Earthing

Manish Kumar Saini

Manish Kumar Saini

Updated on 17-Jul-2023 17:37:11

8K+ Views

In electrical power system, electrical earthing is one of the most important concept used to provide safety and protection to both human and equipment. Electrical earthing, also called as grounding, is basically a path of very low-resistance between the electrical equipment/system and the earth surface. The main purpose of electrical ... Read More

Difference between Step-Index Fiber and Graded-Index Fiber

Manish Kumar Saini

Manish Kumar Saini

Updated on 17-Jul-2023 17:33:56

42K+ Views

Optical fiber technology is defined as technology that is capable to transmit information in the form of light pulses with the help of a high-quality glass or plastic material. It looks like a transparent filament. In this article, we will go through optical fiber, its types, and the differences between ... Read More

Difference between Hybrid Electric Vehicle and Electric Vehicle

Manish Kumar Saini

Manish Kumar Saini

Updated on 17-Jul-2023 17:26:22

7K+ Views

The automotive industry is undergoing a major revolution in the method we power our vehicle. The hybrid electric vehicle (HEV) and electric vehicle (EV) are at the leading position of this revolution. The fundamental difference between hybrid electric vehicle and electric vehicle is that electric vehicle relies only on ... Read More

Bipolar-Output D/A Converters

Manish Kumar Saini

Manish Kumar Saini

Updated on 17-Jul-2023 17:18:51

1K+ Views

In digital electronics, a D/A converter, also called Digital-to-Analog Converter, is an electronic device that converts digital signal inputs into analog signal outputs. Depending on the polarity of output signals, D/A converters can be classified into two types namely, Unipolar-Output D/A Converters and Bipolar-Output D/A Converters. A unipolar-output D/A ... Read More

Block Coding in Digital Electronics

Manish Kumar Saini

Manish Kumar Saini

Updated on 17-Jul-2023 17:16:02

7K+ Views

In digital electronics, block coding is a technique of encoding data into a specific format. It is mainly used to detect and correct errors occurred in the information during transmission and storage. This is done by adding a block code of redundant information to the main data. Block coding ... Read More

Advertisements