You need to enable JavaScript to run this app.Color Segmentation - GammaCV
GammaCV Logo
DocsExamplesGitHub

ColorSegmentation

Description

Color segmentation of given image with simple Euclidian distance estimation.

Params
tSrcTensorCurrent frame.
clustersnumberNumber of clusters the input image to be clustered.
Example
// segmentation of input image to 5 clusters
 gm.colorSegmentation(inputImage, 5);