Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Manish Kumar Saini has Published 958 Articles
Manish Kumar Saini
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
Manish Kumar Saini
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
Manish Kumar Saini
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
Manish Kumar Saini
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
Manish Kumar Saini
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
Manish Kumar Saini
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
Manish Kumar Saini
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
Manish Kumar Saini
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
Manish Kumar Saini
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
Manish Kumar Saini
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