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

AdaptiveThreshold

Description

Applies an adaptive threshold to the input image, threshold will be applied to the given channel. Original paper

Params
tSrcTensorThe source to be thresholded.
uS?numberSize of the avarange box
threshold?numberPercent of the diff to mark black in range 0-100
channel?numberChannel to be applied
tIntegralImage?Tensorsummed area table of the input
Example
gm.adaptiveThreshold(inputImage);