La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.
Transformaciones geométricas genéricas
imwarp
Las transformaciones geométricas establecen una correspondencia entre las coordenadas de los píxeles de la imagen de salida y los de la imagen de entrada. Después, el valor de los píxeles de salida se interpola a partir de los píxeles de la imagen de entrada.
Use estas funciones para realizar transformaciones geométricas generales 2D, 3D y multidimensionales. Para realizar una transformación geométrica 2D o 3D, primero cree un objeto de transformación geométrica para almacenar la información necesaria sobre la transformación. Después, pase la imagen que desee transformar y el objeto de transformación geométrica a la función imwarp
.
Funciones
Temas
Transformaciones geométricas
- 2-D and 3-D Geometric Transformation Process Overview
To perform a general geometric transformation of a 2-D or 3-D image, first define the parameters of the transformation, then warp the image. - Matrix Representation of Geometric Transformations
Affine and projective transformations are represented by matrices. You can use matrix operations to perform a global transformation of an image. - N-Dimensional Spatial Transformations
You can create custom geometric transformations to process images of arbitrary dimension, or to change the dimensionality of the output image from the input image. - Specify Fill Values in Geometric Transformation Output
This example shows how to specify the color of blank space in the image after a geometric transformation.
Referencias espaciales
- Image Coordinate Systems
Learn how image locations are expressed using discrete pixel indices and continuous spatial coordinates. - Define World Coordinate System of Image
Spatial referencing objects encode the relationship between the image extent in intrinsic coordinates, the image extent in world coordinates, and the image resolution. - Shift X- and Y-Coordinate Range of Displayed Image
This example shows how to specify a nondefault world coordinate system by changing theXData
andYData
properties of a displayed image.