IMROTATE

From Jacket Wiki

Jump to: navigation, search
Back to Function List, Image Processing Library

Rotate image

Usage

Jacket for M Language
    Supported Syntax
    
B = IMROTATE(A, ANGLE)
B = IMROTATE(A, ANGLE, 'nearest', box)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/help/toolbox/images/ref/imrotate.html

Notes

  • Input A limited to 2D.
  • Only METHOD = 'nearest' is supported

See Also

IMTRANSFORM, IMRESIZE

Views
Personal tools