AdaptiveThreshold
Description
Applies an adaptive threshold to the input image, threshold will be applied to the given channel. Original paper
Params
| tSrc | Tensor | The source to be thresholded. |
| uS? | number | Size of the avarange box |
| threshold? | number | Percent of the diff to mark black in range 0-100 |
| channel? | number | Channel to be applied |
| tIntegralImage? | Tensor | summed area table of the input |
Example
gm.adaptiveThreshold(inputImage);