g.js — graphical objects for JavaScript

findEdgesfindEdges

Outline the edges of an image.

var i = g.import('leaf.jpg');
g.findEdges(i);

Parameters

  • image: The input image.