IM2COL

From Jacket Wiki

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

Rearrange image blocks into columns

Usage

Jacket for M Language
    Supported Syntax
    
B = im2col(A,[m n])
B = im2col(A,[m n],'distinct')
B = im2col(A,[m n],'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/im2col.html

Notes

  • Input A limited to 2D.

See Also

BLOCKPROC, COL2IM, COLFILT, NLFILTER

Views
Personal tools