Home
last modified time | relevance | path

Searched refs:threshold_adaptive_method (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/gil/example/
Dadaptive_threshold.cpp20 …boost::gil::threshold_adaptive(const_view(img), view(img_out), 11, threshold_adaptive_method::mean… in main()
23 …boost::gil::threshold_adaptive(const_view(img), view(img_out), 11, threshold_adaptive_method::mean… in main()
26 …boost::gil::threshold_adaptive(const_view(img), view(img_out), 7, threshold_adaptive_method::gauss… in main()
29 …boost::gil::threshold_adaptive(const_view(img), view(img_out), 11, threshold_adaptive_method::gaus… in main()
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp90 enum class threshold_adaptive_method enum
397 threshold_adaptive_method method = threshold_adaptive_method::mean, in threshold_adaptive()
411 if (method == threshold_adaptive_method::mean) in threshold_adaptive()
421 else if (method == threshold_adaptive_method::gaussian) in threshold_adaptive()
447 threshold_adaptive_method method = threshold_adaptive_method::mean, in threshold_adaptive()