La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.
Transformadas de imágenes
Una transformada de imagen transforma una imagen de un dominio a otro. Por lo general, las imágenes se capturan y visualizan en el dominio espacial, en el que los píxeles adyacentes representan partes adyacentes de la escena. Sin embargo, las imágenes también se pueden capturar en otros dominios, como el dominio frecuencial (en el que los píxeles adyacentes representan componentes frecuenciales adyacentes) o en el dominio de Hough (en el que los píxeles adyacentes representan ángulos de proyección y distancias radiales adyacentes). A veces, visualizar y procesar una imagen en dominios no espaciales permite identificar características que son más difíciles de detectar en el dominio espacial.
Funciones
hough | Transformada de Hough |
houghlines | Extract line segments based on Hough transform |
houghpeaks | Identify peaks in Hough transform |
dct2 | Transformada de coseno discreta 2D |
dctmtx | Discrete cosine transform matrix |
fan2para | Convert fan-beam projections to parallel-beam |
fanbeam | Fan-beam transform |
idct2 | 2-D inverse discrete cosine transform |
ifanbeam | Inverse fan-beam transform |
iradon | Inverse Radon transform |
para2fan | Convert parallel-beam projections to fan-beam |
radon | Transformada de Radon |
fft2 | 2-D fast Fourier transform |
fftshift | Shift zero-frequency component to center of spectrum |
ifft2 | 2-D inverse fast Fourier transform |
ifftshift | Inverse zero-frequency shift |
Temas
- Fourier Transform
Learn about the Fourier transform and some of its applications in image processing, particularly in image filtering.
- Discrete Cosine Transform
Learn about the discrete cosine transform (DCT) of an image and its applications, particularly in image compression.
- Hough Transform
The Hough transform detects lines in an image, including lines tilted at arbitrary angles from vertical and horizontal. The Hough transform tends to be quick, but can exhibit artifacts.
- Radon Transform
The Radon transform detects lines in an image, including lines tilted at arbitrary angles from vertical and horizontal. The Radon transform tends to be more accurate at the cost of longer computation time.
- The Inverse Radon Transformation
The inverse Radon transform reconstructs an image from a set of parallel-beam projection data across many projection angles.
- Fan-Beam Projection
Use fan-beam projection and reconstruction when projections of an image are acquired along paths radiating from a point source. Medical tomography is a common application of fan-beam projection.