Home
last modified time | relevance | path

Searched refs:threshold_binary (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/gil/test/core/image_processing/
Dthreshold_binary.cpp57 gil::threshold_binary(gil::view(original_gray), gil::view(threshold_gray), 100); in binary_gray_to_gray()
73 gil::threshold_binary in binary_inverse_gray_to_gray()
96 gil::threshold_binary(gil::view(original_rgb), gil::view(threshold_rgb), 100, 165); in binary_rgb_to_rgb()
112 gil::threshold_binary in binary_inverse_rgb_to_rgb()
Dthreshold_color_spaces_not_compatible_fail.cpp18 gil::threshold_binary(const_view(src), view(dst), 0, 255); in main()
23 gil::threshold_binary(const_view(src), view(dst), 0, 255); in main()
DJamfile12 run threshold_binary.cpp ;
DCMakeLists.txt10 threshold_binary
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp108 void threshold_binary( in threshold_binary() function
147 void threshold_binary( in threshold_binary() function
158 threshold_binary(src_view, dst_view, threshold_value, max_value, direction); in threshold_binary()
320 threshold_binary(src_view, dst_view, (threshold * (max - min) / 255) + min, direction); in otsu_impl()
323 threshold_binary(src_view, dst_view, threshold, direction); in otsu_impl()
/third_party/boost/libs/gil/example/
Dthreshold.cpp21 boost::gil::threshold_binary(const_view(img), view(img_out), 150, 255); in main()
/third_party/boost/libs/gil/doc/
Dwarnings.txt9 … of command @param is not found in the argument list of boost::gil::threshold_binary(SrcView const…
10 …threshold.hpp:108: warning: The following parameters of boost::gil::threshold_binary(SrcView const…