boost::gil::threshold_adaptive_method

Method used to compute the local threshold for adaptive thresholding.

Synopsis

enum class threshold_adaptive_method : int;

Members

Name

Description

mean

local threshold is the unweighted mean of the neighborhood

gaussian

local threshold is a Gaussian‐weighted sum of the neighborhood

Created with MrDocs