Rot90 img: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with '===Purpose=== Rotate image dataset 90 degrees. ===Synopsis=== :out = rot90_img(in,k) ===Description=== rot90_img(in) is a 90 degree counterclockwise rotation. rot90_img(in,k…')
 
imported>Scott
 
Line 14: Line 14:
===See Also===
===See Also===


[[flipud_img]], [[transform_img]]
[[cropimage]], [[flipud_img]], [[transform_img]], [[transpose_img]]

Latest revision as of 10:45, 16 October 2009

Purpose

Rotate image dataset 90 degrees.

Synopsis

out = rot90_img(in,k)

Description

rot90_img(in) is a 90 degree counterclockwise rotation.

rot90_img(in,k) is the k*90 degree rotation of (in), k = +-1,+-2,...

See Also

cropimage, flipud_img, transform_img, transpose_img