Thursday, April 3, 2025
DSA day by day preparation in two months
Thursday, February 27, 2025
Raster Representation Algorithms
Bitmap Algorithm :-
Stores image data as a 2D array of pixels, where each pixel has a specific intensity or color value.
Image Representation
It refers the way an image is stored, processed, and analyzed. These are several ways to represent an image including.
Raster Representation:-
- Known as Bitmap representation.
- Image is represented as a 2D array of pixels.
- Each Pixel has a specific intensity or color value.
- Commonly used in digital images, graphics and video.
- Image is represented using geometric shapes and lines.
- Uses Mathematical equations to draw shapes and lines.
- Commonly used in graphics, CAD and illustration software.
- Image is represented in the frequency domain using fourier transform.
- Shows the frequency components of the image.
- Useful for image filtering compression and analysis.
Tuesday, February 25, 2025
Introduction of Java
What is Java??
Java is object oriented, platform independent programming language.
Wednesday, February 19, 2025
Java crash notes
You want to learn java?
Then you are in right place. I will teach you how to understand the basic to advance in java
Data Cummunication System
Data communication is the exchange of data between two or more devices via a transmission medium. The communicating devices in a data communication system are referred as nodes or workstations.
The Transmission media used for communicating between devices are referred as communication channels or links.
Effectiveness of data communication depend upon these characteristics.
Delivery:- data must be deliver to the correct destination.
Accuracy:- data must be deliver accurately
Timeliness:- data must be deliver in timely manner.
Multimedia
What are Multimedia System
Monday, February 3, 2025
Types of Images
The Binary Image:- As one could have guessed, binary is all about 0's and 1's.
A binary will contain only two colors.
One being white and the otherr being black.
Thursday, January 30, 2025
what is a pixel
one should understand that, image is nothing but, an array or a matrix of multiple pixels which are properly arranged in columns and rows.
Now, it is also good to understand what a pixel is. A pixel is a word framed from picture element.
"A pixel is the smallest unit in a digital images. Multiple pixels arranged in rows and columns actually from an image. An image is fully composed of pixels."
Monday, January 27, 2025
What is Image Processing?
Assume a human seeing the above signage on the roads. Immediately, his/her eyes will start capturing the content and brain shall interpret what the signals signify. Based on the understanding, one would make a move further.
In digital image processing, the same image shall be fed in as an input to the system and the system shall interpret and understand the content to let the further actions happends.
the algorithms developed shall play a major role in understanding the content with higher accuracy.
"Optical image processing is an area that deals with the object, optics and how processes are applied to an image that is available in the form of reflected or transmitted."
"Analog image processing is an area that deals with the processing of analog electrical signals using analog circuits. The Imaging systems that use film for recording images are also knows as analog imaging systems.
Image Processing intro
- Image speaks louder than words.
- The visual information can be a simple drawing, photographed pictures , and recorded graphs, logos of the organizations or anything of this sort. All these digital images have something in common.
- they all can be stored and saved for future use electronically in any storage device.
- Listeners are presented with a sample image with information inside it. This Image is a traffic sign, which gives information about the signals and signage for the riders.
- This is a digital image and can be stored in any digital storage medium. To be more precise, this image is short which a digital camera.
Day three of theory of computation
1. Non-deterministic Finite Automata (NFA) Unlike a DFA, an NFA allows a machine to explore multiple paths simultaneously. Definition: ...
-
1. Raster Scan Display How It Works : A raster scan display works by painting an image on the screen pixel by pixel, row by row. It follow...
-
*■ Inheritance * • Inheritance is a concept in OOP that allows a class to inherit properties and behaviors (methods) from another class. •...