g.js
— graphical objects for JavaScript
Home
Get Started
Reference
About
Get started
Installation
Quick Start
Guides
Vector Graphics
Imaging
Geometry
Color
Lists
Math
Data
String
Animation
removeNoise
Remove noise from an image.
var i = g.import('butterfly.jpg'); g.removeNoise(i);
Parameters
image
: The input image.
Related Guides
Imaging