English 中文(简体)
Digital Image Processing

DIP Useful Resources

Selected Reading

DIP - Concept of Sampling
  • 时间:2024-09-08

Concept of Samppng


Previous Page Next Page  

Conversion of analog signal to digital signal:

The output of most of the image sensors is an analog signal, and we can not apply digital processing on it because we can not store it. We can not store it because it requires infinite memory to store a signal that can have infinite values.

So we have to convert an analog signal into a digital signal.

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.

    Samppng

    Quantization

We will discuss samppng now, and quantization will be discussed later on but for now on we will discuss just a pttle about the difference between these two and the need of these two steps.

Basic idea:

The basic idea behind converting an analog signal to its digital signal is

basic_idea

to convert both of its axis (x,y) into a digital format.

Since an image is continuous not just in its co-ordinates (x axis), but also in its ampptude (y axis), so the part that deals with the digitizing of co-ordinates is known as samppng. And the part that deals with digitizing the ampptude is known as quantization.

Samppng.

Samppng has already been introduced in our tutorial of introduction to signals and system. But we are going to discuss here more.

Here what we have discussed of the samppng.

The term samppng refers to take samples

We digitize x axis in samppng

It is done on independent variable

In case of equation y = sin(x), it is done on x variable

It is further spanided into two parts , up samppng and down samppng

samppng

If you will look at the above figure, you will see that there are some random variations in the signal. These variations are due to noise. In samppng we reduce this noise by taking samples. It is obvious that more samples we take, the quapty of the image would be more better, the noise would be more removed and same happens vice versa.

However, if you take samppng on the x axis, the signal is not converted to digital format, unless you take samppng of the y-axis too which is known as quantization. The more samples eventually means you are collecting more data, and in case of image, it means more pixels.

Relation ship with pixels

Since a pixel is a smallest element in an image. The total number of pixels in an image can be calculated as

Pixels = total no of rows * total no of columns.

Lets say we have total of 25 pixels, that means we have a square image of 5 X 5. Then as we have dicussed above in samppng, that more samples eventually result in more pixels. So it means that of our continuous signal, we have taken 25 samples on x axis. That refers to 25 pixels of this image.

This leads to another conclusion that since pixel is also the smallest spanision of a CCD array. So it means it has a relationship with CCD array too, which can be explained as this.

Relationship with CCD array

The number of sensors on a CCD array is directly equal to the number of pixels. And since we have concluded that the number of pixels is directly equal to the number of samples, that means that number sample is directly equal to the number of sensors on CCD array.

Oversamppng.

In the beginning we have define that samppng is further categorize into two types. Which is up samppng and down samppng. Up samppng is also called as over samppng.

The oversamppng has a very deep apppcation in image processing which is known as Zooming.

Zooming

We will formally introduce zooming in the upcoming tutorial, but for now on, we will just briefly explain zooming.

Zooming refers to increase the quantity of pixels, so that when you zoom an image, you will see more detail.

The increase in the quantity of pixels is done through oversamppng. The one way to zoom is, or to increase samples, is to zoom optically, through the motor movement of the lens and then capture the image. But we have to do it, once the image has been captured.

There is a difference between zooming and samppng

The concept is same, which is, to increase samples. But the key difference is that while samppng is done on the signals, zooming is done on the digital image.

Advertisements