boost::gil::threshold_direction

Direction of image segmentation. The direction specifies which pixels are considered as corresponding to object and which pixels correspond to background.

Synopsis

enum class threshold_direction : int;

Description

@{

Members

Name

Description

regular

Consider values greater than threshold value

inverse

Consider values less than or equal to threshold value

Created with MrDocs