Skip to content

Xflow image processing operator list

einabadi edited this page Feb 15, 2013 · 6 revisions

Basic Pixel-Wise Operations

xflow.grayscale

Returns the grayscale image of the input color image.

Signature

 output = xflow.grayscale(input)
Clone this wiki locally