IMNOISE

From Jacket Wiki

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

Add noise to image

Usage

Jacket for M Language
    Supported Syntax
    
J = imnoise(I,type)
J = imnoise(I,type,parameters)
J = imnoise(I,'gaussian',m,v)
J = imnoise(I,'salt & pepper',d)
J = imnoise(I,'speckle',v)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   GINT32   GINT8   GUINT32   GUINT8 

Types Not Supported

-  GLOGICAL   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/imnoise.html


See Also

RAND, RANDN

Views
Personal tools