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

Threshold

Description

Applyes a threshold to the input image, threshold will be applied to the given channel.

Params
tSrcTensorThe source to be thresholded.
thresholdnumberValue to be applied
channelnumberChannel to be applied
Example
gm.threshold(inputImage, 0.5);