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.
Members
Name |
Description |
|
Consider values greater than threshold value |
|
Consider values less than or equal to threshold value |
Created with MrDocs