COL2IM

From Jacket Wiki

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

Rearrange matrix columns into blocks

Usage

Jacket for M Language
    Supported Syntax
    
A = col2im(B,[m n],[mm nn])
A = col2im(B,[m n],[mm nn],'distinct')
A = col2im(B,[m n],[mm nn],'sliding')
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GSINGLE 

Types Not Supported

-  GDOUBLE   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/col2im.html

Notes

  • Input B limited to 2D.

See Also

BLOCKPROC, IM2COL, COLFILT, NLFILTER

Views
Personal tools