Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transform Domain

Guys what is 'Transform Domain' how to define it in images ?

like image 470
Sudantha Avatar asked Apr 03 '11 04:04

Sudantha


People also ask

What is spatial domain transform domain?

Spatial domain techniques directly deal with the image pixels. The pixel values are manipulated to achieve desired enhancement. Spatial domain techniques like the logarithmic transforms, power law transforms, histogram equalization, are based on the direct manipulation of the pixels in the image.

What is time domain transformation in image processing?

The term “time-domain image” is most appropriate for cases when the shaped forms are obtained by converting space-domain images into the time domain. Time–space conversions are useful in femtosecond optical signal processing, optical transmultiplexing, image processing, and temporal pattern generation and recognition.

What is spatial domain?

Spatial domain is the representation of an image as a function of position. A domain is a set of values that a function can take. The spatial domain of an image is the set of all points in space that the image can occupy. The image is a function of position, so the spatial domain is the set of all positions in space.

Which transform domain technique is used in JPEG compression?

Three-Dimensional Image Compression with Wavelet Transforms An example is the conventional cosine transform method used in the standard JPEG (Joint Photographic Experts Group) algorithm.


1 Answers

Its a mathematical procedure done in data (usually, digital images or music) that converts it from one domain (time, for example) to another (frequency), usually doing Fourier's or Laplace's Transforms.

In the new Domain the data could be more easily handled, for lossy compression, de-noising, sharpening, etc. After edited, data is transformed back to its original domain.

In music, such Transforms are used for MP3 compression, by removing higher (and almost inaudible) frequencies that takes a lot of space.

In Images its mostly used for noise filters (sharpen, blur, etc) and Watermarking.

like image 146
MestreLion Avatar answered Sep 25 '22 13:09

MestreLion