How can we represent an image using basis images?

In summary, using Fourier transformation, we can decompose an image into othogonal basis images and reconstruct it back. The 'orthogonal basis images' are 2-D periodic functions, and the 'basis image' is the function that describes the amplitude of the 'orthogonal basis images'. The 'Raised Cosine' function is a commonly used function that produces the least perceptible distortions and reduces the errors when moving from one block to the next.
  • #1
ramdas
79
0
I have read that using Fourier transformation we can decompose any arbitrary image into othogonal basis images and reconstruct it back.

But i don't understand terms like "othogonal " and "basis image".

So can anybody shower their ideas on the above terms with example ??
 
Physics news on Phys.org
  • #3
ramdas said:
I have read that using Fourier transformation we can decompose any arbitrary image into othogonal basis images and reconstruct it back.

But i don't understand terms like "othogonal " and "basis image".

So can anybody shower their ideas on the above terms with example ??

If I understand you correctly, the 'orthogonal basis images' are 2-D periodic functions: colloquially, 2-D functions can be decomposed into a discrete or continuous Fourier series, each term being A_mn*sin(nx)*sin(my), where n and m are frequencies and A_mn is the amplitude of that function. Most tutorials present 1-D versions for clarity.
 
  • #4
See also this video at 3:30

https://www.youtube.com/watch?v=mEN7DTdHbAU
 
  • #5
In a very simplified sense, we define a set of functions that together can be used to reproduce any image. Realistically, this requires an infinite set so we truncate the number of functions to get a good approximation. These functions are the bases and are like interpolating functions. Being orthogonal means that they more or less describe unique aspects of the image from each other. That is, there is no "overlap" in the information in one basis with all the others.

So we have a set of interpolating functions that efficiently describe any image we may have to a good approximation. Then we only need to know the amplitudes of these functions to reconstruct an image.

More to it than this but that's a very basic explanation. You can also note that the Cartesian vectors are a vector basis of the Cartesian space. We have three bases, x, y, and z vectors. They are orthogonal as the dot products between them are all zero. If we want to describe the location of any point, then we simply state the vector coefficients for the three bases.
 
  • #6
It is easier (just more familiar, I think) to think back to the way that temporal variations of an audio signal (what you see on an oscilloscope - which shows things in two dimensions - volts and time) being transformable into a set of sinusoidal tones (frequency domain). That's in one dimension. An image can have its brightness (in two dimensions) represented by a three dimensional surface.

To get a representation of this image in terms of sinusoidal variations of brightness and distance (Fourier transformation gives spatial frequency domain) you have to make an assumption and that is that the pattern of brightness over the image repeats itself for ever in every direction (like wallpaper). This is the same assumption as is used when the FFT is used for Audio (etc.) work. This is a Discrete Fourier Transform (DFT) which contains discrete frequency components.

With a static TV picture, a DFT can be used over the whole picture or over square sub-sections of the picture (blocks). For a moving picture, subsequent frames are not the same and doing a simple DFT will produce artefacts - jerkiness and smearing.

Digital signal processing, using sinusoidal basis function is inconveniently long winded and it is normal to use different functions, which end up requiring lower transmission bit rates. The 'Raised Cosine' function can be used and there are some very quick algorithms for doing this. This is the basis for JPEG processing. (Other functions are available, as they say) The secret is to choose a set of functions that produce the least perceptible distortions and to reduce the errors (visible boundaries) moving from one block to the next. when you are using as few components as possible.
 

1. How do we represent an image using basis images?

To represent an image using basis images, we use a mathematical technique called linear combination. This involves breaking down the image into smaller components, or basis images, and then combining them in different proportions to create the original image.

2. What are basis images?

Basis images are a set of images that can be combined in different proportions to create any other image. They are usually simple, geometric shapes such as squares, circles, or triangles, and they form the building blocks of more complex images.

3. How many basis images do we need to represent an image?

This depends on the complexity of the image and the level of detail required. In general, the more basis images we use, the more accurate the representation will be. However, using too many basis images can also result in a larger file size and longer processing times.

4. Can we use any type of basis images to represent an image?

Yes, we can use any type of basis images as long as they are linearly independent. This means that they cannot be created by combining other basis images. In practice, we often use a set of predefined basis images, such as the Fourier basis or the Haar basis.

5. How is representing an image using basis images useful?

Representing an image using basis images allows us to compress the image and reduce its file size without losing too much detail. It also allows for easier manipulation of images, such as resizing and rotating, as we can simply adjust the coefficients of the basis images instead of the entire image.

Similar threads

Replies
3
Views
952
Replies
9
Views
2K
Replies
4
Views
10K
  • Computing and Technology
Replies
1
Views
274
Replies
5
Views
1K
  • Other Physics Topics
Replies
8
Views
1K
  • Sci-Fi Writing and World Building
Replies
9
Views
2K
Replies
7
Views
699
Replies
17
Views
2K
Replies
13
Views
1K
Back
Top