#image-processing

Thread

Nityesh Agarwal December 11, 2019 at 05:59 AM

Q paper 2018

Nityesh Agarwal December 11, 2019 at 06:03 AM

Steps of DIP with block diagram

Nityesh Agarwal December 11, 2019 at 06:13 AM

Image acquisition - is an image capturing process by image capturing devices and converted into manageable entity
Enhancement - deblur, denoise, improve contrast, sharpen
Restoration - improving the appearance of image - Based on mathematical and probabilistic models
Color image processing - color models - rgb, cmy etc
Compression - for storage and transmission
Segmentation - partition image into constituent parts or objects - It is most difficult task in DIP - edge detection
Representation and description - e input of this process is output of segmentation - indicate external shape characteristics, such as corners and inflections - Complete region: focus on internal properties
Object detection

Nityesh Agarwal December 11, 2019 at 06:14 AM

image and pixel

Nityesh Agarwal December 11, 2019 at 06:16 AM

Intensity, brightness and contrast

Nityesh Agarwal December 11, 2019 at 06:23 AM

In order to become suitable for digital processing, an image function f(x,y) must be digitized both spatially and in amplitude. Hence in order to create an image which is digital, we need to covert continuous data into digital form. There are two steps in which it is done:
Sampling
Quantization
The sampling rate determines the spatial resolution of the digitized image, while the quantization level determines the number of grey levels in the digitized image.

Nityesh Agarwal December 11, 2019 at 09:02 AM

Types of distances

Nityesh Agarwal December 11, 2019 at 09:02 AM

Types of adjancies

Nityesh Agarwal December 11, 2019 at 09:03 AM

Types of zooming

Nityesh Agarwal December 11, 2019 at 09:16 AM

Mathematical transformation are applied to the signals to obtain a further information from the signal that is not readily available in the raw signal. The information that cannot be seen in timedomain can be seen in frequency-domain. Used in image analysis and processing to provide information regarding the rate at which the gray levels change within an image – the spatial frequency content of an image

Nityesh Agarwal December 11, 2019 at 05:00 PM

Polygon approximation techniques:

Minimum Perimeter Polygons - We visualize this enclosure as two walls corresponding to the outside and inside boundaries of the strip of cells, and think of the object boundary as a rubber band contained within the wall.
Merging techniques - based on average error - merge points along a boundary until a least square error line of the points merged so far exceeds a preset threshold - procedure repeated, merging new points
Splitting techniques - subdivide a segment successively into 2 parts until a criterio is met
Signature - a 1D representation of the boundary in various ways - one way - plot distance from centroid to the boundary as a function of angle - invariant to translation but change with rotation and scaling

Nityesh Agarwal December 11, 2019 at 05:13 PM

The main objective of enhancement is to process an image so that the results is more suitable than original image for a specific application. Enhancement of quality => increasing the dominance of some features ( at the cost of suppression of some features).

Enhancement techniques:
• Point operations : Each pixel is modified by an equation that is not dependent on other pixel values
• Mask operations : Each pixel is modified according to the values in a small neighborhood (subimage)
• Global operations : All pixel values in the image are taken into consideration

Nityesh Agarwal December 11, 2019 at 05:16 PM

Thresholding

Nityesh Agarwal December 11, 2019 at 06:22 PM

1st order derivative

Nityesh Agarwal December 11, 2019 at 06:23 PM

2nd order derivative

Nityesh Agarwal December 11, 2019 at 06:27 PM

Blurring vs. sharpening

Nityesh Agarwal December 11, 2019 at 06:35 PM

Contrast stretching and its graph

Nityesh Agarwal December 11, 2019 at 06:36 PM

grey level slicing

Nityesh Agarwal December 11, 2019 at 06:37 PM

bit-plane slicing

Nityesh Agarwal December 11, 2019 at 06:47 PM

histogram equalisation

Nityesh Agarwal December 11, 2019 at 07:03 PM

Basically, there are two ways to represent a region involves two choices. The external representation is used when the primary focus is on shape characteristics. The internal representation is used when the primary focus is on regional properties.

Nityesh Agarwal December 11, 2019 at 07:04 PM

In image analysis, for the same image the output is the detail description of the scene (in the image). Segmentation is the first step of image analysis techniques. - Segmentation is to subdivide an image into constituent regions or objects. Image segmentation algorithms are generally based on one of the two basic properties of intensity value: discontinuity and similarity.

Nityesh Agarwal December 11, 2019 at 07:16 PM

Different line detection masks

Nityesh Agarwal December 11, 2019 at 07:28 PM

Different region splitting and merging techniques:

• Seeded Region growing
• unseeded region growing
• mean shift algorithm - nonparametric clustering technique - advantage is good in shape of match. And a disadvantage is the slow speed
• fast scanning algorithm - resembles unseeded region growing

Nityesh Agarwal December 11, 2019 at 07:47 PM

redudancy in 2D images

Nityesh Agarwal December 11, 2019 at 07:53 PM

Fidelity criteria

Nityesh Agarwal December 11, 2019 at 07:53 PM

Image compression block diagram

Nityesh Agarwal December 11, 2019 at 07:54 PM

encoding process

Nityesh Agarwal December 11, 2019 at 07:54 PM

decoding process