0% found this document useful (0 votes)
3 views2 pages

MATLAB Spatial Transformation Guide

The document lists functions for performing spatial transformations on images in MATLAB. These functions include checkerboard for creating checkerboard images, findbounds for finding output bounds of spatial transformations, fliptform for flipping input and output roles of transformation structures, and imcrop, imresize, and imrotate for cropping, resizing, and rotating images. Additional functions listed are interp2 for 2D data interpolation, imtransform for applying 2D spatial transformations to images, and makeresampler, maketform, tformarray, tformfwd, and tforminv for creating resampling structures, transformation structures, transforming multi-dimensional arrays, and applying forward and inverse geometric transformations.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

MATLAB Spatial Transformation Guide

The document lists functions for performing spatial transformations on images in MATLAB. These functions include checkerboard for creating checkerboard images, findbounds for finding output bounds of spatial transformations, fliptform for flipping input and output roles of transformation structures, and imcrop, imresize, and imrotate for cropping, resizing, and rotating images. Additional functions listed are interp2 for 2D data interpolation, imtransform for applying 2D spatial transformations to images, and makeresampler, maketform, tformarray, tformfwd, and tforminv for creating resampling structures, transformation structures, transforming multi-dimensional arrays, and applying forward and inverse geometric transformations.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Spatial Transformations

checkerb Create checkerboard image


oard
[Link]
searchHighlight=checkerboard&s_tid=doc_srchtitle

findboun Find output bounds for spatial transformation


ds
[Link]
searchHighlight=findbounds&s_tid=doc_srchtitle

fliptfor Flip the input and output roles of a TFORM structure


m
[Link]
searchHighlight=fliptform&s_tid=doc_srchtitle

imcrop Crop image

[Link]

imresize Resize image

[Link]
searchHighlight=imresize&s_tid=doc_srchtitle

imrotate Rotate image

[Link]
searchHighlight=imrotate&s_tid=doc_srchtitle

interp2 2-D data interpolation. (This is a MATLAB function. See the online MATLAB
Function Reference for its reference page.)

[Link]
searchHighlight=interp2&s_tid=doc_srchtitle

imtransf Apply 2-D spatial transformation to image


orm
[Link]
searchHighlight=imtransform&s_tid=doc_srchtitle
makeresa Create resampling structure
mpler
[Link]
searchHighlight=makeresampler&s_tid=doc_srchtitle

maketform Create geometric transformation structure

[Link]
searchHighlight=maketform&s_tid=doc_srchtitle

tformarr Geometric transformation of a multi-dimensional array


ay
[Link]
searchHighlight=tformarray&s_tid=doc_srchtitle

tformfwd Apply forward geometric transformation

[Link]
searchHighlight=tformfwd&s_tid=doc_srchtitle

tforminv Apply inverse geometric transformation

[Link]
searchHighlight=tforminv&s_tid=doc_srchtitle

You might also like