Home
last modified time | relevance | path

Searched refs:threshold_truncate_mode (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/gil/test/core/image_processing/
Dthreshold_truncate.cpp77 gil::threshold_truncate_mode::threshold, in threshold_inverse_gray_to_gray()
100 gil::threshold_truncate_mode::zero, in zero_gray_to_gray()
123 gil::threshold_truncate_mode::zero, in zero_inverse_gray_to_gray()
162 gil::threshold_truncate_mode::threshold, in threshold_inverse_rgb_to_rgb()
185 gil::threshold_truncate_mode::zero, in zero_rgb_to_rgb()
208 gil::threshold_truncate_mode::zero, in zero_inverse_rgb_to_rgb()
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp84 enum class threshold_truncate_mode enum
177 threshold_truncate_mode mode = threshold_truncate_mode::threshold, in threshold_truncate()
187 if (mode == threshold_truncate_mode::threshold) in threshold_truncate()
/third_party/boost/libs/gil/example/
Dthreshold.cpp25 …boost::gil::threshold_truncate(const_view(img), view(img_out), 150, threshold_truncate_mode::thres… in main()