Searched refs:threshold_binary (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/gil/test/core/image_processing/ |
D | threshold_binary.cpp | 57 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()
|
D | threshold_color_spaces_not_compatible_fail.cpp | 18 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()
|
D | Jamfile | 12 run threshold_binary.cpp ;
|
D | CMakeLists.txt | 10 threshold_binary
|
/third_party/boost/boost/gil/image_processing/ |
D | threshold.hpp | 108 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/ |
D | threshold.cpp | 21 boost::gil::threshold_binary(const_view(img), view(img_out), 150, 255); in main()
|
/third_party/boost/libs/gil/doc/ |
D | warnings.txt | 9 … 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…
|